This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5655be8 2015-10-26 Ed Schonberg schonberg@adacore.com new 967eb98 2015-10-26 Ed Schonberg schonberg@adacore.com new c02dccc 2015-10-26 Hristian Kirtchev kirtchev@adacore.com new 69e9658 2015-10-26 Hristian Kirtchev kirtchev@adacore.com new 15196ce Code clean ups. new 040bb34 [config/sh/sh.c] Fix PR68091: Return false for non shmedia ta [...] new 341af5d 2015-10-26 Yannick Moy moy@adacore.com new 7689013 2015-10-26 Yannick Moy moy@adacore.com new 04b78ed Minor reformatting.
The 8 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/ChangeLog | 6 + gcc/ada/ChangeLog | 189 ++++++++++++ gcc/ada/aspects.adb | 4 +- gcc/ada/contracts.adb | 588 ++++++++++++++++++++++-------------- gcc/ada/contracts.ads | 75 ++--- gcc/ada/einfo.adb | 66 ++-- gcc/ada/einfo.ads | 41 +-- gcc/ada/exp_ch6.adb | 2 +- gcc/ada/get_spark_xrefs.adb | 5 +- gcc/ada/inline.adb | 48 ++- gcc/ada/lib-xref-spark_specific.adb | 578 +++++++++++++++++------------------ gcc/ada/osint.ads | 2 +- gcc/ada/par-ch9.adb | 97 +++--- gcc/ada/sem_attr.adb | 84 +++++- gcc/ada/sem_aux.adb | 6 +- gcc/ada/sem_case.adb | 12 +- gcc/ada/sem_ch10.adb | 2 +- gcc/ada/sem_ch12.adb | 3 +- gcc/ada/sem_ch13.adb | 20 +- gcc/ada/sem_ch3.adb | 13 +- gcc/ada/sem_ch6.adb | 4 +- gcc/ada/sem_ch9.adb | 14 +- gcc/ada/sem_prag.adb | 484 ++++++++++++++++++----------- gcc/ada/sem_prag.ads | 35 ++- gcc/ada/sem_util.adb | 93 +++--- gcc/ada/sem_util.ads | 12 +- gcc/ada/spark_xrefs.ads | 9 +- gcc/config/sh/sh.c | 2 +- 28 files changed, 1578 insertions(+), 916 deletions(-)