This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 11cf765 2015-10-20 Bob Duff duff@adacore.com new 8445872 2015-10-20 Hristian Kirtchev kirtchev@adacore.com new 3af8521 2015-10-20 Yannick Moy moy@adacore.com new fa1fb6f Fix typos. new b868178 Correctly fill up cgraph_node::local.versionable flag. new ea6969d 2015-10-20 Ed Schonberg schonberg@adacore.com
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/ChangeLog | 17 +++++++ gcc/ada/ChangeLog | 108 +++++++++++++++++++++++++++++++++++++++++++ gcc/ada/a-comutr.ads | 3 ++ gcc/ada/a-except-2005.adb | 11 +++-- gcc/ada/a-except.adb | 2 +- gcc/ada/exp_ch5.adb | 61 ++++++++++-------------- gcc/ada/exp_ch5.ads | 6 ++- gcc/ada/exp_ch6.adb | 22 +++++---- gcc/ada/exp_ch7.adb | 9 ++++ gcc/ada/exp_ch9.adb | 7 ++- gcc/ada/exp_spark.adb | 23 ++++++++- gcc/ada/g-debpoo.adb | 43 +++++++++-------- gcc/ada/g-debpoo.ads | 18 ++++---- gcc/ada/inline.ads | 12 ++--- gcc/ada/s-atocou-builtin.adb | 5 +- gcc/ada/s-atocou.adb | 9 ++-- gcc/ada/s-diflio.adb | 31 +++++++++++-- gcc/ada/s-diflio.ads | 8 +++- gcc/ada/s-excdeb.adb | 8 ++-- gcc/ada/s-excdeb.ads | 5 +- gcc/ada/sem_ch12.adb | 6 +-- gcc/ada/sem_ch3.adb | 6 ++- gcc/ada/sem_ch5.adb | 29 +++++++++--- gcc/ada/sem_ch6.adb | 22 +++++++-- gcc/ada/sem_dim.adb | 55 ++++++++++++---------- gcc/ada/sem_res.adb | 43 +++++++++++++++++ gcc/ada/sem_util.adb | 107 +++++++++++++++++++++++++++++++++++++++++- gcc/ada/sem_util.ads | 5 ++ gcc/ada/sem_warn.adb | 12 +++++ gcc/cgraphclones.c | 4 +- gcc/ipa-cp.c | 15 +++--- gcc/ipa-inline-analysis.c | 4 ++ gcc/ipa-prop.c | 1 + gcc/ipa-prop.h | 2 + 34 files changed, 555 insertions(+), 164 deletions(-)