This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c39dbb652fa c++/modules: Support ADL on non-discarded GM entities [PR121705]
new 014873fdf4b c++/modules: Fix exported using-directive of imported names [...]
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/module.cc | 176 +++++++++++++++-----------
gcc/cp/name-lookup.cc | 32 +++--
gcc/cp/parser.cc | 6 -
gcc/testsuite/g++.dg/modules/namespace-10_c.C | 4 +-
gcc/testsuite/g++.dg/modules/namespace-13_a.C | 16 +++
gcc/testsuite/g++.dg/modules/namespace-13_b.C | 32 +++++
gcc/testsuite/g++.dg/modules/namespace-13_c.C | 17 +++
7 files changed, 193 insertions(+), 90 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/namespace-13_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/namespace-13_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/namespace-13_c.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 db7a807ef26 libgomp: Use consistent formatting in <omp.h>
new c39dbb652fa c++/modules: Support ADL on non-discarded GM entities [PR121705]
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/module.cc | 56 +++++++++++++++++++++++++-
gcc/cp/ptree.cc | 1 +
gcc/testsuite/g++.dg/modules/adl-9_a.C | 42 +++++++++++++++++++
gcc/testsuite/g++.dg/modules/adl-9_b.C | 13 ++++++
gcc/testsuite/g++.dg/modules/default-arg-4_a.C | 4 ++
gcc/testsuite/g++.dg/modules/default-arg-4_b.C | 8 ++--
gcc/testsuite/g++.dg/modules/default-arg-5_a.C | 23 -----------
gcc/testsuite/g++.dg/modules/default-arg-5_b.C | 35 ----------------
gcc/testsuite/g++.dg/modules/gmf-5.C | 12 ++++++
9 files changed, 131 insertions(+), 63 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/adl-9_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/adl-9_b.C
delete mode 100644 gcc/testsuite/g++.dg/modules/default-arg-5_a.C
delete mode 100644 gcc/testsuite/g++.dg/modules/default-arg-5_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/gmf-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 master
in repository gcc.
from 1179ac1fabf Daily bump.
new db7a807ef26 libgomp: Use consistent formatting in <omp.h>
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/omp.h.in | 83 ++++++++++++++++++++++++++++----------------------------
1 file changed, 42 insertions(+), 41 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 4d2991ad4dc Automatic date update in version.in
new b62b7b641f7 Re: tekhex test for commit bf0f85df1254
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/testsuite/binutils-all/objcopy.exp | 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 be6142b9edf AVR: target/121794 - Invoke zero_reg less.
new 589dc23095c 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 | 11 +++++++++++
gcc/DATESTAMP | 2 +-
2 files changed, 12 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 f33c1508871 Daily bump.
new 4be8abc83e4 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 070e691dc0a gcc: PR121757 test needs LTO effective target
new 1179ac1fabf 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 | 59 ++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c/ChangeLog | 21 +++++++++++++++
gcc/cobol/ChangeLog | 12 +++++++++
gcc/cp/ChangeLog | 5 ++++
gcc/fortran/ChangeLog | 19 +++++++++++++
gcc/testsuite/ChangeLog | 72 +++++++++++++++++++++++++++++++++++++++++++++++++
libgcobol/ChangeLog | 6 +++++
libstdc++-v3/ChangeLog | 20 ++++++++++++++
9 files changed, 215 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 d6c459e0e08 Daily bump.
new 3e228fbd38a 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 binutils-gdb.
from af3d9df4b94 bfd: configure.ac: Fix mention of flag to enable 64-bit BFD [...]
new 4d2991ad4dc 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 binutils-2_45-branch
in repository binutils-gdb.
from 978a82d4729 Automatic date update in version.in
new 2cbbcf69039 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.