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 2a9fd7eca8a Daily bump.
new 57f930fa977 libbacktrace: Add hpux fileline support
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:
libbacktrace/fileline.c | 36 +++++++++++++++++++++++++++++++++++-
1 file changed, 35 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-15
in repository gcc.
from a36dd9ee5bb s390: Allow 5+ argument tail-calls in some special cases [P [...]
new 5bd02daf843 libstdc++: Implement formatters for queue, priority_queue a [...]
new 17e0decc1db libstdc++: Define __cpp_lib_format_ranges in format header [...]
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:
libstdc++-v3/include/bits/formatfwd.h | 78 +++++++++++
libstdc++-v3/include/bits/stl_queue.h | 14 ++
libstdc++-v3/include/bits/stl_stack.h | 9 ++
libstdc++-v3/include/bits/version.def | 3 +-
libstdc++-v3/include/bits/version.h | 3 +-
libstdc++-v3/include/std/format | 76 ++--------
libstdc++-v3/include/std/queue | 80 ++++++++++-
libstdc++-v3/include/std/stack | 48 ++++++-
libstdc++-v3/src/c++23/std.cc.in | 6 +-
.../testsuite/std/format/formatter/lwg3944.cc | 2 +-
libstdc++-v3/testsuite/std/format/parse_ctx.cc | 2 +-
.../testsuite/std/format/ranges/adaptors.cc | 156 +++++++++++++++++++++
.../testsuite/std/format/ranges/feature_test.cc | 9 ++
libstdc++-v3/testsuite/std/format/string.cc | 2 +-
14 files changed, 404 insertions(+), 84 deletions(-)
create mode 100644 libstdc++-v3/testsuite/std/format/ranges/adaptors.cc
create mode 100644 libstdc++-v3/testsuite/std/format/ranges/feature_test.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 binutils-gdb.
from a965df05e48 BFD linker: Allow target backends to provide alternate entr [...]
new 4868f287d03 Revert "gdb: update corner case when canonicalizing riscv s [...]
new a1537331aba gdb: fix 32 bit build
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:
gdb/solib.c | 2 +-
gdb/syscalls/riscv-canonicalize-syscall-gen.py | 2 +-
2 files changed, 2 insertions(+), 2 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 74605294950 libstdc++: Constrain formatter for thread::id [PR119918]
new e59ddd33242 libstdc++: Remove c++98_only dg-error
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/22_locale/ctype/is/string/89728_neg.cc | 1 -
1 file changed, 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 binutils-gdb.
from 6fa80ccbc4a gdb/dwarf: add dwarf2_cu::find_die method
new a965df05e48 BFD linker: Allow target backends to provide alternate entr [...]
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:
ld/emultempl/emulation.em | 3 ++-
ld/emultempl/pe.em | 50 +++++++++++++++++++++++++++++++++++++++++++++++
ld/ld.texi | 4 +++-
ld/ldemul.c | 8 ++++++++
ld/ldemul.h | 8 +++++++-
ld/ldlang.c | 34 +++++++++++++++++---------------
6 files changed, 88 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.
unknown user pushed a change to branch releases/gcc-15
in repository gcc.
from 00cc9725634 rs6000: Ignore OPTION_MASK_SAVE_TOC_INDIRECT differences in [...]
new a36dd9ee5bb s390: Allow 5+ argument tail-calls in some special cases [P [...]
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/config/s390/s390.cc | 22 +++++++++++++++++++---
gcc/testsuite/gcc.target/s390/pr119873-1.c | 11 +++++++++++
gcc/testsuite/gcc.target/s390/pr119873-2.c | 17 +++++++++++++++++
gcc/testsuite/gcc.target/s390/pr119873-3.c | 27 +++++++++++++++++++++++++++
gcc/testsuite/gcc.target/s390/pr119873-4.c | 27 +++++++++++++++++++++++++++
5 files changed, 101 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr119873-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/pr119873-2.c
create mode 100644 gcc/testsuite/gcc.target/s390/pr119873-3.c
create mode 100644 gcc/testsuite/gcc.target/s390/pr119873-4.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-12
in repository gcc.
from 8eabfcb8b09 Daily bump.
new a895b98c672 vect: Enforce dr_with_seg_len::align precondition [PR116125]
new d419ea32d89 Avoid using POINTER_DIFF_EXPR for overlap checks [PR119399]
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/testsuite/gcc.dg/vect/pr116125.c | 30 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr119399.c | 10 ++++++++++
gcc/tree-data-ref.cc | 9 ++++-----
gcc/tree-vect-data-refs.cc | 10 +++++++++-
4 files changed, 53 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr116125.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr119399.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 8d84ea28510 OpenMP, GCN: Add interop-hsa testcase
new bacf741a92a libstdc++: Implement formatters for queue, priority_queue a [...]
new 8b6cc206430 libstdc++: Define __cpp_lib_format_ranges in format header [...]
new 74605294950 libstdc++: Constrain formatter for thread::id [PR119918]
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:
libstdc++-v3/include/bits/formatfwd.h | 95 +++++-
libstdc++-v3/include/bits/stl_queue.h | 14 +
libstdc++-v3/include/bits/stl_stack.h | 9 +
libstdc++-v3/include/bits/version.def | 3 +-
libstdc++-v3/include/bits/version.h | 3 +-
libstdc++-v3/include/std/format | 333 +++++++++------------
libstdc++-v3/include/std/queue | 80 ++++-
libstdc++-v3/include/std/stack | 48 ++-
libstdc++-v3/include/std/thread | 45 +--
libstdc++-v3/src/c++23/std.cc.in | 6 +-
.../testsuite/30_threads/thread/id/output.cc | 30 ++
.../testsuite/std/format/formatter/lwg3944.cc | 2 +-
libstdc++-v3/testsuite/std/format/parse_ctx.cc | 2 +-
.../testsuite/std/format/ranges/adaptors.cc | 156 ++++++++++
.../testsuite/std/format/ranges/feature_test.cc | 9 +
libstdc++-v3/testsuite/std/format/string.cc | 2 +-
16 files changed, 612 insertions(+), 225 deletions(-)
create mode 100644 libstdc++-v3/testsuite/std/format/ranges/adaptors.cc
create mode 100644 libstdc++-v3/testsuite/std/format/ranges/feature_test.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 8acea9ffa82 c++: bad pending_template recursion
new 8d84ea28510 OpenMP, GCN: Add interop-hsa testcase
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:
libgomp/testsuite/libgomp.c/interop-hsa.c | 203 ++++++++++++++++++++++++++++++
1 file changed, 203 insertions(+)
create mode 100644 libgomp/testsuite/libgomp.c/interop-hsa.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 aafe942227b GCN, nvptx offloading: Host/device compatibility: Itanium C [...]
new 876d1a22dfa libstdc++: Add _M_key_compare helper to associative containers
new 901900bc375 libstdc++: Improve diagnostics for std::packaged_task invoc [...]
new 8acea9ffa82 c++: bad pending_template recursion
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/cp/cp-tree.h | 10 +-
gcc/cp/pt.cc | 10 +-
gcc/testsuite/g++.dg/template/recurse5.C | 17 ++++
libstdc++-v3/include/bits/stl_tree.h | 106 ++++++++++-----------
libstdc++-v3/include/std/future | 66 +++++++------
.../30_threads/packaged_task/cons/dangling_ref.cc | 3 +-
.../30_threads/packaged_task/cons/lwg4154_neg.cc | 10 +-
7 files changed, 120 insertions(+), 102 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/recurse5.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.