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.
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 1fde851e9a4 Adjust gcc_release for id href web transformations
new 00cc9725634 rs6000: Ignore OPTION_MASK_SAVE_TOC_INDIRECT differences 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/config/rs6000/rs6000.cc | 11 +++++++----
gcc/testsuite/g++.dg/opt/pr119327.C | 16 ++++++++++++++++
2 files changed, 23 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr119327.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 fef3a3c8b5d Adjust gcc_release for id href web transformations
new 8a1f5424b04 Adjust 'libgomp.c++/target-exceptions-pr118794-1.C' for 'ta [...]
new dfc43afe719 GCN: Properly switch sections in 'gcn_hsa_declare_function_ [...]
new 40ce48e87c1 Add 'libgomp.c-c++-common/target-cdtor-1.c'
new aafe942227b GCN, nvptx offloading: Host/device compatibility: Itanium C [...]
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/config/gcn/gcn.cc | 6 +-
libgcc/config/gcn/crt0.c | 32 +++++
libgcc/config/nvptx/gbl-ctors.c | 16 +++
libgomp/Makefile.am | 2 +-
libgomp/Makefile.in | 7 +-
libgomp/config/accel/target-cxa-dso-dtor.c | 62 +++++++++
libgomp/target-cxa-dso-dtor.c | 3 +
libgomp/testsuite/libgomp.c++/target-cdtor-1.C | 104 +++++++++++++++
libgomp/testsuite/libgomp.c++/target-cdtor-2.C | 140 +++++++++++++++++++++
...arget-exceptions-pr118794-1-offload-sorry-GCN.C | 6 +-
...get-exceptions-pr118794-1-offload-sorry-nvptx.C | 6 +-
.../libgomp.c++/target-exceptions-pr118794-1.C | 6 +-
.../libgomp.c++/target-exceptions-throw-1.C | 3 -
.../libgomp.c++/target-exceptions-throw-2.C | 3 -
.../libgomp.c-c++-common/target-cdtor-1.c | 89 +++++++++++++
.../libgomp.oacc-c++/exceptions-throw-1.C | 3 -
.../libgomp.oacc-c++/exceptions-throw-2.C | 3 -
17 files changed, 467 insertions(+), 24 deletions(-)
create mode 100644 libgomp/config/accel/target-cxa-dso-dtor.c
create mode 100644 libgomp/target-cxa-dso-dtor.c
create mode 100644 libgomp/testsuite/libgomp.c++/target-cdtor-1.C
create mode 100644 libgomp/testsuite/libgomp.c++/target-cdtor-2.C
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-cdtor-1.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-15
in repository gcc.
from 1b306039ac4 Update ChangeLog and version files for release
new 2434f8b1fbe Bump BASE-VER
new 1fde851e9a4 Adjust gcc_release for id href web transformations
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/BASE-VER | 2 +-
maintainer-scripts/gcc_release | 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 annotated tag releases/gcc-15.1.0
in repository gcc.
at f33bb98ad16 (tag)
tagging 1b306039ac49f8ad91ca71d3de3150a3c9fa792a (commit)
replaces basepoints/gcc-15
tagged by Jakub Jelinek
on Fri Apr 25 08:21:15 2025 +0000
- Log -----------------------------------------------------------------
GCC 15.1.0 release
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJoC0X7AAoJEGw1uZMJtfpimiwQAIMjPg8Yoz5jt638X/ozppRT
mLJFFVF2wW37plVCniJFUWKl/QxcZJY4uWTMfvMrWCeEVJK9ucoxpTX/nKXCCLyZ
+jjQRHj5LJbEff7yNnrIFxZdjWhlEj2zjvQadYMnvq0ZWSvIyXm44+BxROQHVL/9
7+LqEkJ2XzSkQ0cMOjQ/eliGhm3HP1nji70/yO2faWd0//4c1Fzv8Pv8COrx4sik
9wEqL9ntChx0Glc7M91N9AuINZTho5o3jzY9AZSpnGh9lBdsMxj5PwaAHXb8TIxz
csdVE4I8UHeFAy7Uo4jd3kft1GtkhqC/P0vehZIPpLgBOq4ptzo4oKYgO9DbG5fb
VAj2MKrQ+ZKAAbFohTxjmGbjG33hTjWh5GHLtiAj48Vdqr4xTqtZ0eKpn/+k8LfZ
UmGQNUk/lXOb0AQj7t0Sj41VyN4o3sMm1venfOWluaiTQScBgs27UMHLVzpLhz+n
IYm3W1KgOccKsT++hYASPlIC+tiN2Br0aFG6PJWAihAVDBeSzw1jyb/JsUJ/Mfn+
xHx/qc7AzyBuycoWnOdyVnxPSyDW7ScWx5mdx5OGFUYQECiVXM09meCkJ4HfPB3h
LPqo/O/jqZZkJDHQQiL1r21cQ4SbYXC88flR9KfwhKl8Zy/JSUM14o62DWHoR0Ew
/styABM+8WLYv53f3q9N
=V207
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 1b306039ac4 Update ChangeLog and version files for release
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.
--
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 865d0f23d2b Update gennews for GCC 15.
new fef3a3c8b5d Adjust gcc_release for id href web transformations
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:
maintainer-scripts/gcc_release | 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-15
in repository gcc.
from 71cc99bf85a Daily bump.
new fbc59a9ba1b Update gennews for GCC 15.
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:
contrib/gennews | 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.
unknown user pushed a change to branch master
in repository gcc.
from 42ce61eaefc [PATCH] RISC-V: Imply C from Zca whenever possible [PR119122]
new 865d0f23d2b Update gennews for GCC 15.
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:
contrib/gennews | 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 master
in repository toolchain/ci/interesting-commits.
from f8b1423f5 Add entry 132d01d96ea9d617aaffdd5dfba3284a8958e529 from https [...]
new 55b64bc62 Add entry 132d01d96ea9d617aaffdd5dfba3284a8958e529 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 ++++
.../details.txt | 19 +++++++++++++------
.../reproduction_instructions.txt | 8 ++++----
.../status-summary.txt | 0
.../status.txt | 4 ++--
.../tcwg_bootstrap_build/status.txt | 4 ++++
8 files changed, 35 insertions(+), 12 deletions(-)
copy gcc/sha1/{4af8db3eca12b2db3753ce4b098cbd0ae32b4796 => 132d01d96ea9d617aaffdd5 [...]
copy gcc/sha1/132d01d96ea9d617aaffdd5dfba3284a8958e529/tcwg_bootstrap_build/{maste [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => gcc/sha1/ [...]
copy gcc/sha1/{88d16194d0c8a6bdc2896c8944bfbf3e6038c9d2 => 132d01d96ea9d617aaffdd5 [...]
--
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 ab6a17b89 Add entry 132d01d96ea9d617aaffdd5dfba3284a8958e529 from https [...]
new f8b1423f5 Add entry 132d01d96ea9d617aaffdd5dfba3284a8958e529 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:
.../master-aarch64-bootstrap_profiled_lto_lean}/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{0c78240fd7d519fc27ca822f66a92f85edf43f70/tcwg_bootstrap_build/maste [...]
copy gcc/sha1/132d01d96ea9d617aaffdd5dfba3284a8958e529/tcwg_bootstrap_build/{maste [...]
--
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 glibc.
from e78caeb4ff elf: tst-audit10: split AVX512F code into dedicated function [...]
new e04afb7177 linux/termio: remove <termio.h> and struct termio
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:
NEWS | 5 +++++
sysdeps/unix/sysv/linux/Makefile | 6 ------
sysdeps/unix/sysv/linux/bits/ioctl-types.h | 11 -----------
sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h | 12 ------------
sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h | 11 -----------
sysdeps/unix/sysv/linux/termio.h | 6 ------
6 files changed, 5 insertions(+), 46 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/termio.h
--
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 5bd5bb8ed Add entry 132d01d96ea9d617aaffdd5dfba3284a8958e529 from https [...]
new ab6a17b89 Add entry 132d01d96ea9d617aaffdd5dfba3284a8958e529 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 +
.../master-aarch64-check_bootstrap_lto/details.txt | 148 +++++++++++++++++++++
.../reproduction_instructions.txt} | 27 ++--
.../status-summary.txt | 0
.../master-aarch64-check_bootstrap_lto/status.txt | 6 +-
.../tcwg_bootstrap_check/status.txt | 4 +
8 files changed, 175 insertions(+), 22 deletions(-)
create mode 100644 gcc/sha1/132d01d96ea9d617aaffdd5dfba3284a8958e529/tcwg_bootstra [...]
copy gcc/sha1/{4734c1bfe837b3e70bc783dafc442de3bca43d88/tcwg_bootstrap_check/maste [...]
copy {llvm/sha1/cbef629838b06166c54e59fdfe8649f792293f61 => gcc/sha1/132d01d96ea9d [...]
copy gcc/sha1/{0bdb9bb5607edd7df1ee74ddfcadb87324ca00c2 => 132d01d96ea9d617aaffdd5 [...]
--
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 054d2d5ef Add entry 132d01d96ea9d617aaffdd5dfba3284a8958e529 from https [...]
new 5bd5bb8ed Add entry 132d01d96ea9d617aaffdd5dfba3284a8958e529 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_bootstrap_check/master-aarch64-check_bootstrap_lto}/build_url | 2 +-
.../master-aarch64-check_bootstrap_lto}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{02917ac4528e32d1b2d0da5f45ef5937c56942cd/tcwg_bootstrap_check/maste [...]
copy gcc/sha1/132d01d96ea9d617aaffdd5dfba3284a8958e529/{tcwg_bootstrap_build/maste [...]
--
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 7c19af1daac Daily bump.
new 42ce61eaefc [PATCH] RISC-V: Imply C from Zca whenever possible [PR119122]
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/common/config/riscv/riscv-common.cc | 31 ++++++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/arch-25.c | 2 +-
gcc/testsuite/gcc.target/riscv/attribute-c-1.c | 6 +++++
gcc/testsuite/gcc.target/riscv/attribute-c-2.c | 6 +++++
gcc/testsuite/gcc.target/riscv/attribute-c-3.c | 6 +++++
gcc/testsuite/gcc.target/riscv/attribute-c-4.c | 6 +++++
gcc/testsuite/gcc.target/riscv/attribute-c-5.c | 6 +++++
gcc/testsuite/gcc.target/riscv/attribute-c-6.c | 6 +++++
gcc/testsuite/gcc.target/riscv/attribute-c-7.c | 6 +++++
gcc/testsuite/gcc.target/riscv/attribute-c-8.c | 6 +++++
gcc/testsuite/gcc.target/riscv/attribute-zce-1.c | 2 +-
gcc/testsuite/gcc.target/riscv/attribute-zce-2.c | 2 +-
gcc/testsuite/gcc.target/riscv/attribute-zce-3.c | 2 +-
gcc/testsuite/gcc.target/riscv/attribute-zce-4.c | 2 +-
14 files changed, 84 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/attribute-c-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/attribute-c-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/attribute-c-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/attribute-c-4.c
create mode 100644 gcc/testsuite/gcc.target/riscv/attribute-c-5.c
create mode 100644 gcc/testsuite/gcc.target/riscv/attribute-c-6.c
create mode 100644 gcc/testsuite/gcc.target/riscv/attribute-c-7.c
create mode 100644 gcc/testsuite/gcc.target/riscv/attribute-c-8.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 ac4a350d8a7 Automatic date update in version.in
new 6fa80ccbc4a gdb/dwarf: add dwarf2_cu::find_die method
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:
gdb/dwarf2/cu.h | 9 +++++++++
gdb/dwarf2/read.c | 9 ++++-----
2 files changed, 13 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 master
in repository toolchain/ci/interesting-commits.
from 52c7c9ea4 Add entry 132d01d96ea9d617aaffdd5dfba3284a8958e529 from https [...]
new 054d2d5ef Add entry 132d01d96ea9d617aaffdd5dfba3284a8958e529 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 +++
.../master-aarch64-bootstrap_profiled/details.txt | 20 +++++++------
.../reproduction_instructions.txt} | 33 +++++++---------------
.../status-summary.txt | 0
.../master-aarch64-bootstrap_profiled/status.txt | 4 +--
.../tcwg_bootstrap_build/status.txt | 4 +++
8 files changed, 40 insertions(+), 33 deletions(-)
copy gcc/sha1/{4af8db3eca12b2db3753ce4b098cbd0ae32b4796 => 132d01d96ea9d617aaffdd5 [...]
copy gcc/sha1/{4af8db3eca12b2db3753ce4b098cbd0ae32b4796/tcwg_bootstrap_build/maste [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => gcc/sha1/ [...]
copy gcc/sha1/{2f14c0dbb789852947cb58fdf7d3162413f053fa => 132d01d96ea9d617aaffdd5 [...]
--
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 8ee6eeb43 Add entry aa3e72f943032e5f074b2bd2fd06d130dda8760b from https [...]
new 52c7c9ea4 Add entry 132d01d96ea9d617aaffdd5dfba3284a8958e529 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_bootstrap_build/master-aarch64-bootstrap_profiled/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{0c78240fd7d519fc27ca822f66a92f85edf43f70 => 132d01d96ea9d617aaffdd5 [...]
copy gcc/sha1/132d01d96ea9d617aaffdd5dfba3284a8958e529/tcwg_bootstrap_build/{maste [...]
--
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 f873125cbd5 opts.cc: Use opts rather than opts_set for validating -fipa [...]
new 71cc99bf85a 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 | 21 +++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 10 ++++++++++
gcc/po/ChangeLog | 8 ++++++++
gcc/testsuite/ChangeLog | 28 ++++++++++++++++++++++++++++
5 files changed, 68 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-14
in repository gcc.
from cd7c5d97298 sra: Clear grp_same_access_path of acesses created by total [...]
new 2a9fd7eca8a 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 | 35 +++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 19 +++++++++++++++++++
gcc/testsuite/ChangeLog | 17 +++++++++++++++++
libcpp/ChangeLog | 9 +++++++++
5 files changed, 81 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-13
in repository gcc.
from 261bcbf171f Avoid using POINTER_DIFF_EXPR for overlap checks [PR119399]
new 12ceee15bac 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 | 350 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 19 +++
gcc/c/ChangeLog | 29 ++++
gcc/cp/ChangeLog | 124 +++++++++++++++++
gcc/d/ChangeLog | 10 ++
gcc/fortran/ChangeLog | 8 ++
gcc/m2/ChangeLog | 8 ++
gcc/testsuite/ChangeLog | 275 +++++++++++++++++++++++++++++++++++++
libatomic/ChangeLog | 26 ++++
libgcc/ChangeLog | 14 ++
libquadmath/ChangeLog | 7 +
libstdc++-v3/ChangeLog | 40 ++++++
13 files changed, 911 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.