This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bf510679bb3 divmod: Match and expand DIVMOD even in some cases of const [...]
new 9065c4adab0 libstdc++: Avoid CTAD for std::ranges::join_view [LWG 3474]
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/ranges | 9 ++----
libstdc++-v3/testsuite/std/ranges/adaptors/join.cc | 16 ++++++++++
.../testsuite/std/ranges/adaptors/join_lwg3474.cc | 37 ----------------------
3 files changed, 19 insertions(+), 43 deletions(-)
delete mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/join_lwg3474.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-9
in repository gcc.
from 6725de4e837 arm: Add missing part number for Neoverse V1
new 972bc5c8e40 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/ChangeLog | 5 +++++
gcc/DATESTAMP | 2 +-
2 files changed, 6 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.
unknown user pushed a change to branch releases/gcc-8
in repository gcc.
from 46f2b419640 Daily bump.
new cb0a59cb7ef 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 +-
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.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 1fce1d3eb3a arm: Add missing part number for Neoverse V1
new 58fe7d35d9c Daily bump.
new 537f9f4e5b1 IBM Z: Fix PR96456
new ceae2c67720 IBM Z: Doc: Add z15/arch13 to the list of -march/-mtune options
The 3 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 | 5 +++++
gcc/DATESTAMP | 2 +-
gcc/config/s390/s390.h | 5 +++++
gcc/config/s390/vector.md | 6 +++---
gcc/cp/ChangeLog | 27 +++++++++++++++++++++++++++
gcc/doc/invoke.texi | 2 +-
gcc/testsuite/ChangeLog | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.target/s390/pr96456.c | 13 +++++++++++++
libcpp/ChangeLog | 9 +++++++++
9 files changed, 88 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr96456.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 gcc.
from 9af65c2b904 libstdc++: Reduce uses of std::numeric_limits
new 7e9282ae62f Daily bump.
new 7164745e1c2 gofrontend: correct file reading logic in Stream_from_file
new d2364fb436f IBM Z: Doc: Add z15/arch13 to the list of -march/-mtune options
new 3e8fb15a8cf arm: Add +nomve and +nomve.fp options to -mcpu=cortex-m55
new 44e20dce597 openmp: Fix ICE in omp_discover_declare_target_tgt_fn_r
new 952adf02188 Fix off-by-one storage problem in irange_allocator.
new bf510679bb3 divmod: Match and expand DIVMOD even in some cases of const [...]
The 7 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 | 51 ++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 11 ++++
gcc/config/arm/arm-cpus.in | 26 ++++++---
gcc/config/arm/arm.c | 14 +++++
gcc/config/arm/parsecpu.awk | 51 ++++++++++++++++
gcc/cp/ChangeLog | 17 ++++++
gcc/doc/invoke.texi | 2 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/import.cc | 8 +--
gcc/internal-fn.c | 67 +++++++++++++++++++++-
gcc/omp-offload.c | 3 +-
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/c-c++-common/gomp/pr97289.c | 14 +++++
.../gcc.target/arm/cortex-m55-nodsp-flag-hard.c | 15 +++++
.../gcc.target/arm/cortex-m55-nodsp-flag-softfp.c | 15 +++++
.../arm/cortex-m55-nodsp-nofp-flag-softfp.c | 15 +++++
.../gcc.target/arm/cortex-m55-nofp-flag-hard.c | 15 +++++
.../gcc.target/arm/cortex-m55-nofp-flag-softfp.c | 15 +++++
.../arm/cortex-m55-nofp-nomve-flag-softfp.c | 15 +++++
.../gcc.target/arm/cortex-m55-nomve-flag-hard.c | 15 +++++
.../gcc.target/arm/cortex-m55-nomve-flag-softfp.c | 15 +++++
.../gcc.target/arm/cortex-m55-nomve.fp-flag-hard.c | 15 +++++
.../arm/cortex-m55-nomve.fp-flag-softfp.c | 15 +++++
gcc/testsuite/gcc.target/arm/multilib.exp | 16 ++++++
gcc/testsuite/gcc.target/i386/pr97282.c | 25 ++++++++
gcc/tree-ssa-math-opts.c | 17 +++++-
gcc/value-range.h | 2 +-
libgomp/ChangeLog | 5 ++
libstdc++-v3/ChangeLog | 57 ++++++++++++++++++
30 files changed, 524 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr97289.c
create mode 100644 gcc/testsuite/gcc.target/arm/cortex-m55-nodsp-flag-hard.c
create mode 100644 gcc/testsuite/gcc.target/arm/cortex-m55-nodsp-flag-softfp.c
create mode 100644 gcc/testsuite/gcc.target/arm/cortex-m55-nodsp-nofp-flag-softfp.c
create mode 100644 gcc/testsuite/gcc.target/arm/cortex-m55-nofp-flag-hard.c
create mode 100644 gcc/testsuite/gcc.target/arm/cortex-m55-nofp-flag-softfp.c
create mode 100644 gcc/testsuite/gcc.target/arm/cortex-m55-nofp-nomve-flag-softfp.c
create mode 100644 gcc/testsuite/gcc.target/arm/cortex-m55-nomve-flag-hard.c
create mode 100644 gcc/testsuite/gcc.target/arm/cortex-m55-nomve-flag-softfp.c
create mode 100644 gcc/testsuite/gcc.target/arm/cortex-m55-nomve.fp-flag-hard.c
create mode 100644 gcc/testsuite/gcc.target/arm/cortex-m55-nomve.fp-flag-softfp.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr97282.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_kernel/gnu-release-arm-stable-allnoconfig
in repository toolchain/ci/gcc.
from 99f2956cc74 Daily bump.
adds 4a437d67c7f Daily bump.
adds 6725de4e837 arm: Add missing part number for Neoverse V1
adds 972bc5c8e40 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 5 +++++
gcc/DATESTAMP | 2 +-
gcc/config/arm/arm-cpus.in | 2 ++
3 files changed, 8 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_kernel/gnu-release-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 952d5af33 0: update: binutils-gcc-linux: all
new 4c173798a 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 (952d5af33)
\
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 | 137 +-
02-prepare_abe/console.log | 402 +-
03-build_abe-binutils/console.log | 11419 ++++++-----
04-build_abe-stage1/console.log | 18160 +++++++++---------
05-build_linux/console.log | 608 +-
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 | 30732 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 30746 insertions(+), 30730 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
in repository toolchain/ci/interesting-commits.
from e40383d Add last-good f1c807e887d43551bca0acc16a438d880cfaf7c9 from h [...]
new 9e7ed75 Add regression 2a07345c4f8dabc286fc470e76c53473e5bc3eb7 from [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
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
in repository toolchain/ci/interesting-commits.
from 64c28f8 Add regression 636e80eea24b780f1d5f4c14c58fc00001df8508 from [...]
new e40383d Add last-good f1c807e887d43551bca0acc16a438d880cfaf7c9 from h [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.