This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8b0ccc95f1a d: Merge upstream dmd, druntime e1f6680f50, phobos f87979028
new d6386e09845 c++: Handle argument merging push_local_extern_decl_alias [ [...]
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/cp-tree.h | 1 +
gcc/cp/decl.cc | 177 ++++++++++++-----------
gcc/cp/name-lookup.cc | 4 +
gcc/testsuite/g++.dg/cpp26/attr-indeterminate5.C | 23 +++
gcc/testsuite/g++.dg/reflect/has_identifier3.C | 23 +++
gcc/testsuite/g++.dg/reflect/identifier_of3.C | 73 ++++++++++
6 files changed, 218 insertions(+), 83 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp26/attr-indeterminate5.C
create mode 100644 gcc/testsuite/g++.dg/reflect/has_identifier3.C
create mode 100644 gcc/testsuite/g++.dg/reflect/identifier_of3.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 c035985fd61 testsuite: arm: crypto-vsha1*_u32 tests got late-combine im [...]
new f96138ed6a5 doc: Switch delorie.com to 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:
gcc/doc/install.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 b5d5cab8e4b analyzer: fix ICE on rethrow without throw [PR123880]
new 9dceb52664d testsuite: arm: update fast-math-complex-mls-half-float.c
new 45fb81866b4 testsuite: arm: add -mcpu=unset before -march
new c035985fd61 testsuite: arm: crypto-vsha1*_u32 tests got late-combine im [...]
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/testsuite/gcc.dg/torture/pr120347.c | 2 +-
.../gcc.dg/vect/complex/fast-math-complex-mls-half-float.c | 6 +++++-
gcc/testsuite/gcc.target/arm/bfloat16_simd_1_2.c | 2 +-
gcc/testsuite/gcc.target/arm/bfloat16_simd_2_2.c | 2 +-
gcc/testsuite/gcc.target/arm/bfloat16_simd_3_2.c | 2 +-
gcc/testsuite/gcc.target/arm/crypto-vsha1cq_u32.c | 4 ++--
gcc/testsuite/gcc.target/arm/crypto-vsha1h_u32.c | 4 ++--
gcc/testsuite/gcc.target/arm/crypto-vsha1mq_u32.c | 4 ++--
gcc/testsuite/gcc.target/arm/crypto-vsha1pq_u32.c | 4 ++--
9 files changed, 17 insertions(+), 13 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 fc7081e1dce compare_tests: Don't hardcode grep -E
new b5d5cab8e4b analyzer: fix ICE on rethrow without throw [PR123880]
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/analyzer/engine.cc | 22 ++++++++---
.../g++.dg/analyzer/exception-rethrow-3.C | 46 ++++++++++++++++++++++
2 files changed, 63 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/analyzer/exception-rethrow-3.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 bc687c2fc79 PR 33629 Fix comment typo in last commit
new 9272353ace9 gdb/dwarf: merge dwarf2_locate_v{2,5}_dwp_sections
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/dwarf2/read.c | 77 +++++++++++++++++--------------------------------------
1 file changed, 24 insertions(+), 53 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 35b17c7713d c++: defer DECL_ONE_ONLY vs consteval-only [PR122785]
new fc7081e1dce compare_tests: Don't hardcode grep -E
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/compare_tests | 12 +++++++++---
1 file changed, 9 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 bdd45f4eee5 libstdc++/regex: Suppress -Wpedantic warning about anonymou [...]
new 35b17c7713d c++: defer DECL_ONE_ONLY vs consteval-only [PR122785]
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/decl.cc | 11 +++++++----
gcc/testsuite/g++.dg/modules/reflect-1_a.H | 11 +++++++++++
gcc/testsuite/g++.dg/modules/reflect-1_b.C | 6 ++++++
3 files changed, 24 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/reflect-1_a.H
create mode 100644 gcc/testsuite/g++.dg/modules/reflect-1_b.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 b129ff0880c libitm: testsuite: don't include libstdc++ paths in test na [...]
new bdd45f4eee5 libstdc++/regex: Suppress -Wpedantic warning about anonymou [...]
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/bits/regex_executor.tcc | 3 +++
1 file changed, 3 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 a29a6230b82 PR 33629 ldscripts symlink in .libs/ created too late
new bc687c2fc79 PR 33629 Fix comment typo in last commit
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:
ld/Makefile.am | 2 +-
ld/Makefile.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.