This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e02e4129555 2017-04-25 Hristian Kirtchev kirtchev@adacore.com new 1e3d4b751ea 2017-04-25 Claire Dross dross@adacore.com new 5e67c1f83f3 Minor reformatting. new 945c615989c Fix spelling suggestions for reserved words (PR c++/80177) new 67bf5800892 2017-04-25 Bob Duff duff@adacore.com new ea0fec91507 2017-04-25 Gary Dismukes dismukes@adacore.com new e717f02606a 2017-04-25 Hristian Kirtchev kirtchev@adacore.com new 7f4577a36ce 2017-04-25 Arnaud Charlet charlet@adacore.com new 006cb47f33a Minor reformatting.
The 8 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/ada/ChangeLog | 64 ++++++ gcc/ada/a-clrefi.adb | 12 +- gcc/ada/comperr.adb | 2 +- gcc/ada/cstand.adb | 7 +- gcc/ada/err_vars.ads | 4 +- gcc/ada/errout.adb | 7 +- gcc/ada/exp_ch4.adb | 45 ++++- gcc/ada/exp_util.adb | 201 +++++++----------- gcc/ada/exp_util.ads | 20 +- gcc/ada/fmap.adb | 4 +- gcc/ada/fmap.ads | 4 +- gcc/ada/fname-sf.adb | 4 +- gcc/ada/gnatls.adb | 4 +- gcc/ada/rtsfind.adb | 3 +- gcc/ada/scn.adb | 29 +-- gcc/ada/scn.ads | 8 +- gcc/ada/sem_cat.adb | 1 - gcc/ada/sem_ch13.adb | 17 +- gcc/ada/sem_ch6.adb | 5 +- gcc/ada/sem_dim.adb | 9 +- gcc/ada/sem_util.adb | 325 +++++++++++++++++++++++++++++- gcc/ada/sem_util.ads | 12 ++ gcc/ada/sinput-l.adb | 4 +- gcc/ada/sinput.adb | 35 ++-- gcc/ada/sinput.ads | 14 +- gcc/ada/targparm.adb | 2 +- gcc/ada/types.adb | 11 +- gcc/ada/types.ads | 24 ++- gcc/ada/types.h | 4 +- gcc/cp/ChangeLog | 12 ++ gcc/cp/name-lookup.c | 37 ++-- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/spellcheck-pr80177.C | 7 + 33 files changed, 646 insertions(+), 296 deletions(-) create mode 100644 gcc/testsuite/g++.dg/spellcheck-pr80177.C