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 5f9e48557e6 Daily bump.
new 3a426e47412 fortran: Backport associate character length fixes [PR104228]
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/fortran/parse.c | 18 ++++++++++++++++++
gcc/fortran/resolve.c | 10 ++++++----
gcc/fortran/trans-stmt.c | 2 +-
gcc/testsuite/gfortran.dg/asan_associate_58.f90 | 19 +++++++++++++++++++
gcc/testsuite/gfortran.dg/asan_associate_59.f90 | 19 +++++++++++++++++++
gcc/testsuite/gfortran.dg/associate_58.f90 | 21 +++++++++++++++++++++
6 files changed, 84 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/asan_associate_58.f90
create mode 100644 gcc/testsuite/gfortran.dg/asan_associate_59.f90
create mode 100644 gcc/testsuite/gfortran.dg/associate_58.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.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from 197b7ace534 Daily bump.
new df8e384d5f9 libstdc++: Fix test that fails on Solaris [PR104731]
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:
.../27_io/filesystem/iterators/error_reporting.cc | 35 ++++++++++++++--------
1 file changed, 22 insertions(+), 13 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_gnu_native_check_binutils/master-arm
in repository toolchain/ci/gdb.
from 4a43e2435b [gdb/testsuite] Fix gdb.tui/scroll.exp with read1
adds 2dc60c7710 Automatic date update in version.in
adds cd02db09d2 [gdb/tdep] Handle pipe2 syscall for amd64
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/amd64-linux-tdep.c | 3 +++
gdb/amd64-linux-tdep.h | 1 +
3 files changed, 5 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm
in repository toolchain/ci/base-artifacts.
discards ccbfdbf34 0: update: binutils-cd02db09d26959ea58771c946b44e56fe8c0d36e: 1
new e69479200 0: update: gdb-cd02db09d26959ea58771c946b44e56fe8c0d36e: 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 (ccbfdbf34)
\
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 1536 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 51216 -> 51592 bytes
04-build_abe-gcc/console.log.xz | Bin 232088 -> 231824 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 11232 -> 11228 bytes
07-build_abe-glibc/console.log.xz | Bin 228096 -> 229316 bytes
08-build_abe-gdb/console.log.xz | Bin 47260 -> 50024 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3796 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2596 -> 2612 bytes
11-check_regression/console.log.xz | Bin 2292 -> 2284 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 6 +-
12-update_baseline/console.log | 282 ++++++++++++------------
12-update_baseline/results.compare | 8 +-
12-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 8 +-
sumfiles/binutils.log.xz | Bin 54996 -> 55168 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 97580 -> 97612 bytes
sumfiles/gas.sum | 270 +++++++++++------------
sumfiles/ld.log.xz | Bin 130524 -> 130532 bytes
sumfiles/ld.sum | 332 ++++++++++++++---------------
23 files changed, 489 insertions(+), 489 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 655ca5aaa97 [Ada] Suggest use of First_Valid/Last_Valid on type with st [...]
new 8b59556e1c7 Optimize vec_setv8{hi,hf}_0 + pmovzxbq to pmovzxbq.
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/sse.md | 45 +++++++++++++++++++++++++++++---
gcc/testsuite/gcc.target/i386/pr105072.c | 24 +++++++++++++++++
2 files changed, 65 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr105072.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_llvm_tx1/llvm-master-aarch64-spec2k6-O3_LTO
in repository toolchain/ci/base-artifacts.
discards 8ff51409c 5: update: binutils-gcc-linux-glibc-llvm: 1
new cb79357ec 5: update: binutils-4a43e2435b1a24d5bd32fae7807fdba8e93b93fe: 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 (8ff51409c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_llvm_tx1/llvm-master [...]
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 1928 -> 1736 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30488 -> 31688 bytes
04-build_abe-stage1/console.log.xz | Bin 72032 -> 75756 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 9124 -> 10696 bytes
07-build_abe-glibc/console.log.xz | Bin 237664 -> 237676 bytes
08-build_abe-stage2/console.log.xz | Bin 173628 -> 180740 bytes
09-build_llvm-true/console.log.xz | Bin 61756 -> 63084 bytes
10-benchmark/benchmark-build.log | 68 +-
10-benchmark/benchmark.log | 66 +-
10-benchmark/console.log.xz | Bin 3368 -> 3400 bytes
11-check_regression/console.log.xz | Bin 2848 -> 2772 bytes
11-check_regression/results-0.csv | 197404 +++++++-------
11-check_regression/results-1.csv | 191991 +++++++-------
11-check_regression/results-brief.csv | 30 +-
11-check_regression/results-full.csv | 88 +-
11-check_regression/results-internal.csv | 38 +-
11-check_regression/results-md5sum-0.csv | 33584 +--
11-check_regression/results-md5sum-1.csv | 26596 +-
11-check_regression/results-perf-0.csv | 82 +-
11-check_regression/results-perf-1.csv | 80 +-
11-check_regression/results-size-0.csv | 231187 ++++++++--------
11-check_regression/results-size-1.csv | 226724 ++++++++--------
11-check_regression/results-vect-0.csv | 16 +-
11-check_regression/results-vect-1.csv | 14 +-
11-check_regression/results.log | 2512 +-
12-update_baseline/console.log | 2648 +-
12-update_baseline/results-0.csv | 247542 +++++++++---------
12-update_baseline/results-1.csv | 191991 +++++++-------
12-update_baseline/results-brief.csv | 30 +-
12-update_baseline/results-full.csv | 78 +-
12-update_baseline/results-internal.csv | 38 +-
12-update_baseline/results-md5sum-0.csv | 20992 +-
12-update_baseline/results-md5sum-1.csv | 26596 +-
12-update_baseline/results-perf-1.csv | 80 +-
12-update_baseline/results-size-0.csv | 52278 +++-
12-update_baseline/results-size-1.csv | 226724 ++++++++--------
12-update_baseline/results-vect-0.csv | 26 +-
12-update_baseline/results-vect-1.csv | 14 +-
12-update_baseline/results.log | 572 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 396768 -> 396800 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 43936 -> 43928 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 1189024 -> 1189136 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 22316 -> 22352 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 45876 -> 46256 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 610432 -> 611196 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 912936 -> 825152 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 198812 -> 197596 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 450284 -> 452360 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 51668 -> 51812 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 23620 -> 23632 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 15836 -> 15832 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 344304 -> 318124 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 42908 -> 42960 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 93660 -> 93572 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 3159328 -> 3223272 bytes
jenkins/manifest.sh | 16 +-
results | 2 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 396768 -> 396800 bytes
save-temps/401.bzip2.tar.xz | Bin 43936 -> 43928 bytes
save-temps/403.gcc.tar.xz | Bin 1189024 -> 1189136 bytes
save-temps/429.mcf.tar.xz | Bin 22316 -> 22352 bytes
save-temps/444.namd.tar.xz | Bin 45876 -> 46256 bytes
save-temps/445.gobmk.tar.xz | Bin 610432 -> 611196 bytes
save-temps/447.dealII.tar.xz | Bin 912936 -> 825152 bytes
save-temps/450.soplex.tar.xz | Bin 198812 -> 197596 bytes
save-temps/453.povray.tar.xz | Bin 450284 -> 452360 bytes
save-temps/458.sjeng.tar.xz | Bin 51668 -> 51812 bytes
save-temps/462.libquantum.tar.xz | Bin 23620 -> 23632 bytes
save-temps/470.lbm.tar.xz | Bin 15836 -> 15832 bytes
save-temps/471.omnetpp.tar.xz | Bin 344304 -> 318124 bytes
save-temps/473.astar.tar.xz | Bin 42908 -> 42960 bytes
save-temps/482.sphinx3.tar.xz | Bin 93660 -> 93572 bytes
save-temps/483.xalancbmk.tar.xz | Bin 3159328 -> 3223272 bytes
76 files changed, 859188 insertions(+), 820921 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_bootstrap/release-arm-bootstrap_O1
in repository toolchain/ci/binutils-gdb.
from 94e07b6911 Automatic date update in version.in
adds 5e59286034 Automatic date update in version.in
adds 5b43f78fb1 Automatic date update in version.in
adds 74ef67f9ba Automatic date update in version.in
adds 8d1187516e Adjust ld ctf test for 32-bit targets
adds c473aa1b9d M68K: avoid quadratic slowdlow in label alignment check
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/config/tc-m68k.c | 43 +++++++---------------------------
gas/config/tc-m68k.h | 17 ++++++++++++++
ld/testsuite/ld-ctf/nonrepresentable.d | 2 +-
4 files changed, 28 insertions(+), 36 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_bootstrap/release-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards c2b3cbf1f 0: update: binutils-gcc: 2
new bd5bc0a2d 0: update: binutils-gcc: 2
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 (c2b3cbf1f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-ar [...]
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 1532 -> 1500 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2700 bytes
04-build_abe-binutils/console.log.xz | Bin 49428 -> 49628 bytes
05-build_abe-bootstrap_O1/console.log.xz | Bin 449204 -> 450096 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.