This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0509fa0 syscall, internal/syscall/unix: Fix getrandom, clone on sparc64 new 8b2b45b 2016-10-12 Yannick Moy moy@adacore.com new 3e7c21b 2016-10-12 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/ada/ChangeLog | 14 +++ gcc/ada/einfo.adb | 68 ++++++++++++- gcc/ada/einfo.ads | 8 +- gcc/ada/gnat1drv.adb | 2 +- gcc/ada/sem_prag.adb | 169 +++++++++++++++++---------------- gcc/cgraphunit.c | 13 ++- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/torture/pr77947.C | 29 ++++++ 9 files changed, 219 insertions(+), 95 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr77947.C