This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6aef670e486 Performance/size improvement to single_use when matching GIMPLE.
new 952155629ca aarch64: Fix up RTL sharing bug in aarch64_load_symref_appr [...]
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/config/aarch64/aarch64.cc | 2 +-
gcc/testsuite/gcc.dg/pr104910.c | 14 ++++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr104910.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_gnu_native_check_binutils/master-arm
in repository toolchain/ci/base-artifacts.
discards 8cf4af3b 0: update: binutils-gcc-linux-glibc-gdb: 1
new 98cabe8d 0: update: binutils-gcc-linux-glibc-gdb: 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 (8cf4af3b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_binutil [...]
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.xz | Bin 1548 -> 1508 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 51356 -> 50280 bytes
04-build_abe-gcc/console.log.xz | Bin 230748 -> 230312 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 9328 -> 8968 bytes
07-build_abe-glibc/console.log.xz | Bin 231240 -> 229524 bytes
08-build_abe-gdb/console.log.xz | Bin 47508 -> 46924 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3860 -> 3856 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2116 -> 2068 bytes
11-check_regression/console.log.xz | Bin 2296 -> 2588 bytes
11-check_regression/results.compare | 22 +-
11-check_regression/results.compare2 | 31 ++-
12-update_baseline/console.log | 92 +++++---
12-update_baseline/results.compare | 22 +-
12-update_baseline/results.compare2 | 31 ++-
jenkins/manifest.sh | 26 +--
sumfiles/binutils.log.xz | Bin 54872 -> 54960 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 96780 -> 96856 bytes
sumfiles/gas.sum | 270 +++++++++++------------
sumfiles/ld.log.xz | Bin 128880 -> 129040 bytes
sumfiles/ld.sum | 343 +++++++++++++++--------------
23 files changed, 496 insertions(+), 399 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 releases/gcc-9
in repository gcc.
from ba7394fce3e Daily bump.
new 48fde80dea1 target/104453 - guard call folding with NULL LHS
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/config/i386/i386.c | 2 ++
gcc/testsuite/gcc.target/i386/pr104453.c | 11 +++++++++++
2 files changed, 13 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr104453.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_gcc_check/release-aarch64
in repository toolchain/ci/gcc.
from d84c583a91e Daily bump.
adds 47f89da89eb Fortran: do not frontend-optimize MINLOC/MAXLOC for charact [...]
adds bf4ba41e803 Daily bump.
adds 17eda88f11e Daily bump.
adds c54f95a7984 Daily bump.
new b6950623cd1 tree-optimization/103641 - improve vect_synth_mult_by_constant
new 24ec11aec20 debug/104337 - avoid messing with the abstract origin chain in NRV
new cfc310faea6 middle-end/104402 - split out _Complex compares from COND_EXPRs
new 070bb453f1c target/104453 - guard call folding with NULL LHS
new d2618559435 tree-optimization/104511 - avoid FP to DFP conversion for V [...]
new c4ac43fad3d middle-end/104786 - ICE with asm and VLA
new 6a1150d1524 ada/104861 - use target_noncanonial for Target_Name
The 7 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/DATESTAMP | 2 +-
gcc/ada/gcc-interface/Makefile.in | 3 ++-
gcc/cfgexpand.c | 4 +++-
gcc/config/i386/i386.c | 2 ++
gcc/fortran/ChangeLog | 10 ++++++++++
gcc/fortran/frontend-passes.c | 1 +
gcc/gimple-expr.c | 20 +++++++++++++-------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/debug/pr104337.c | 15 +++++++++++++++
gcc/testsuite/gcc.dg/pr104511.c | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/pr104786.c | 8 ++++++++
gcc/testsuite/gcc.dg/torture/pr104402.c | 8 ++++++++
gcc/testsuite/gcc.target/i386/pr104453.c | 11 +++++++++++
gcc/testsuite/gfortran.dg/minmaxloc_16.f90 | 14 ++++++++++++++
gcc/tree-cfg.c | 9 +++++----
gcc/tree-nrv.c | 13 -------------
gcc/tree-ssa-forwprop.c | 9 +++++++++
gcc/tree-vect-patterns.c | 14 +++++++-------
18 files changed, 133 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/debug/pr104337.c
create mode 100644 gcc/testsuite/gcc.dg/pr104511.c
create mode 100644 gcc/testsuite/gcc.dg/pr104786.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr104402.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr104453.c
create mode 100644 gcc/testsuite/gfortran.dg/minmaxloc_16.f90
--
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_gcc_check/release-aarch64
in repository toolchain/ci/binutils-gdb.
from 6938a3aca1 Automatic date update in version.in
adds 7183434818 Work around gcc-4 warnings in elf64-ppc.c
adds e4a35c7319 PowerPC64 DT_RELR relative reloc addresses
adds fcf60fe848 PR28959, obdump doesn't disassemble mftb instruction
adds 4097bb0076 Automatic date update in version.in
adds 83fd01526c Automatic date update in version.in
adds 53b192c07c Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/elf64-ppc.c | 161 ++++++++++++++++++++++++++++++------------------------
bfd/version.h | 2 +-
opcodes/ppc-dis.c | 5 +-
3 files changed, 94 insertions(+), 74 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/release-aarch64
in repository toolchain/ci/base-artifacts.
discards 879e872c 0: update: binutils-gcc: 1
new f2a1ad8c 0: update: binutils-gcc: 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 (879e872c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/release-aarch6 [...]
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.xz | Bin 1568 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 37628 -> 37624 bytes
04-build_abe-gcc/console.log.xz | Bin 193244 -> 192920 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3836 -> 3824 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2316 -> 2588 bytes
07-check_regression/console.log.xz | Bin 3692 -> 3732 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 21 +-
07-check_regression/results.compare | 60 +-
07-check_regression/results.compare2 | 158 +-
07-check_regression/results.regressions | 60 +-
08-update_baseline/console.log | 426 ++-
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 21 +-
08-update_baseline/results.compare | 60 +-
08-update_baseline/results.compare2 | 158 +-
08-update_baseline/results.regressions | 60 +-
jenkins/manifest.sh | 14 +-
sumfiles/g++.log.xz | Bin 3360536 -> 3334348 bytes
sumfiles/g++.sum | 136 +-
sumfiles/gcc.log.xz | Bin 2843620 -> 2814540 bytes
sumfiles/gcc.sum | 4578 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 807332 -> 809484 bytes
sumfiles/gfortran.sum | 76 +-
sumfiles/libatomic.log.xz | Bin 2172 -> 2168 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 140504 -> 140764 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2520 -> 2524 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 424424 -> 427008 bytes
sumfiles/libstdc++.sum | 12 +-
33 files changed, 2943 insertions(+), 2927 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.