This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c175273 Minor code cleanups. new 582f02f 2016-04-18 Bob Duff duff@adacore.com new 4a83cc3 2016-04-18 Hristian Kirtchev kirtchev@adacore.com new ba662f0 2016-04-18 Gary Dismukes dismukes@adacore.com new c8f4f46 2016-04-18 Bob Duff duff@adacore.com
The 4 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 | 72 +++++++++ gcc/ada/adaint.c | 16 ++ gcc/ada/adaint.h | 3 +- gcc/ada/casing.adb | 36 +++-- gcc/ada/casing.ads | 23 ++- gcc/ada/errout.adb | 24 ++- gcc/ada/errout.ads | 14 +- gcc/ada/erroutc.adb | 4 +- gcc/ada/exp_ch11.adb | 30 ++-- gcc/ada/exp_ch6.adb | 4 +- gcc/ada/exp_intr.adb | 281 ++++++++++++++++-------------------- gcc/ada/exp_intr.ads | 14 +- gcc/ada/lib-xref-spark_specific.adb | 17 ++- gcc/ada/namet.adb | 207 ++++++++++++++------------ gcc/ada/namet.ads | 8 +- gcc/ada/par-ch4.adb | 4 +- gcc/ada/s-os_lib.ads | 5 + gcc/ada/sem_ch13.adb | 22 +-- gcc/ada/sem_ch6.adb | 27 +++- gcc/ada/sem_prag.adb | 4 +- gcc/ada/sinput.adb | 28 ++-- gcc/ada/sinput.ads | 15 +- gcc/ada/stringt.adb | 35 ++--- gcc/ada/stringt.ads | 19 ++- gcc/ada/uname.adb | 4 +- 25 files changed, 527 insertions(+), 389 deletions(-)