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 41fa0c5ed72 Automatic date update in version.in
new 7b67c40b51b gdb/testsuite: make gdb.tui/gdb.sh work with dash
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/testsuite/gdb.tui/gdb.sh | 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 ddf34234be3 [PATCH v2] RISC-V: fix __builtin_round NaN handling [PR tar [...]
new 3b70c3d6543 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 | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
3 files changed, 19 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 8e284ad9f79 Daily bump.
new fb50d30ed18 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/DATESTAMP | 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-13
in repository gcc.
from 85c9355c790 Daily bump.
new f875cd8bfea 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/DATESTAMP | 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 921d6497aee c: Implement C23 rules for undefined static functions in _Generic
new 954b6791751 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:
contrib/ChangeLog | 17 ++++++
gcc/ChangeLog | 67 +++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 6 ++
gcc/c/ChangeLog | 23 ++++++++
gcc/cp/ChangeLog | 7 +++
gcc/fortran/ChangeLog | 32 +++++++++++
gcc/jit/ChangeLog | 33 +++++++++++
gcc/testsuite/ChangeLog | 87 ++++++++++++++++++++++++++++
libcpp/ChangeLog | 13 +++++
libstdc++-v3/ChangeLog | 150 ++++++++++++++++++++++++++++++++++++++++++++++++
11 files changed, 436 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 binutils-2_45-branch
in repository binutils-gdb.
from 0b040187894 aarch64, gas: Relax Armv9.6-A mandatory feature set
new 7222cd10626 Automatic date update in version.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:
bfd/version.h | 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 binutils-gdb.
from dba6c212354 hppa64: Fix relocation handling for global data and a coupl [...]
new 41fa0c5ed72 Automatic date update in version.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:
bfd/version.h | 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 gdb-17-branch
in repository binutils-gdb.
from a1b3d79185a Automatic date update in version.in
new 0d996825e02 Automatic date update in version.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:
bfd/version.h | 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 50959e53e40 Fortran: fix warnings for symbols with C binding and declar [...]
new 921d6497aee c: Implement C23 rules for undefined static functions in _Generic
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/c/c-parser.cc | 26 ++++++++++++++
gcc/c/c-tree.h | 16 +++++++++
gcc/c/c-typeck.cc | 68 ++++++++++++++++++++++++------------
gcc/testsuite/gcc.dg/c11-generic-4.c | 38 ++++++++++++++++++++
gcc/testsuite/gcc.dg/c23-generic-5.c | 38 ++++++++++++++++++++
gcc/testsuite/gcc.dg/c2y-generic-5.c | 13 +++++++
6 files changed, 176 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/c11-generic-4.c
create mode 100644 gcc/testsuite/gcc.dg/c23-generic-5.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-generic-5.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 release/2.39/master
in repository glibc.
from 765534258e nss: Group merge does not react to ERANGE during merge (bug 33361)
new 835b1e3379 x86: Detect Intel Wildcat Lake Processor
new 58cbbd43fe x86: Detect Intel Nova Lake Processor
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:
sysdeps/x86/cpu-features.c | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.