This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 16e95050f71 Fortran: do not attempt simplification of [LU]BOUND for poi [...]
new 39de0e54110 libstdc++: Add effective-target for std::allocator implementation
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/testsuite/18_support/50594.cc | 1 +
libstdc++-v3/testsuite/20_util/allocator/1.cc | 7 +++----
libstdc++-v3/testsuite/20_util/allocator/overaligned.cc | 2 +-
libstdc++-v3/testsuite/23_containers/unordered_map/96088.cc | 1 +
libstdc++-v3/testsuite/23_containers/unordered_multimap/96088.cc | 1 +
libstdc++-v3/testsuite/23_containers/unordered_multiset/96088.cc | 1 +
libstdc++-v3/testsuite/23_containers/unordered_set/96088.cc | 1 +
libstdc++-v3/testsuite/ext/throw_allocator/check_delete.cc | 1 +
libstdc++-v3/testsuite/ext/throw_allocator/check_new.cc | 1 +
libstdc++-v3/testsuite/lib/libstdc++.exp | 8 ++++++++
10 files changed, 19 insertions(+), 5 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-arm-bootstrap
in repository toolchain/ci/gcc.
from 5459fa132a9 libstdc++: Fix circular dependency for bitmap_allocator [PR103381]
adds 8632f8c65de Remove duplicated param valud in modref tree
adds 46d3cfd29dc libcpp: Fix ATTR_LIKELY definition PR preprocessor/103355
adds 721d8b9e26b Fortran: fix scalarization for intrinsic LEN_TRIM with pres [...]
adds e6a6569ce28 rs6000: Fix test_mffsl.c effective target check
adds c2c534f6faa rs6000: Add [power6-64] stanza to new builtin support
adds d6024c85a1c rs6000: Better error messages for power8/9 vector builtins
adds 3363022ed81 fixincludes: don't abort() on access failure [PR103306]
adds 7b7318faf79 c++: Add static in g++.dg/warn/Waddress-5.C
new 4b1d3d8d732 c++: -Wuninitialized for mem-inits and empty classes [PR19808]
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:
fixincludes/fixincl.c | 15 ++-
gcc/config/rs6000/rs6000-builtin-new.def | 9 +-
gcc/config/rs6000/rs6000-call.c | 55 ++++++-----
gcc/config/rs6000/rs6000-gen-builtins.c | 4 +
gcc/cp/init.c | 3 +-
gcc/fortran/trans-array.c | 1 +
gcc/ipa-modref-tree.c | 52 +++++-----
gcc/ipa-modref-tree.h | 76 +++++++++-----
gcc/ipa-modref.c | 136 +++++++++++---------------
gcc/testsuite/g++.dg/warn/Waddress-5.C | 2 +-
gcc/testsuite/g++.dg/warn/Wuninitialized-28.C | 1 +
gcc/testsuite/g++.dg/warn/Wuninitialized-29.C | 1 +
gcc/testsuite/g++.dg/warn/Wuninitialized-31.C | 73 ++++++++++++++
gcc/testsuite/gcc.target/powerpc/test_mffsl.c | 4 +-
gcc/testsuite/gfortran.dg/len_trim.f90 | 27 +++++
libcpp/system.h | 2 +
16 files changed, 300 insertions(+), 161 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wuninitialized-31.C
create mode 100644 gcc/testsuite/gfortran.dg/len_trim.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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 831dce22 0: update: binutils-gcc: 2
new 9a7093f2 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 (831dce22)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1492 -> 1496 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 66004 -> 64500 bytes
05-build_abe-bootstrap/console.log.xz | Bin 462856 -> 462176 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ----------------------------------
jenkins/manifest.sh | 8 ++++----
7 files changed, 4 insertions(+), 40 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-11
in repository gcc.
from 78225f05ce2 Daily bump.
new 58cd66aec9f libstdc++: Fix return values for atomic wait on futex
new fd3f0c66e85 libstdc++: Define macro before it is first checked
new 667339efd8e libstdc++: Use std::addressof in ranges::uninitialized_xxx [...]
new 9a7308bac8c libstdc++: Fix circular dependency for bitmap_allocator [PR103381]
new ec6ba81a038 libstdc++: Fix std::type_info::before for ARM [PR103240]
new fa4a8f3faaa libstdc++: Fix pretty printing of std::unique_ptr [PR103086]
The 6 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/bits/atomic_timed_wait.h | 8 +--
libstdc++-v3/include/bits/atomic_wait.h | 15 +++--
libstdc++-v3/include/bits/ranges_uninitialized.h | 26 ++++----
libstdc++-v3/include/ext/bitmap_allocator.h | 2 +-
libstdc++-v3/libsupc++/tinfo2.cc | 5 +-
libstdc++-v3/python/libstdcxx/v6/printers.py | 71 ++++++++++++++++------
libstdc++-v3/python/libstdcxx/v6/xmethods.py | 2 +-
.../testsuite/18_support/type_info/103240.cc | 36 +++++++++++
libstdc++-v3/testsuite/util/testsuite_iterators.h | 8 +++
libstdc++-v3/testsuite/util/testsuite_shared.cc | 12 ++++
10 files changed, 137 insertions(+), 48 deletions(-)
create mode 100644 libstdc++-v3/testsuite/18_support/type_info/103240.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_kernel/llvm-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 6623238e 6: update: binutils-llvm-linux-qemu: 40
new d3b5ee47 6: update: binutils-llvm-linux-qemu: 40
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 (6623238e)
\
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.xz | Bin 1600 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 45248 -> 45788 bytes
04-build_llvm/console.log.xz | Bin 59924 -> 59920 bytes
05-build_abe-qemu/console.log.xz | Bin 29780 -> 30496 bytes
06-build_linux/console.log.xz | Bin 3436 -> 3428 bytes
08-check_regression/console.log.xz | Bin 472 -> 472 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 20 ++++++++++----------
9 files changed, 18 insertions(+), 18 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 4b1d3d8d732 c++: -Wuninitialized for mem-inits and empty classes [PR19808]
new 16e95050f71 Fortran: do not attempt simplification of [LU]BOUND for poi [...]
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/simplify.c | 6 ++++++
gcc/testsuite/gfortran.dg/bound_simplification_7.f90 | 18 ++++++++++++++++++
2 files changed, 24 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/bound_simplification_7.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.