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 ef427ffb708 ld: testsuite: fix duplicated names in ld-checks/over*.d
new 7fb4db4c631 gdb/riscv/record: remove possibility of recording an empty [...]
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/riscv-tdep.c | 5 +----
1 file changed, 1 insertion(+), 4 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 glibc.
from f807e85c31 malloc: Hoist common unlock out of if-else control block
new 20446e3502 manual: fix typo in tunables.texi
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:
manual/tunables.texi | 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 5ca8c273649 ada: Implement support for Is_Link_Once flag on entities
new 95fc85aff1c Remove accidentially left if (0) block
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/tree-ssa-pre.cc | 14 --------------
1 file changed, 14 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 binutils-gdb.
from 87961e47c36 LoongArch: Use more appropriate assertions for the relocati [...]
new bbc5ca014eb ld: testsuite: Fix test name in sort_b_n_a-2.d
new 8ebcffb4ba2 ld: testsuite: disambiguate sort_no tests.
new ef427ffb708 ld: testsuite: fix duplicated names in ld-checks/over*.d
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:
ld/testsuite/ld-checks/over2.d | 2 +-
ld/testsuite/ld-scripts/sort_b_n_a-2.d | 2 +-
ld/testsuite/ld-scripts/sort_no-2.d | 2 +-
3 files 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 master
in repository gcc.
from 49431232988 Remove DR_GROUP_STORE_COUNT
new acfd5ab079f libstdc++: Reorder start_lifetime_as macro in version.def
new b0f15d09da6 ada: Incorrect expansion of VADS Size attribute applied to [...]
new d832626b1a0 ada: Compiler crashes on subunits with Streaming/Put_Image [...]
new f8e59edf550 ada: Remove superfluous statements
new dc61789283a ada: Do not set Esize for Extended Accesses
new 7c6e533f054 ada: Add C binding for Is_Extended_Access_Type
new 32c70b25f0c ada: Add procedure to write an extended access as a String
new 600e85df55a ada: Remove comment
new dadb33b99ae ada: Fix comment about operational aspects
new e564d6b1a7e ada: Preliminary implementation of structural generic insta [...]
new 616d104215e ada: Remove unnecessary declare block
new 7d048080365 ada: Make error recovery for structural generic instantiati [...]
new 6eb4909a31b ada: Initial support for Extended Access types
new 5ca8c273649 ada: Implement support for Is_Link_Once flag on entities
The 14 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/ada/aspects.ads | 4 +-
gcc/ada/doc/gnat_rm/gnat_language_extensions.rst | 154 ++++++
gcc/ada/einfo.ads | 8 +
gcc/ada/exp_attr.adb | 55 +-
gcc/ada/exp_put_image.adb | 3 +
gcc/ada/fe.h | 2 +
gcc/ada/frontend.adb | 13 +
gcc/ada/gcc-interface/ada-tree.h | 27 +
gcc/ada/gcc-interface/decl.cc | 556 ++++++++++++++------
gcc/ada/gcc-interface/gigi.h | 57 +-
gcc/ada/gcc-interface/misc.cc | 4 +-
gcc/ada/gcc-interface/trans.cc | 89 ++--
gcc/ada/gcc-interface/utils.cc | 287 ++++++++--
gcc/ada/gcc-interface/utils2.cc | 27 +-
gcc/ada/gen_il-fields.ads | 2 +
gcc/ada/gen_il-gen-gen_entities.adb | 1 +
gcc/ada/gen_il-gen-gen_nodes.adb | 3 +-
gcc/ada/gnat_rm.texi | 243 +++++++--
gcc/ada/gnat_ugn.texi | 4 +-
gcc/ada/layout.adb | 30 +-
gcc/ada/libgnat/s-putima.adb | 10 +
gcc/ada/libgnat/s-putima.ads | 14 +-
gcc/ada/par-ch10.adb | 4 +-
gcc/ada/par-ch12.adb | 10 +-
gcc/ada/par-ch3.adb | 11 +-
gcc/ada/par-ch4.adb | 325 ++++++++++--
gcc/ada/par-ch5.adb | 4 +-
gcc/ada/par-ch6.adb | 2 +-
gcc/ada/par-ch7.adb | 4 +-
gcc/ada/par-ch8.adb | 2 +-
gcc/ada/par-ch9.adb | 5 +-
gcc/ada/par.adb | 11 +-
gcc/ada/rtsfind.ads | 2 +
gcc/ada/sem_attr.adb | 6 +-
gcc/ada/sem_ch10.adb | 7 +-
gcc/ada/sem_ch12.adb | 633 ++++++++++++++++++++++-
gcc/ada/sem_ch12.ads | 11 +
gcc/ada/sem_ch3.adb | 2 -
gcc/ada/sem_ch4.adb | 186 +++++--
gcc/ada/sem_ch8.adb | 57 +-
gcc/ada/sem_util.adb | 149 ++++++
gcc/ada/sem_util.ads | 16 +
gcc/ada/sinfo.ads | 9 +
libstdc++-v3/include/bits/version.def | 16 +-
libstdc++-v3/include/bits/version.h | 20 +-
45 files changed, 2606 insertions(+), 479 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 11e09c9ad81 Cleanup vect_get_num_copies API
new 49431232988 Remove DR_GROUP_STORE_COUNT
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/tree-vect-stmts.cc | 18 +++---------------
gcc/tree-vectorizer.h | 5 -----
2 files changed, 3 insertions(+), 20 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 release/2.41/master
in repository glibc.
from 9867e44cdc AArch64: Fix SVE powf routine [BZ #33299]
new cf926cd7fb nss: Group merge does not react to ERANGE during merge (bug 33361)
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 | 1 +
nss/getXXbyYY_r.c | 18 +++++++-----------
2 files changed, 8 insertions(+), 11 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 release/2.42/master
in repository glibc.
from e34453cd6a AArch64: Fix SVE powf routine [BZ #33299]
new 1166170d95 libio: Define AT_RENAME_* with the same tokens as Linux
new 46b4e37c9e nss: Group merge does not react to ERANGE during merge (bug 33361)
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:
NEWS | 1 +
libio/stdio.h | 6 +++---
nss/getXXbyYY_r.c | 18 +++++++-----------
stdio-common/tst-renameat2.c | 6 ++++++
4 files changed, 17 insertions(+), 14 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 release/2.40/master
in repository glibc.
from 2966a6a3a0 AArch64: Fix SVE powf routine [BZ #33299]
new 60795200d4 nss: Group merge does not react to ERANGE during merge (bug 33361)
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 | 1 +
nss/getXXbyYY_r.c | 18 +++++++-----------
2 files changed, 8 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.