This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2197814011e libstdc++: Only define std::span::at for C++26 [PR115335]
new cfbd8735359 Fix PR c++/111106: missing ; causes internal compiler 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:
gcc/cp/pt.cc | 3 ++-
gcc/testsuite/g++.dg/cpp2a/consteval37.C | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval37.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 master
in repository toolchain/ci/interesting-commits.
from f0a0d1d6a Add entry c290e6a0b7a9de5692963affc6627a4af7dc2411 from https [...]
new ee6acdf12 Add entry bdc264a16e327c63d133131a695a202fbbc0a6a0 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:
.../sha1/bdc264a16e327c63d133131a695a202fbbc0a6a0}/first_url | 2 +-
.../tcwg_gnu_native_check_gcc/master-aarch64/build_url | 2 +-
.../tcwg_gnu_native_check_gcc/master-aarch64/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy {binutils/sha1/c0419c024bf922128131671e40de0aed736e38ed => gcc/sha1/bdc264a16 [...]
copy gcc/sha1/{061f74c06735e1fa35b910ae0bcf01b61a74ec23 => bdc264a16e327c63d133131 [...]
create mode 100644 gcc/sha1/bdc264a16e327c63d133131a695a202fbbc0a6a0/tcwg_gnu_nati [...]
--
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 d0106b6ae2 libio: Test for fdopen memory leak without SEEK_END support [...]
new 2a9943b4a0 math: Fix exp10 undefined left shift
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:
sysdeps/ieee754/dbl-64/e_exp10.c | 6 +++---
1 file changed, 3 insertions(+), 3 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-14
in repository gcc.
from a88e13bd7e0 fold-const: Fix up CLZ handling in tree_call_nonnegative_wa [...]
new c6e6258ea43 libstdc++: Only define std::span::at for C++26 [PR115335]
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/span | 2 ++
1 file changed, 2 insertions(+)
--
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 e80523288c9 testsuite: gm2: Remove timeout overrides [PR114886]
new 14a7296d044 combine: Fix up simplify_compare_const [PR115092]
new a7dd44c02ec rs6000: Fix up PCH in --enable-host-pie builds [PR115324]
new 1c1bc2553f6 invoke.texi: Clarify -march=lujiazui
new f9af4a05e02 builtins: Force SAVE_EXPR for __builtin_{add,sub,mul}_overf [...]
new a88e13bd7e0 fold-const: Fix up CLZ handling in tree_call_nonnegative_wa [...]
The 5 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/builtins.cc | 22 +++++++-
gcc/combine.cc | 6 ++-
gcc/config/rs6000/rs6000-builtin.cc | 2 +-
gcc/config/rs6000/rs6000-c.cc | 62 +++++++++++-----------
gcc/config/rs6000/rs6000-gen-builtins.cc | 72 ++++++++++++++------------
gcc/doc/invoke.texi | 6 ++-
gcc/fold-const.cc | 6 ++-
gcc/testsuite/gcc.c-torture/execute/pr108789.c | 39 ++++++++++++++
gcc/testsuite/gcc.dg/bitint-106.c | 29 +++++++++++
gcc/testsuite/gcc.dg/pr114902.c | 23 ++++++++
gcc/testsuite/gcc.dg/pr115092.c | 16 ++++++
11 files changed, 213 insertions(+), 70 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr108789.c
create mode 100644 gcc/testsuite/gcc.dg/bitint-106.c
create mode 100644 gcc/testsuite/gcc.dg/pr114902.c
create mode 100644 gcc/testsuite/gcc.dg/pr115092.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 591d30c5c97 ranger: Improve CLZ fold_range [PR115337]
new 2197814011e libstdc++: Only define std::span::at for C++26 [PR115335]
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/span | 2 ++
1 file changed, 2 insertions(+)
--
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 181861b072f fold-const: Handle CTZ like CLZ in tree_call_nonnegative_wa [...]
new 591d30c5c97 ranger: Improve CLZ fold_range [PR115337]
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/gimple-range-op.cc | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 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 azanella/mseal
in repository glibc.
discards 9603fb34c9 elf: Enable RTLD_NODELETE on __libc_unwind_link_get
discards c20773d8e7 FIX LD_PRELOAD
discards 63c1575836 elf: Add support to memory sealing
new d32da24141 elf: Add support to memory sealing
new 3b8c02ca8b elf: Enable RTLD_NODELETE on __libc_unwind_link_get
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 (9603fb34c9)
\
N -- N -- N refs/heads/azanella/mseal (3b8c02ca8b)
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 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:
--
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 3e35b4deae2 gdb/testsuite: tests for debug lookup within the sysroot
new 333cf8e4d6e src-release.sh: fix adjusting files permissions and cleaning
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:
src-release.sh | 52 ++++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 48 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.