This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 47cdd6d 2017-01-23 Hristian Kirtchev kirtchev@adacore.com new f2451ea 2017-01-23 Claire Dross dross@adacore.com new 5f2dd17 2017-01-23 Claire Dross dross@adacore.com new 3dd70a5 2017-01-23 Hristian Kirtchev kirtchev@adacore.com new b7a7c26 [testsuite] Fix FAIL: gcc.dg/lto/pr69188 on bare-metal targets new 54b9149 2017-01-23 Ed Schonberg schonberg@adacore.com new cdc2420 Fix typo. new fc1dbe3 2017-01-23 Eric Botcazou ebotcazou@adacore.com new 0d10502 2017-01-23 Ed Schonberg schonberg@adacore.com new 83c20495 Minor reformatting. new 015becc 2017-01-23 Justin Squirek squirek@adacore.com
The 10 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 | 111 ++++++++++ gcc/ada/checks.adb | 8 +- gcc/ada/exp_attr.adb | 6 +- gcc/ada/exp_ch3.adb | 41 ++-- gcc/ada/exp_ch5.adb | 122 +++++++++++ gcc/ada/exp_spark.adb | 75 +++++++ gcc/ada/exp_util.adb | 1 + gcc/ada/freeze.adb | 77 ++++++- gcc/ada/g-debpoo.adb | 25 ++- gcc/ada/par-ch4.adb | 23 +- gcc/ada/scans.ads | 21 +- gcc/ada/scn.adb | 10 +- gcc/ada/scng.adb | 20 +- gcc/ada/scng.ads | 6 +- gcc/ada/scos.ads | 11 +- gcc/ada/sem.adb | 3 + gcc/ada/sem_aggr.adb | 17 +- gcc/ada/sem_ch3.adb | 107 ++++++--- gcc/ada/sem_ch5.adb | 45 ++++ gcc/ada/sem_ch5.ads | 3 +- gcc/ada/sem_ch6.adb | 37 +++- gcc/ada/sem_ch9.adb | 1 + gcc/ada/sem_prag.adb | 411 +++++++++++++++++++++++++---------- gcc/ada/sem_res.adb | 21 +- gcc/ada/sem_util.adb | 1 + gcc/ada/sem_warn.adb | 8 +- gcc/ada/sinfo.adb | 16 ++ gcc/ada/sinfo.ads | 34 +++ gcc/ada/sprint.adb | 3 + gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.dg/lto/pr69188_0.c | 1 + 31 files changed, 1055 insertions(+), 214 deletions(-)