This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 91e5f8b3df4 Daily bump. new 7d30e58e45c c++: Fix ICE on namespace attributes [PR123684] new 34a47a8b14e c++: Fix ICE on decltype on non-local structured binding in [...] new e2f626b37ef c++: Fix wrong-code with overloaded comma and CPP_EMBED [PR123737]
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/name-lookup.cc | 9 ++++++--- gcc/cp/parser.cc | 16 ++++++++++++++- gcc/cp/semantics.cc | 8 ++++++-- gcc/testsuite/g++.dg/cpp/embed-28.C | 19 ++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/gen-attrs-90.C | 8 ++++++++ gcc/testsuite/g++.dg/cpp1z/decomp66.C | 23 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/decomp67.C | 33 +++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/parse/comma3.C | 22 +++++++++++++++++++++ 8 files changed, 132 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp/embed-28.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-90.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp66.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp67.C create mode 100644 gcc/testsuite/g++.dg/parse/comma3.C