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/master-arm
in repository toolchain/ci/gcc.
from 28068d11156 PR tree-optimization/91384: peephole2 to eliminate testl af [...]
adds a35f16971b4 Daily bump.
adds e2385690a3e i386: Fix V8HF vector init under -mno-avx [PR 104664]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 82 +++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386-expand.cc | 7 ++-
gcc/cp/ChangeLog | 13 +++++
gcc/d/ChangeLog | 6 +++
gcc/testsuite/ChangeLog | 88 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr104664.c | 16 ++++++
libgomp/ChangeLog | 9 ++++
libphobos/ChangeLog | 5 ++
9 files changed, 226 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr104664.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/master-arm
in repository toolchain/ci/binutils-gdb.
from 5a734ada7e Fix "spawn id XYZ not open" errors in gdb.mi/mi-exec-run.exp
adds cb3a9d1b79 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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_gcc_check/master-arm
in repository toolchain/ci/base-artifacts.
discards a310fe47 0: update: binutils-gcc: 1
new 2f9595a3 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 (a310fe47)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (2f9595a3)
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 1516 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 52504 -> 50588 bytes
04-build_abe-gcc/console.log.xz | Bin 227872 -> 229532 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3816 -> 3856 bytes
06-build_abe-check_gcc/console.log.xz | Bin 3096 -> 2648 bytes
07-check_regression/console.log.xz | Bin 3192 -> 3176 bytes
07-check_regression/fails.sum | 4 +-
07-check_regression/results.compare | 31 +-
07-check_regression/results.compare2 | 105 +-
07-check_regression/results.regressions | 31 +-
08-update_baseline/console.log | 662 +++--
08-update_baseline/fails.sum | 4 +-
08-update_baseline/results.compare | 31 +-
08-update_baseline/results.compare2 | 105 +-
08-update_baseline/results.regressions | 31 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2751908 -> 2751352 bytes
sumfiles/g++.sum | 116 +-
sumfiles/gcc.log.xz | Bin 2303380 -> 2357228 bytes
sumfiles/gcc.sum | 4432 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 896976 -> 895144 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2176 -> 2172 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 188464 -> 188288 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2532 -> 2532 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 459948 -> 461964 bytes
sumfiles/libstdc++.sum | 10 +-
31 files changed, 2775 insertions(+), 2865 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/master-aarch64-bootstrap_profiled
in repository toolchain/ci/binutils-gdb.
from b275570803 Automatic date update in version.in
adds 85acc25b30 Automatic date update in version.in
adds eda240cd35 Clarify the wording of the error message when an obsolete co [...]
adds cb7da2a640 Further correct the handling of long pathnames on Windows hosts.
adds e008305278 Fix gdb.fortran "failed to extract expected results" errors
adds ea764154c2 Error when gdb_is_target_1 is called without running gdb instance
adds 659971cb0f gdb/python: Add gdb.InferiorThread.details attribute
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 11 ++++
bfd/bfdio.c | 78 ++++++++++++++---------------
bfd/config.bfd | 4 +-
bfd/version.h | 2 +-
gdb/NEWS | 5 ++
gdb/doc/gdb.texinfo | 2 +
gdb/doc/python.texi | 17 +++++++
gdb/python/py-infthread.c | 29 +++++++++++
gdb/testsuite/gdb.fortran/array-slices.exp | 6 +++
gdb/testsuite/gdb.fortran/lbound-ubound.exp | 6 +++
gdb/testsuite/gdb.python/py-infthread.exp | 5 ++
gdb/testsuite/lib/gdb.exp | 15 ++++++
12 files changed, 138 insertions(+), 42 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/master-aarch64-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
discards d7690129 0: update: binutils-gcc: 2
new 20d04f1e 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 (d7690129)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 37884 -> 37948 bytes
05-build_abe-bootstrap_profiled/console.log.xz | Bin 500420 -> 499348 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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-arm
in repository toolchain/ci/gcc.
from 8ded52d318e Daily bump.
adds 89cea574209 c++: ICE with attribute on enumerator [PR104667]
new eb2516d4a5d Daily bump.
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/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 9 +++++++++
gcc/cp/decl2.c | 3 +++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/ext/attrib64.C | 11 +++++++++++
5 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/ext/attrib64.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-arm
in repository toolchain/ci/binutils-gdb.
from 884f69febf Automatic date update in version.in
new bb8b104a73 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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_gcc_check/release-arm
in repository toolchain/ci/base-artifacts.
discards 32d4e688 0: update: binutils-gcc: 1
new 6026d747 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 (32d4e688)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/release-arm (6 [...]
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 1512 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 48380 -> 49152 bytes
04-build_abe-gcc/console.log.xz | Bin 221312 -> 221000 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3796 -> 3844 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2320 -> 2304 bytes
07-check_regression/console.log.xz | Bin 2876 -> 2912 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 6 +
07-check_regression/results.compare | 25 +-
07-check_regression/results.compare2 | 116 +-
07-check_regression/results.regressions | 26 +
08-update_baseline/console.log | 410 ++--
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 6 +
08-update_baseline/results.compare | 25 +-
08-update_baseline/results.compare2 | 116 +-
08-update_baseline/results.regressions | 26 +
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2615460 -> 2620088 bytes
sumfiles/g++.sum | 126 +-
sumfiles/gcc.log.xz | Bin 2156232 -> 2209596 bytes
sumfiles/gcc.sum | 3896 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 816232 -> 810708 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2156 -> 2156 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 138448 -> 138524 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2516 -> 2516 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 450968 -> 446692 bytes
sumfiles/libstdc++.sum | 16 +-
33 files changed, 2414 insertions(+), 2462 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create mode 100644 08-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.