This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4835ef4c04b 2017-05-02 Justin Squirek squirek@adacore.com new 166dae9d9b5 2017-05-02 Arnaud Charlet charlet@adacore.com new 95fc8032b60 2017-05-02 Bob Duff duff@adacore.com new 0967095d16f 2017-05-02 Eric Botcazou ebotcazou@adacore.com new 61b6f3d98dd 2017-05-02 Eric Botcazou ebotcazou@adacore.com new 95adf095f9d Fix broken pr78138.c for avr
The 5 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/a-cofuve.ads | 5 +- gcc/ada/a-stream.ads | 4 +- gcc/ada/einfo.adb | 30 +- gcc/ada/einfo.ads | 14 + gcc/ada/errout.adb | 2 +- gcc/ada/exp_ch3.adb | 13 +- gcc/ada/exp_ch4.adb | 263 ++++++++++++++ gcc/ada/exp_ch6.adb | 10 + gcc/ada/exp_imgv.adb | 4 +- gcc/ada/exp_util.adb | 6 +- gcc/ada/exp_util.ads | 4 +- gcc/ada/gcc-interface/decl.c | 787 +++++++++++++++++++++-------------------- gcc/ada/gnatls.adb | 493 ++++++++++++++++++++++++-- gcc/ada/opt.ads | 12 +- gcc/ada/osint.adb | 2 +- gcc/ada/s-finmas.ads | 6 +- gcc/ada/s-os_lib.ads | 4 +- gcc/ada/sem_attr.adb | 18 +- gcc/ada/sem_case.adb | 6 +- gcc/ada/sem_ch10.adb | 2 +- gcc/ada/sem_ch3.adb | 19 +- gcc/ada/switch-b.adb | 2 +- gcc/ada/usage.adb | 2 +- gcc/ada/warnsw.adb | 2 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.dg/pr78138.c | 4 +- 27 files changed, 1370 insertions(+), 460 deletions(-)