This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from ecbc5c4f905 gdb, fortran: Fix quad floating-point type for ifort compiler.
new 2b56cd91911 Fix the linker's merge4 test for the HPPA architecture.
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:
ld/ChangeLog | 7 +++++++
ld/testsuite/ld-elf/merge4b.s | 10 +++++-----
2 files changed, 12 insertions(+), 5 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_kernel/gnu-master-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
from bd29199c28 47: onsuccess: #488: boot: Success after binutils/gcc/linux/ [...]
new 33f7f6bf97 48: onsuccess: #489: boot: Success after binutils/gcc/linux/ [...]
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 1764 -> 1788 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 31604 -> 31184 bytes
04-build_abe-stage1/console.log.xz | Bin 91964 -> 91128 bytes
05-build_abe-qemu/console.log.xz | Bin 31800 -> 32144 bytes
06-build_linux/console.log.xz | Bin 5980 -> 6032 bytes
07-boot_linux/console.log.xz | Bin 5652 -> 5652 bytes
08-check_regression/console.log.xz | Bin 4256 -> 4260 bytes
09-update_baseline/console.log | 8 ++++----
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
18 files changed, 28 insertions(+), 28 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 545c9f8b78b docs: document new --param=asan-kernel-mem-intrinsic-prefix
new 3f71b82596e powerpc: Fix up expansion for WIDEN_MULT_PLUS_EXPR [PR108787]
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/rs6000/rs6000.md | 33 +++++++++++++++++++--------
gcc/testsuite/gcc.dg/pr108787.c | 27 ++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr103109-1.c | 4 ++--
gcc/testsuite/gcc.target/powerpc/pr108787.c | 6 +++++
4 files changed, 59 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr108787.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr108787.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from c22a7472831 gas: buffer_and_nest() needs to pass nul-terminated string [...]
new ecbc5c4f905 gdb, fortran: Fix quad floating-point type for ifort compiler.
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:
gdb/i386-tdep.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from af85aa4 spec2xxx-config: Simplify handling of multi-threaded benchmarks
new 17357d1 Revert "spec2xxx-install: Patch spec2017 549.fotonik3d_r depe [...]
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:
spec2xxx-install | 8 --------
.../Makefile-549.fotonik3d_r-Fix-dependency.patch | 24 ----------------------
2 files changed, 32 deletions(-)
delete mode 100644 spec2xxx-patches/Makefile-549.fotonik3d_r-Fix-dependency.patch
--
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 86bc0909613 Fix possible sanopt compile-time hog
new 1e7a87dc196 c++: Add testcases from some Issaquah DRs
new 545c9f8b78b docs: document new --param=asan-kernel-mem-intrinsic-prefix
The 2 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/doc/invoke.texi | 4 ++
.../c-c++-common/cpp/delimited-escape-seq-8.c | 20 ++++++
gcc/testsuite/g++.dg/DRs/dr2475.C | 6 ++
gcc/testsuite/g++.dg/DRs/dr2478.C | 74 ++++++++++++++++++++++
gcc/testsuite/g++.dg/DRs/dr2530.C | 5 ++
gcc/testsuite/g++.dg/DRs/dr2673.C | 24 +++++++
6 files changed, 133 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/cpp/delimited-escape-seq-8.c
create mode 100644 gcc/testsuite/g++.dg/DRs/dr2475.C
create mode 100644 gcc/testsuite/g++.dg/DRs/dr2478.C
create mode 100644 gcc/testsuite/g++.dg/DRs/dr2530.C
create mode 100644 gcc/testsuite/g++.dg/DRs/dr2673.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-code_speed-coremark/gnu_eabi-arm_eabi-master-O3
in repository toolchain/ci/base-artifacts.
from 0b809a4350 40: onsuccess: #10: 1: [TCWG CI] No change after binutils/gc [...]
new 20fb4a7fa0 41: onsuccess: #11: 1: [TCWG CI] No change after binutils/gc [...]
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 1764 -> 1784 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 31088 -> 31072 bytes
04-build_abe-stage1/console.log.xz | Bin 89612 -> 90212 bytes
06-build_abe-newlib/console.log.xz | Bin 14512 -> 14632 bytes
07-build_abe-stage2/console.log.xz | Bin 164816 -> 165008 bytes
08-benchmark/benchmark-build.log | 101 +++++++++++----------
08-benchmark/benchmark.log | 99 ++++++++++----------
08-benchmark/console.log.xz | Bin 3748 -> 3848 bytes
09-check_regression/console.log.xz | Bin 4856 -> 4952 bytes
09-check_regression/csv-results-vs-prev-0/perf.csv | 2 +-
.../csv-results-vs-prev-0/results.csv | 12 +--
09-check_regression/csv-results-vs-prev-0/size.csv | 2 +-
09-check_regression/results-vs-first.log | 4 +-
09-check_regression/results-vs-prev-brief.csv | 12 +--
09-check_regression/results-vs-prev-full.csv | 12 +--
09-check_regression/results-vs-prev-internal.csv | 12 +--
09-check_regression/results-vs-prev.csv | 12 +--
09-check_regression/results-vs-prev.log | 6 +-
dashboard/dashboard-generate.sh | 2 +-
.../squad-vs-first/Mean/results-metadata.json | 12 +--
.../squad-vs-first/coremark/results-metadata.json | 12 +--
dashboard/squad-vs-first/dashboard-push-squad.sh | 10 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/newlib_rev | 2 +-
mail/jira-body.txt | 36 ++++----
mail/mail-body.txt | 36 ++++----
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++---
results_id | 2 +-
31 files changed, 216 insertions(+), 206 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.