This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 76ab0317cfb RISC-V: Drop some commited accidentally code. new 934a5418054 driver: Don't imply -dD for -g3 -g0 [PR97989] new a90606ab979 c++, debug: Treat -std=c++20 -gdwarf-5 like C++14 rather th [...]
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: gcc/dwarf2out.c | 3 ++- gcc/gcc.c | 2 +- gcc/testsuite/g++.dg/debug/dwarf2/{lang-cpp14.C => lang-cpp17.C} | 3 ++- gcc/testsuite/g++.dg/debug/dwarf2/{lang-cpp14.C => lang-cpp20.C} | 3 ++- gcc/testsuite/gcc.dg/cpp/pr97989-1.c | 8 ++++++++ gcc/testsuite/gcc.dg/cpp/pr97989-2.c | 8 ++++++++ 6 files changed, 23 insertions(+), 4 deletions(-) copy gcc/testsuite/g++.dg/debug/dwarf2/{lang-cpp14.C => lang-cpp17.C} (58%) copy gcc/testsuite/g++.dg/debug/dwarf2/{lang-cpp14.C => lang-cpp20.C} (58%) create mode 100644 gcc/testsuite/gcc.dg/cpp/pr97989-1.c create mode 100644 gcc/testsuite/gcc.dg/cpp/pr97989-2.c