This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 35da66527c8 use c++ for fold_buildN_loc new 41d01e673c6 * debug.h (struct gcc_debug_hooks): Add IMPLICIT argument [...]
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/ChangeLog | 19 +++++++++++++++++++ gcc/ada/ChangeLog | 5 +++++ gcc/ada/gcc-interface/utils.c | 2 +- gcc/cp/ChangeLog | 13 +++++++++++++ gcc/cp/cp-objcp-common.c | 7 +++++++ gcc/cp/name-lookup.c | 17 +++++++++-------- gcc/dbxout.c | 4 ++-- gcc/debug.c | 11 ++++++----- gcc/debug.h | 6 ++++-- gcc/dwarf2out.c | 25 +++++++++++++++++++++---- gcc/fortran/ChangeLog | 5 +++++ gcc/fortran/trans-decl.c | 5 +++-- gcc/sdbout.c | 2 +- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/debug/dwarf2/inline-ns-1.C | 23 +++++++++++++++++++++++ gcc/testsuite/g++.dg/debug/dwarf2/inline-ns-2.C | 23 +++++++++++++++++++++++ gcc/vmsdbgout.c | 2 +- 17 files changed, 148 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/inline-ns-1.C create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/inline-ns-2.C