This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 631cf64bc1 Move implementation of <file_change_detection.h> into a C file
new 6e05978f0c mips: Fix bracktrace result for signal frames
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
debug/backtrace.c | 5 ++
.../tst-cache-ppc.c => generic/unwind-arch.h} | 15 ++---
sysdeps/unix/sysv/linux/mips/unwind-arch.h | 67 ++++++++++++++++++++++
3 files changed, 80 insertions(+), 7 deletions(-)
copy sysdeps/{powerpc/tst-cache-ppc.c => generic/unwind-arch.h} (77%)
create mode 100644 sysdeps/unix/sysv/linux/mips/unwind-arch.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ea0b12523d0 Introduce -fprofile-reproducibility and support it with TOP N.
new 33351ff9faa Drop MALLOC attribute for void functions.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 10 ++++++++++
gcc/cgraph.c | 7 +++++++
gcc/ipa-param-manipulation.c | 4 ++++
gcc/ipa-pure-const.c | 5 ++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/ipa/pr93583.c | 15 +++++++++++++++
6 files changed, 45 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr93583.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards a9de49f1 0: update: binutils-gcc-glibc-llvm: 1
new 064c9794 0: update: binutils-gcc-glibc-llvm: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a9de49f1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm- [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log | 130 +-
02-prepare_abe/console.log | 208 +-
03-build_abe-binutils/console.log | 11398 +-
04-build_abe-stage1/console.log | 20207 ++--
05-build_abe-linux/console.log | 292 +-
06-build_abe-glibc/console.log | 39422 ++++---
07-build_abe-stage2/console.log | 44965 ++++---
08-build_llvm-true/console.log | 12708 +-
10-benchmark--Oz_LTO_mthumb/benchmark-start.log | 2 +-
10-benchmark--Oz_LTO_mthumb/benchmark.log | 12 +-
10-benchmark--Oz_LTO_mthumb/console.log | 100 +-
11-check_regression/console.log | 892 +-
11-check_regression/results-0.csv | 139 +-
11-check_regression/results-1.csv | 139 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 1 -
11-check_regression/results-full.csv | 143 +-
11-check_regression/results.csv | 45 +-
11-check_regression/results.log | 2752 +-
12-update_baseline/console.log | 866 +-
12-update_baseline/results-0.csv | 139 +-
12-update_baseline/results-1.csv | 139 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 1 -
12-update_baseline/results-full.csv | 143 +-
12-update_baseline/results.csv | 45 +-
12-update_baseline/results.log | 2768 +-
console.log | 131236 +++++++++++----------
jenkins/manifest.sh | 22 +-
results_id | 2 +-
30 files changed, 134423 insertions(+), 134569 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2e6233935c7 analyzer: fix ICE on COMPONENT_REF of ARRAY_TYPE [PR 93778]
new 4f40164a932 analyzer: fix ICE on failed casts [PR 93777]
new 0b2b45a68f4 analyzer.opt: rewrite description of -fdump-analyzer-callgr [...]
new ea0b12523d0 Introduce -fprofile-reproducibility and support it with TOP N.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 11 ++++++
gcc/analyzer/ChangeLog | 13 +++++++
gcc/analyzer/analyzer.opt | 2 +-
gcc/analyzer/region-model.cc | 7 ++--
gcc/common.opt | 16 +++++++++
gcc/coretypes.h | 7 ++++
gcc/doc/invoke.texi | 31 +++++++++++++++-
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/g++.dg/analyzer/pr93777.C | 1 +
gcc/testsuite/gfortran.dg/analyzer/pr93777.f90 | 22 ++++++++++++
gcc/value-prof.c | 29 +++++++++++----
libgcc/ChangeLog | 7 ++++
libgcc/libgcov-merge.c | 50 ++++++++++++++++++--------
13 files changed, 174 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/analyzer/pr93777.C
create mode 100644 gcc/testsuite/gfortran.dg/analyzer/pr93777.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.