This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a1071683674 Fortran: fix bootstrap with -Werror=maybe-uninitialized
new 86e470b2598 testsuite: Fix UNRESOLVEDs for mistakenly dg-run test [PR121872]
new a4db64237d5 c++/modules: Create helper to get current TU's module_state
new bdfcb808f8e c++/modules: Cleanup import handling [PR99682]
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/module.cc | 94 +++++++++++++++++---------
gcc/testsuite/g++.dg/modules/circ-1_c.C | 2 +-
gcc/testsuite/g++.dg/modules/default-arg-4_b.C | 3 +-
gcc/testsuite/g++.dg/modules/import-3_a.C | 6 ++
gcc/testsuite/g++.dg/modules/import-3_b.C | 8 +++
gcc/testsuite/g++.dg/modules/import-3_c.C | 11 +++
gcc/testsuite/g++.dg/modules/mod-decl-1.C | 4 +-
gcc/testsuite/g++.dg/modules/mod-decl-2_b.C | 2 +-
gcc/testsuite/g++.dg/modules/mod-decl-9.C | 13 ++++
gcc/testsuite/g++.dg/modules/part-10_a.C | 5 ++
gcc/testsuite/g++.dg/modules/part-10_b.C | 9 +++
gcc/testsuite/g++.dg/modules/part-10_c.C | 10 +++
gcc/testsuite/g++.dg/modules/part-10_d.C | 10 +++
gcc/testsuite/g++.dg/modules/pr99174.H | 2 +-
14 files changed, 141 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/import-3_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/import-3_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/import-3_c.C
create mode 100644 gcc/testsuite/g++.dg/modules/mod-decl-9.C
create mode 100644 gcc/testsuite/g++.dg/modules/part-10_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/part-10_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/part-10_c.C
create mode 100644 gcc/testsuite/g++.dg/modules/part-10_d.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 b7e3459d2c0 Fix gdb.Value.dynamic_type attribute
new aa644b67107 readelf: tidy dump_relr_relocations
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:
binutils/readelf.c | 17 ++++++++++++-----
1 file changed, 12 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.
unknown user pushed a change to branch master
in repository glibc.
from b8253693b7 x86: Define atomic_compare_and_exchange_{val, bool}_acq usin [...]
new 245ea60b0e malloc: check "negative" tcache_key values by hand
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:
malloc/malloc.c | 3 ++-
1 file changed, 2 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 afb9ad0d0d7 libstdc++: Document remaining C++17 implementation-defined [...]
new cf5495ba685 Fortran: fix TRANSFER with rank 1 unlimited polymorphic SOU [...]
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/fortran/trans-intrinsic.cc | 7 +++-
gcc/testsuite/gfortran.dg/transfer_class_5.f90 | 53 ++++++++++++++++++++++++++
2 files changed, 59 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/transfer_class_5.f90
--
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 f2fddc4b84a c++: non-dep cmp op rewritten from <=> returning int [PR121779]
new a1071683674 Fortran: fix bootstrap with -Werror=maybe-uninitialized
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/fortran/trans-intrinsic.cc | 5 +++--
1 file changed, 3 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 gdb-17-branch
in repository binutils-gdb.
from a23ffc33ad6 gdb: Add i386-gnu-tdep to the list of objects for x86_64-*-gnu*
new b37bffccbd5 Fix gdb.Value.dynamic_type attribute
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/python/py-value.c | 3 +++
gdb/testsuite/gdb.python/py-value.c | 1 +
gdb/testsuite/gdb.python/py-value.exp | 2 ++
3 files changed, 6 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 binutils-gdb.
from 3719472095d Use gnulib c-ctype module in gdb
new b7e3459d2c0 Fix gdb.Value.dynamic_type attribute
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/python/py-value.c | 3 +++
gdb/testsuite/gdb.python/py-value.c | 1 +
gdb/testsuite/gdb.python/py-value.exp | 2 ++
3 files changed, 6 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 7bc2e311688 amdgcn: fix GFX10/GFX11 VGPR counts
new f2fddc4b84a c++: non-dep cmp op rewritten from <=> returning int [PR121779]
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/tree.cc | 17 +++++++++++++++--
gcc/testsuite/g++.dg/lookup/operator-8.C | 3 ---
.../g++.dg/lookup/{operator-8.C => operator-8a.C} | 11 +++--------
3 files changed, 18 insertions(+), 13 deletions(-)
copy gcc/testsuite/g++.dg/lookup/{operator-8.C => operator-8a.C} (70%)
--
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 linux.
from f777d1112ee5 Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub [...]
new 7e2368a21741 dma-debug: don't enforce dma mapping check on noncoherent [...]
new 9dd1835ecda5 Merge tag 'dma-mapping-6.17-2025-09-09' of git://git.kerne [...]
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:
kernel/dma/debug.c | 48 +++++++++++++++++++++++++++++++++++++++++++++++-
kernel/dma/debug.h | 20 ++++++++++++++++++++
kernel/dma/mapping.c | 4 ++--
3 files changed, 69 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.