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-next-allnoconfig
in repository toolchain/ci/gcc.
from ef6394205d7 libbacktrace: don't crash if ELF file has no sections
adds 92ed82367e7 PR fortran/93499 - ICE on division by zero in declaration s [...]
adds 0b83c4fabb8 libstdc++ Enhance thread safety of debug mode iterators
adds 13a46321516 i386: Define __ILP32__ and _ILP32 for all 32-bit targets
adds e7ae6d32c7d Daily bump.
adds 0447929f11e Add handling of MULT_EXPR/PLUS_EXPR for wrapping overflow i [...]
adds 10a9bf806cf Add caveat about parsing of .gcda and .gcno files.
adds 850322dff70 Fix typo in fprofile-prefix-path.
adds dbeaa7ab81a Fortran : Spurious warning message with -Wsurprising PR59107
adds 7c355156aa2 i386: Vectorize basic V2SFmode operations [PR94913]
adds fc8f44e06b1 testsuite: Require gnu-tm support for pr94856.C
new ffeb6554bee Revert "libstdc++ Enhance thread safety of debug mode iterators"
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 | 61 ++++++++++
gcc/DATESTAMP | 2 +-
gcc/common.opt | 2 +-
gcc/config/i386/i386-c.c | 2 +
gcc/config/i386/i386.c | 6 +-
gcc/config/i386/mmx.md | 179 ++++++++++++++++++++++--------
gcc/fortran/ChangeLog | 20 ++++
gcc/fortran/arith.c | 34 ++++++
gcc/fortran/gfortran.h | 5 +-
gcc/fortran/interface.c | 5 +-
gcc/fortran/resolve.c | 10 +-
gcc/gcov-io.h | 8 +-
gcc/testsuite/ChangeLog | 26 +++++
gcc/testsuite/g++.dg/ipa/pr94856.C | 1 +
gcc/testsuite/gcc.dg/tree-ssa/pr83403-1.c | 8 ++
gcc/testsuite/gcc.dg/tree-ssa/pr83403-2.c | 8 ++
gcc/testsuite/gcc.dg/tree-ssa/pr83403.h | 30 +++++
gcc/testsuite/gcc.target/i386/pr95046-1.c | 51 +++++++++
gcc/testsuite/gfortran.dg/pr59107.f90 | 11 ++
gcc/testsuite/gfortran.dg/pr93499.f90 | 10 ++
gcc/tree-affine.c | 24 ++--
21 files changed, 432 insertions(+), 71 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr83403-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr83403-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr83403.h
create mode 100644 gcc/testsuite/gcc.target/i386/pr95046-1.c
create mode 100644 gcc/testsuite/gfortran.dg/pr59107.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr93499.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_kernel/gnu-master-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 18094692 0: update: binutils-gcc-linux: all
new e9fff586 0: update: binutils-gcc-linux: all
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 (18094692)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 225 +-
02-prepare_abe/console.log | 402 +-
03-build_abe-binutils/console.log | 11660 +++++------
04-build_abe-stage1/console.log | 20221 +++++++++---------
05-build_linux/console.log | 578 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 33216 +++++++++++++++---------------
jenkins/manifest.sh | 18 +-
12 files changed, 33289 insertions(+), 33061 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-release-arm-stable-allmodconfig
in repository toolchain/ci/gcc.
from 1bcc05f210c Daily bump.
adds f877a0c82c9 Daily bump.
adds b8da02efe62 rs6000: Don't use HARD_FRAME_POINTER_REGNUM if it's not liv [...]
adds 5a17beaecad Fortran : Spurious warning message with -Wsurprising PR59107
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 16 +++++++++++++++-
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000.c | 24 +++++++++++++++---------
gcc/fortran/ChangeLog | 16 ++++++++++++++++
gcc/fortran/gfortran.h | 5 ++++-
gcc/fortran/interface.c | 3 ++-
gcc/fortran/resolve.c | 10 ++++++----
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gfortran.dg/pr59107.f90 | 11 +++++++++++
9 files changed, 78 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr59107.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_kernel/gnu-release-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 1974ce10 0: update: binutils-gcc-linux: all
new ce238058 0: update: binutils-gcc-linux: all
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 (1974ce10)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 146 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11488 +++++------
04-build_abe-stage1/console.log | 18256 ++++++++---------
05-build_linux/console.log | 994 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 31326 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
12 files changed, 31367 insertions(+), 31299 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 binutils-gdb.
from 3b646889b0f Power10 VSX scalar min-max-compare quad precision operations
new 3ee6bb113af [gdb/symtab] Fix incomplete CU list assert in .debug_names
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/ChangeLog | 7 ++
gdb/dwarf2/read.c | 25 ++++-
gdb/testsuite/ChangeLog | 11 +++
.../clang-debug-names-2-foo.c} | 4 +-
.../{clang-debug-names.c => clang-debug-names-2.c} | 4 +-
.../{nostaticblock.exp => clang-debug-names-2.exp} | 43 ++++----
gdb/testsuite/gdb.dwarf2/clang-debug-names.exp | 110 +--------------------
...ng-debug-names.exp => clang-debug-names.exp.in} | 26 +----
8 files changed, 71 insertions(+), 159 deletions(-)
copy gdb/testsuite/{gdb.base/persistent-lang.cc => gdb.dwarf2/clang-debug-names-2- [...]
copy gdb/testsuite/gdb.dwarf2/{clang-debug-names.c => clang-debug-names-2.c} (94%)
copy gdb/testsuite/gdb.dwarf2/{nostaticblock.exp => clang-debug-names-2.exp} (57%)
copy gdb/testsuite/gdb.dwarf2/{clang-debug-names.exp => clang-debug-names.exp.in} (89%)
--
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/llvm-master-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards a917d34c 0: update: llvm-linux: boot
new 5f1356cc 0: update: llvm-linux: boot
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 (a917d34c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 133 +-
02-build_llvm/console.log | 12974 ++++++++++++++++++-----------------
03-build_linux/console.log | 720 +-
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 20 +-
06-update_baseline/console.log | 18 +-
console.log | 13869 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
8 files changed, 13873 insertions(+), 13879 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.