This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d4e0bdbc036 c++: ICE on invalid with inheriting constructors [PR94751] new 2132a36370e c++: Fix source_location inconsistency between calls from t [...]
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/parser.c | 19 +++++++--- gcc/testsuite/g++.dg/concepts/diagnostic2.C | 2 +- gcc/testsuite/g++.dg/cpp1y/builtin_location.C | 8 ++-- gcc/testsuite/g++.dg/cpp2a/srcloc1.C | 4 +- gcc/testsuite/g++.dg/cpp2a/srcloc15.C | 6 +-- gcc/testsuite/g++.dg/cpp2a/srcloc16.C | 4 +- gcc/testsuite/g++.dg/cpp2a/srcloc19.C | 44 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/srcloc2.C | 4 +- gcc/testsuite/g++.dg/modules/adhoc-1_b.C | 2 +- gcc/testsuite/g++.dg/modules/macloc-1_c.C | 4 +- gcc/testsuite/g++.dg/modules/macloc-1_d.C | 4 +- .../g++.dg/plugin/diagnostic-test-expressions-1.C | 2 +- .../testsuite/18_support/source_location/1.cc | 18 ++++----- .../18_support/source_location/consteval.cc | 20 +++++----- 14 files changed, 96 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/srcloc19.C