This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 57bca8dcc1e Make dse.c use offset/width instead of start/end new 2f38e95645e 2017-12-15 Hristian Kirtchev kirtchev@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 | 40 +++++++ gcc/ada/exp_aggr.adb | 18 +-- gcc/ada/exp_ch11.adb | 2 + gcc/ada/exp_ch4.adb | 71 ++++++++++++ gcc/ada/exp_ch4.ads | 3 +- gcc/ada/exp_ch6.adb | 5 +- gcc/ada/exp_util.adb | 2 + gcc/ada/expander.adb | 3 + gcc/ada/libgnat/a-except.adb | 13 +++ gcc/ada/par-ch4.adb | 254 +++++++++++++++++++++++++++++++++++++++---- gcc/ada/sem.adb | 6 + gcc/ada/sem_ch4.adb | 73 +++++++++++++ gcc/ada/sem_ch4.ads | 4 +- gcc/ada/sem_ch6.adb | 44 ++++---- gcc/ada/sem_prag.adb | 114 ++++++++----------- gcc/ada/sem_res.adb | 7 ++ gcc/ada/sem_spark.adb | 6 + gcc/ada/sinfo.adb | 16 ++- gcc/ada/sinfo.ads | 56 +++++++++- gcc/ada/sprint.adb | 22 ++++ gcc/ada/types.ads | 10 +- gcc/ada/types.h | 3 +- 22 files changed, 636 insertions(+), 136 deletions(-)