This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from 5312a8f62a6 ipa: Do not modify cgraph edges from thunk clones during in [...]
new 30d7bca6c2a libstdc++: Avoid bogus -Walloc-size-larger-than warning 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:
.../20_util/specialized_algorithms/uninitialized_move/constrained.cc | 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 master
in repository gcc.
from 2f58d8ac039 GCN: Don't emit weak undefined symbols [PR119369]
new a6c2248cfd4 gimple-low: Diagnose assume attr expressions defining label [...]
new 02409a14594 tailr: Punt on tail recursions that would break musttail [P [...]
new b8de7704428 profile: Another profiling musttail call fix [PR119535]
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/gimple-low.cc | 43 +++++++++++++++++++++++++++++++++
gcc/gimplify.cc | 25 +++++++++++++++++--
gcc/profile.cc | 5 ++--
gcc/testsuite/c-c++-common/pr119535.c | 31 ++++++++++++++++++++++++
gcc/testsuite/c-c++-common/pr119537-1.c | 23 ++++++++++++++++++
gcc/testsuite/c-c++-common/pr119537-2.c | 23 ++++++++++++++++++
gcc/testsuite/gcc.dg/pr119493-2.c | 22 +++++++++++++++++
gcc/tree-tailcall.cc | 32 ++++++++++++++++++++++++
8 files changed, 199 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr119535.c
create mode 100644 gcc/testsuite/c-c++-common/pr119537-1.c
create mode 100644 gcc/testsuite/c-c++-common/pr119537-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr119493-2.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 releases/gcc-14
in repository gcc.
from b37d9e53812 libstdc++: Add ranges::range_common_reference_t for C++20 ( [...]
new 5312a8f62a6 ipa: Do not modify cgraph edges from thunk clones during 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:
gcc/cgraph.cc | 7 +++++--
gcc/testsuite/g++.dg/ipa/pr116572.C | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr116572.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 releases/gcc-14
in repository gcc.
from c32e22f8a8d Daily bump.
new 5eb93522a66 libstdc++: Add testcase for std::filesystem::copy [PR118699]
new 6f93995b8db libstdc++: Add static_assert to std::packaged_task::package [...]
new f9ff3cd95c9 libstdc++: Check feature test macro for associative contain [...]
new b37d9e53812 libstdc++: Add ranges::range_common_reference_t for C++20 ( [...]
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:
libstdc++-v3/include/bits/ranges_base.h | 6 ++++
libstdc++-v3/include/bits/stl_map.h | 4 +--
libstdc++-v3/include/bits/stl_multimap.h | 4 +--
libstdc++-v3/include/bits/stl_multiset.h | 4 +--
libstdc++-v3/include/bits/stl_set.h | 4 +--
libstdc++-v3/include/bits/stl_tree.h | 8 ++---
libstdc++-v3/include/std/future | 9 ++++-
.../testsuite/27_io/filesystem/operations/copy.cc | 18 ++++++++++
.../30_threads/packaged_task/cons/dangling_ref.cc | 1 +
.../30_threads/packaged_task/cons/lwg4154_neg.cc | 38 ++++++++++++++++++++++
libstdc++-v3/testsuite/std/ranges/range.cc | 6 ++++
11 files changed, 89 insertions(+), 13 deletions(-)
create mode 100644 libstdc++-v3/testsuite/30_threads/packaged_task/cons/lwg4154_neg.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 master
in repository gcc.
from ae2912748b9 target/119549 - fixup handling of -mno-sse4 in target attribute
new 816335960d0 GCN, libstdc++: '#define _GLIBCXX_USE_WEAK_REF 0' [PR119369]
new 2f58d8ac039 GCN: Don't emit weak undefined symbols [PR119369]
The 2 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/config/gcn/gcn-hsa.h | 4 ++++
gcc/config/gcn/gcn-protos.h | 2 ++
gcc/config/gcn/gcn.cc | 14 +++++++++++++
gcc/testsuite/g++.dg/abi/pure-virtual1.C | 1 +
gcc/testsuite/g++.dg/cpp0x/pr84497.C | 1 +
gcc/testsuite/g++.dg/ext/weak2.C | 1 +
gcc/testsuite/gcc.dg/attr-weakref-1.c | 1 +
gcc/testsuite/gcc.dg/weak/weak-1.c | 1 +
gcc/testsuite/gcc.dg/weak/weak-12.c | 1 +
gcc/testsuite/gcc.dg/weak/weak-15.c | 1 +
gcc/testsuite/gcc.dg/weak/weak-16.c | 1 +
gcc/testsuite/gcc.dg/weak/weak-2.c | 1 +
gcc/testsuite/gcc.dg/weak/weak-3.c | 1 +
gcc/testsuite/gcc.dg/weak/weak-4.c | 1 +
gcc/testsuite/gcc.dg/weak/weak-5.c | 1 +
.../config/cpu/{nvptx => gcn}/cpu_defines.h | 23 ++++++++++++++++++++--
libstdc++-v3/configure.host | 3 +++
17 files changed, 56 insertions(+), 2 deletions(-)
copy libstdc++-v3/config/cpu/{nvptx => gcn}/cpu_defines.h (50%)
--
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 75a049483c9 libquadmath: Avoid old-style function definition warnings
new de92ac6f11e OpenMP: Reorder diagnostic in modify_call_for_omp_dispatch [...]
new ae2912748b9 target/119549 - fixup handling of -mno-sse4 in target attribute
The 2 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/common/config/i386/i386-common.cc | 2 ++
gcc/config/i386/i386-options.cc | 7 +++++++
gcc/gimplify.cc | 36 ++++++++++++++------------------
gcc/testsuite/gcc.target/i386/pr119549.c | 15 +++++++++++++
4 files changed, 40 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr119549.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 binutils-gdb.
from 6f80c86ca88 Automatic date update in version.in
new c27e4f5273c binutils/testsuite: move objdump test output into tmpdir
new 71320db6509 binutils/testsuite: don't tail the same input and output file
The 2 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:
binutils/testsuite/binutils-all/compress.exp | 16 ++++++-------
binutils/testsuite/binutils-all/objdump.exp | 34 ++++++++++++++--------------
2 files changed, 25 insertions(+), 25 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 954708cf02a RISC-V: testsuite: Fix broken testsuite error of zicbop
new 75a049483c9 libquadmath: Avoid old-style function definition warnings
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:
libquadmath/printf/addmul_1.c | 7 ++-----
libquadmath/printf/mul_1.c | 7 ++-----
libquadmath/printf/submul_1.c | 7 ++-----
libquadmath/strtod/strtod_l.c | 5 +----
4 files changed, 7 insertions(+), 19 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 master
in repository toolchain/ci/interesting-commits.
from 2a7420908 Add entry f3899e0fd3f9aa6b579a21e87b50c61ea5c448df from https [...]
new 4622bdb77 Add entry f3899e0fd3f9aa6b579a21e87b50c61ea5c448df from https [...]
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:
.../jira/description | 4 ++
.../jira/yaml | 4 ++
.../status.txt | 4 ++
.../tcwg_gcc_check/master-arm}/details.txt | 80 ++++++++++++++--------
.../master-arm/reproduction_instructions.txt} | 13 +++-
.../master-arm}/status-summary.txt | 0
.../{master-aarch64 => master-arm}/status.txt | 4 +-
.../tcwg_gcc_check/status.txt | 4 ++
8 files changed, 78 insertions(+), 35 deletions(-)
copy gcc/sha1/{e200f53a5556516ec831e6b7a34aaa0f10a4ab0a/tcwg_bootstrap_check/maste [...]
copy gcc/sha1/{b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff/tcwg_gcc_check/master-arm/ [...]
copy gcc/sha1/f3899e0fd3f9aa6b579a21e87b50c61ea5c448df/{ => tcwg_gcc_check/master- [...]
copy gcc/sha1/f3899e0fd3f9aa6b579a21e87b50c61ea5c448df/tcwg_gcc_check/{master-aarc [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from f40c91540 Add entry f3899e0fd3f9aa6b579a21e87b50c61ea5c448df from https [...]
new 2a7420908 Add entry f3899e0fd3f9aa6b579a21e87b50c61ea5c448df from https [...]
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:
.../tcwg_gcc_check/master-arm/build_url | 1 +
.../tcwg_gcc_check/{master-aarch64 => master-arm}/last_good | 0
2 files changed, 1 insertion(+)
create mode 100644 gcc/sha1/f3899e0fd3f9aa6b579a21e87b50c61ea5c448df/tcwg_gcc_chec [...]
copy gcc/sha1/f3899e0fd3f9aa6b579a21e87b50c61ea5c448df/tcwg_gcc_check/{master-aarc [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.