This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 53d2041f46d 2017-12-05 Eric Botcazou ebotcazou@adacore.com new f47b9548cf4 2017-12-05 Olivier Hainque hainque@adacore.com
The 1 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 | 158 + gcc/ada/checks.adb | 12 +- gcc/ada/debug.adb | 235 +- gcc/ada/debug.ads | 70 +- .../elaboration_order_handling_in_gnat.rst | 242 +- gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst | 9 +- .../doc/gnat_ugn/platform_specific_information.rst | 10 +- gcc/ada/einfo.adb | 13 +- gcc/ada/einfo.ads | 19 + gcc/ada/exp_ch11.adb | 6 +- gcc/ada/exp_ch3.adb | 35 +- gcc/ada/exp_ch9.adb | 5 + gcc/ada/frontend.adb | 16 +- gcc/ada/gnat1drv.adb | 6 +- gcc/ada/gnat_ugn.texi | 372 +- gcc/ada/libgnat/s-dwalin.adb | 13 +- gcc/ada/opt.ads | 17 +- gcc/ada/sem_attr.adb | 12 + gcc/ada/sem_ch12.adb | 31 +- gcc/ada/sem_ch3.adb | 10 +- gcc/ada/sem_ch5.adb | 13 +- gcc/ada/sem_ch7.adb | 4 + gcc/ada/sem_ch8.adb | 10 + gcc/ada/sem_elab.adb | 5092 +++++++++++++++++--- gcc/ada/sem_elab.ads | 65 + gcc/ada/sem_prag.adb | 59 + gcc/ada/sem_res.adb | 41 +- gcc/ada/sem_util.adb | 14 +- gcc/ada/sinfo.adb | 24 + gcc/ada/sinfo.ads | 46 +- gcc/ada/switch-c.adb | 96 +- gcc/ada/tracebak.c | 4 + gcc/ada/usage.adb | 10 + 33 files changed, 5689 insertions(+), 1080 deletions(-)