This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 83582d71fea PR lto/69953 * ipa-visibility.c (non_local_p): Fix typos. [...] new 96f9e80fe14 PR debug/80321 * dwarf2out.c (decls_for_scope): Ignore de [...] new 41ae6df4a9f 2017-04-13 Richard Biener rguenther@suse.de
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/ChangeLog | 6 ++ gcc/dwarf2out.c | 7 +- gcc/testsuite/ChangeLog | 15 ++++ gcc/testsuite/g++.dg/torture/pr79671.C | 2 +- gcc/testsuite/gcc.dg/debug/pr80321.c | 26 +++++++ gcc/testsuite/gnat.dg/debug10.adb | 68 ++++++++++++++++ gcc/testsuite/gnat.dg/debug10_pkg.ads | 138 +++++++++++++++++++++++++++++++++ 7 files changed, 260 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/debug/pr80321.c create mode 100644 gcc/testsuite/gnat.dg/debug10.adb create mode 100644 gcc/testsuite/gnat.dg/debug10_pkg.ads