This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards d3e6f679 0: update: gcc-ba6547307106a80d84f24e1773b21c2c3d1e5c5b: 1
new f8edde5a 0: update: gcc-ea3f1f2347841c7bbc469c0a7c8fd46fdbb0b251: 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 (d3e6f679)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 183 +-
02-prepare_abe/console.log | 446 +-
04-build_abe-bootstrap_O1/console.log | 88636 ++++++++++++++++---------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 89305 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 89191 insertions(+), 89391 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 ea3f1f23478 Daily bump.
new ce2da7f82f4 libstdc++: Fix std::from_chars to ignore leading zeros in base 2
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:
libstdc++-v3/include/std/charconv | 8 ++-
libstdc++-v3/testsuite/20_util/from_chars/1.cc | 19 +++++--
libstdc++-v3/testsuite/20_util/from_chars/3.cc | 79 ++++++++++++++++++++++++++
3 files changed, 99 insertions(+), 7 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/3.cc
--
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-10
in repository gcc.
from f3a27a610b0 tree-optimization/95717 - fix SSA update for vectorizer epilogue
new ff5c8fe44a9 libstdc++: Fix std::to_chars buffer overflow (PR 95851)
new 50615814f6f libstdc++: Fix warnings with -Wsystem-headers
new 053ba9ec747 libstdc++: Fix std::from_chars to ignore leading zeros in base 2
new 554eb7d2e1e c++: Fix ICE with using and virtual function. [PR95719]
The 4 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/cp/call.c | 6 +-
gcc/cp/class.c | 4 ++
gcc/testsuite/g++.dg/tree-ssa/final4.C | 12 ++++
libstdc++-v3/include/bits/stl_algobase.h | 3 +
libstdc++-v3/include/std/charconv | 15 ++--
libstdc++-v3/testsuite/20_util/from_chars/1.cc | 19 ++++--
libstdc++-v3/testsuite/20_util/from_chars/3.cc | 79 ++++++++++++++++++++++
.../{to_address/debug.cc => to_chars/95851.cc} | 12 ++--
8 files changed, 134 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/final4.C
create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/3.cc
copy libstdc++-v3/testsuite/20_util/{to_address/debug.cc => to_chars/95851.cc} (79%)
--
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 403e166b974 x86: Add Cooper Lake detection with AVX512BF16
new 134f7c94192 x86: Remove brand ID check for Intel processors
new 796190e538c Make contrib/download_prerequisites work on AIX and OpenBSD
new c78907d514d tree-optimization/95866 - avoid vectorizing uniform SLP subgraphs
new a16d0924f18 PR fortran/95827 - Buffer overflows with submodules and coarrays
new 35eca8c5e16 simplify-rtx: Parity of parity is parity
new 0c586913e61 simplify-rtx: Simplify rotates by zero
new 7d6baf68fe2 c++: Fix ICE with using and virtual function. [PR95719]
new 3faa0dde317 c++: Simplify build_over_call a bit.
new 2dbc1655220 coroutines: Update tests for get-return-object errors.
new 1e5da6a02fe coroutines: Copy attributes to the outlined functions [PR95 [...]
new 11a751ff77f c++: Handle bad pack expansion in base list. [PR96752]
The 11 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:
contrib/download_prerequisites | 18 +++++++-
gcc/common/config/i386/cpuinfo.h | 12 +++---
gcc/config/i386/driver-i386.c | 2 +-
gcc/cp/call.c | 50 ++++++++++------------
gcc/cp/class.c | 4 ++
gcc/cp/coroutines.cc | 12 ++++++
gcc/cp/typeck2.c | 5 +++
gcc/fortran/iresolve.c | 4 +-
gcc/simplify-rtx.c | 6 +++
...C => coro-bad-gro-00-class-gro-scalar-return.C} | 14 ++++--
...C => coro-bad-gro-01-void-gro-non-class-coro.C} | 2 +-
.../g++.dg/coroutines/{pr95505.C => pr95518.C} | 12 +++---
gcc/testsuite/g++.dg/coroutines/pr95813.C | 46 ++++++++++++++++++++
gcc/testsuite/g++.dg/template/pr95672.C | 3 ++
gcc/testsuite/g++.dg/tree-ssa/final4.C | 12 ++++++
gcc/testsuite/gcc.target/i386/builtin_target.c | 2 +-
gcc/testsuite/gcc.target/i386/pr95866-1.c | 18 ++++++++
.../gfortran.dg/{pr95707.f90 => pr95827.f90} | 10 ++---
gcc/tree-vect-slp.c | 26 ++++++++++-
19 files changed, 200 insertions(+), 58 deletions(-)
copy gcc/testsuite/g++.dg/coroutines/{void-gro-non-class-coro.C => coro-bad-gro-00 [...]
rename gcc/testsuite/g++.dg/coroutines/{void-gro-non-class-coro.C => coro-bad-gro- [...]
copy gcc/testsuite/g++.dg/coroutines/{pr95505.C => pr95518.C} (64%)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr95813.C
create mode 100644 gcc/testsuite/g++.dg/template/pr95672.C
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/final4.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr95866-1.c
copy gcc/testsuite/gfortran.dg/{pr95707.f90 => pr95827.f90} (61%)
--
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/gnu-release-aarch64-bootstrap_O3
in repository toolchain/ci/gcc.
from ba654730710 Daily bump.
adds 0e871a5b843 Daily bump.
adds eb9a24a6b6b Fortran : ICE in resolve_fl_procedure PR95708
adds f541655e8b9 Fix memory corruption with vector and variant record
adds 449246af10b PR fortran/95587 - ICE in gfc_target_encode_expr, at fortra [...]
adds 84323d9fa75 PR fortran/95689 - ICE in check_sym_interfaces, at fortran/ [...]
adds ea3f1f23478 Daily bump.
new ce2da7f82f4 libstdc++: Fix std::from_chars to ignore leading zeros in base 2
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/ada/ChangeLog | 5 ++
gcc/ada/gcc-interface/trans.c | 18 ++++--
gcc/fortran/ChangeLog | 32 +++++++++++
gcc/fortran/interface.c | 5 +-
gcc/fortran/intrinsic.c | 6 +-
gcc/fortran/match.c | 5 ++
gcc/fortran/resolve.c | 1 +
gcc/testsuite/ChangeLog | 24 ++++++++
gcc/testsuite/gfortran.dg/pr95587.f90 | 13 +++++
gcc/testsuite/gfortran.dg/pr95689.f90 | 16 ++++++
gcc/testsuite/gfortran.dg/pr95708.f90 | 6 ++
libstdc++-v3/include/std/charconv | 8 ++-
libstdc++-v3/testsuite/20_util/from_chars/1.cc | 19 +++++--
libstdc++-v3/testsuite/20_util/from_chars/3.cc | 79 ++++++++++++++++++++++++++
15 files changed, 221 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr95587.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr95689.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr95708.f90
create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/3.cc
--
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/gnu-release-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards f8a225c2 0: update: gcc-ba6547307106a80d84f24e1773b21c2c3d1e5c5b: 1
new 6c461edf 0: update: gcc-ce2da7f82f4f5469c435ff3731fdeaffcdab0f66: 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 (f8a225c2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 184 +-
02-prepare_abe/console.log | 232 +-
04-build_abe-bootstrap_O3/console.log | 60032 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 6 +-
console.log | 60464 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 60495 insertions(+), 60433 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_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/base-artifacts.
discards 7448d411 0: update: binutils-gcc-glibc-qemu: 6
new d2e09c66 0: update: binutils-gcc-glibc-qemu: 6
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 (7448d411)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-aarch64 [...]
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 | 245 +-
02-prepare_abe/console.log | 420 +-
04-build_abe-binutils/console.log | 11607 ++--
05-build_abe-stage1/console.log | 15692 ++---
06-build_abe-linux/console.log | 312 +-
07-build_abe-glibc/console.log | 40937 +++++++------
08-build_abe-stage2/console.log | 38827 ++++++-------
09-build_abe-qemu/console.log | 1866 +-
10-check_regression/console.log | 16 +-
11-update_baseline/console.log | 16 +-
console.log | 109960 ++++++++++++++++++-----------------
jenkins/manifest.sh | 22 +-
12 files changed, 110039 insertions(+), 109881 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.