This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 523f3a9 max(INT_MIN, x) -> x new a2d36a1 2016-04-21 Ed Schonberg schonberg@adacore.com new 3e5b214 2016-04-21 Hristian Kirtchev kirtchev@adacore.com new 0ea0222 2016-04-21 Jerome Lambourg lambourg@adacore.com
The 3 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 | 119 +++++++++++++++++++ gcc/ada/contracts.adb | 11 +- gcc/ada/einfo.adb | 38 +++--- gcc/ada/exp_aggr.adb | 5 +- gcc/ada/exp_pakd.adb | 83 ++++++------- gcc/ada/g-socket.adb | 16 +-- gcc/ada/g-traceb.ads | 7 +- gcc/ada/lib-writ.adb | 39 +++++- gcc/ada/s-soflin.adb | 4 +- gcc/ada/sem.adb | 4 +- gcc/ada/sem_ch10.adb | 12 +- gcc/ada/sem_ch13.adb | 20 ++++ gcc/ada/sem_ch3.adb | 24 +++- gcc/ada/sem_ch6.adb | 58 +++++---- gcc/ada/sem_ch7.adb | 85 ++++++++------ gcc/ada/sem_ch7.ads | 15 +-- gcc/ada/sem_ch9.adb | 4 +- gcc/ada/sem_prag.adb | 320 ++++++++++++++++++++++++++++++-------------------- gcc/ada/sem_util.adb | 232 +++++++++++++++++++++++++++--------- gcc/ada/sem_util.ads | 25 ++-- 20 files changed, 753 insertions(+), 368 deletions(-)