This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from dd2c4e4e973 arm: correctly handle negating INT_MIN in arm_split_atomic_ [...] new e89ebd3e896 c++: Fix member alias template in C++17 and up. [PR96805] new 38888c45da4 dwarf2: Set DW_AT_declaration for undefined fns [PR97060] new 8157b74114f dwarf2: ICE with local class in unused function [PR97918]
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/pt.c | 9 +++++++-- gcc/dwarf2out.c | 7 ++++--- gcc/testsuite/g++.dg/cpp0x/alias-decl-pr96805.C | 9 +++++++++ gcc/testsuite/g++.dg/debug/localclass2.C | 24 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/debug/dwarf2/pr97060.c | 13 +++++++++++++ 5 files changed, 57 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-pr96805.C create mode 100644 gcc/testsuite/g++.dg/debug/localclass2.C create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/pr97060.c