This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 006cb47f33a Minor reformatting. new 32cb614ad1f PR target/77728 * config/aarch64/aarch64.c (struct aarch6 [...] new 53d4aae8805 C++: hints for missing std:: headers new 2b4f2458d80 2017-04-25 Gary Dismukes dismukes@adacore.com
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/ChangeLog | 16 ++ gcc/ada/ChangeLog | 20 +++ gcc/ada/checks.adb | 56 ++++--- gcc/ada/cstreams.c | 23 +-- gcc/ada/exp_ch4.adb | 9 +- gcc/ada/exp_util.adb | 8 +- gcc/ada/osint.adb | 120 +-------------- gcc/ada/osint.ads | 20 +-- gcc/ada/prj-part.adb | 12 +- gcc/ada/sem.adb | 52 ------- gcc/ada/sem.ads | 14 +- gcc/config/aarch64/aarch64.c | 101 +++++++++---- gcc/cp/ChangeLog | 7 + gcc/cp/name-lookup.c | 109 ++++++++++++++ gcc/testsuite/ChangeLog | 10 ++ gcc/testsuite/g++.dg/abi/pr77728-2.C | 171 ++++++++++++++++++++++ gcc/testsuite/g++.dg/lookup/missing-std-include.C | 29 ++++ 17 files changed, 491 insertions(+), 286 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/pr77728-2.C create mode 100644 gcc/testsuite/g++.dg/lookup/missing-std-include.C