This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 983d292f7e3 2017-09-06 Bob Duff duff@adacore.com new f4264652f90 2017-09-06 Gary Dismukes dismukes@adacore.com new d49bc1d926e 2017-09-06 Bob Duff duff@adacore.com
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/ada/ChangeLog | 65 ++++ gcc/ada/Makefile.rtl | 3 +- gcc/ada/a-clrefi.adb | 497 +-------------------------- gcc/ada/a-clrefi.ads | 73 +--- gcc/ada/a-comlin.adb | 14 +- gcc/ada/a-comlin.ads | 6 +- gcc/ada/exp_aggr.adb | 28 +- gcc/ada/exp_ch5.adb | 2 +- gcc/ada/exp_ch6.adb | 14 + gcc/ada/gcc-interface/Make-lang.in | 3 +- gcc/ada/gnatbind.adb | 22 +- gcc/ada/gnatcmd.adb | 609 +-------------------------------- gcc/ada/s-diflio.ads | 4 +- gcc/ada/s-diinio.ads | 4 +- gcc/ada/{a-clrefi.adb => s-resfil.adb} | 10 +- gcc/ada/{a-clrefi.ads => s-resfil.ads} | 17 +- gcc/ada/sem_ch3.adb | 56 ++- gcc/ada/sem_ch4.adb | 12 +- gcc/ada/sem_res.adb | 10 +- gcc/ada/sem_type.adb | 13 +- 20 files changed, 224 insertions(+), 1238 deletions(-) copy gcc/ada/{a-clrefi.adb => s-resfil.adb} (98%) copy gcc/ada/{a-clrefi.ads => s-resfil.ads} (89%)