This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ea6969d 2015-10-20 Ed Schonberg schonberg@adacore.com new 28191f1 2015-10-20 Yannick Moy moy@adacore.com new 31bee90 2015-10-20 Jerome Lambourg lambourg@adacore.com new 9d11997 2015-10-20 Hristian Kirtchev kirtchev@adacore.com new 5921a31 2015-10-20 Tristan Gingold gingold@adacore.com new f441808 2015-10-20 Gary Dismukes dismukes@adacore.com new d4e1acf 2015-10-20 Tristan Gingold gingold@adacore.com new 7e2d366 2015-10-20 Ed Schonberg schonberg@adacore.com
The 7 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 | 136 ++++++++++++++++++++++++++ gcc/ada/a-cbdlli.adb | 45 +++++---- gcc/ada/a-cdlili.adb | 47 +++++---- gcc/ada/a-cfdlli.adb | 4 +- gcc/ada/a-cfdlli.ads | 2 +- gcc/ada/a-cfhase.adb | 4 +- gcc/ada/a-cfhase.ads | 2 +- gcc/ada/a-cfinve.adb | 4 +- gcc/ada/a-cfinve.ads | 4 +- gcc/ada/a-cforse.adb | 4 +- gcc/ada/a-cforse.ads | 2 +- gcc/ada/a-chtgop.adb | 86 ++++++++-------- gcc/ada/a-cidlli.adb | 48 +++++---- gcc/ada/a-cobove.adb | 27 +++-- gcc/ada/a-cofove.adb | 4 +- gcc/ada/a-cofove.ads | 2 +- gcc/ada/a-coinve.adb | 46 +++++---- gcc/ada/a-convec.adb | 34 ++++--- gcc/ada/a-crbtgo.adb | 40 ++++---- gcc/ada/a-crdlli.ads | 4 +- gcc/ada/einfo.ads | 4 +- gcc/ada/exp_attr.adb | 49 +--------- gcc/ada/exp_ch9.adb | 37 ++++++- gcc/ada/fe.h | 4 + gcc/ada/g-debpoo.adb | 177 +++++++++++++++++++++------------ gcc/ada/g-dyntab.ads | 4 +- gcc/ada/g-table.ads | 4 +- gcc/ada/init.c | 28 ++++-- gcc/ada/makeutl.ads | 2 +- gcc/ada/restrict.adb | 18 ++++ gcc/ada/restrict.ads | 9 ++ gcc/ada/s-rident.ads | 3 + gcc/ada/s-stposu.ads | 4 +- gcc/ada/sem_attr.adb | 30 ++---- gcc/ada/sem_attr.ads | 10 -- gcc/ada/sem_ch12.adb | 2 +- gcc/ada/sem_ch13.adb | 12 ++- gcc/ada/sem_ch3.adb | 11 ++- gcc/ada/sem_ch5.adb | 7 +- gcc/ada/sem_ch6.adb | 2 +- gcc/ada/sem_prag.adb | 254 ++++++++++++++++++++++++++++++++++++++++++++++++ gcc/ada/sem_prag.ads | 11 +++ gcc/ada/sem_res.adb | 7 +- gcc/ada/sem_util.adb | 126 +++++++++++++----------- gcc/ada/sem_util.ads | 3 + gcc/ada/snames.ads-tmpl | 2 - gcc/ada/table.ads | 6 +- 47 files changed, 966 insertions(+), 405 deletions(-)