This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a792d79 2016-04-21 Gary Dismukes dismukes@adacore.com new 1419006 2016-04-21 Philippe Gil gil@adacore.com new ed7bb95 2016-04-21 Hristian Kirtchev kirtchev@adacore.com new 5933208 2016-04-21 Arnaud Charlet charlet@adacore.com new 4dc22c9 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use [...] new c098acf 2016-04-21 Gary Dismukes dismukes@adacore.com new 0fa0331 2016-04-21 Eric Botcazou ebotcazou@adacore.com new ace7bf0 PR ipa/70018 * cgraph.c (cgraph_set_nothrow_flag_1): Rename [...] new fbcea80 * ipa-inline.c (can_inline_edge_p): Pass caller info to ult [...] new 4f187ca 2016-04-21 Philippe Gil gil@adacore.com
The 9 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 | 27 ++++ gcc/ada/ChangeLog | 135 +++++++++++++++++++ gcc/ada/alloc.ads | 10 +- gcc/ada/atree.adb | 30 +++-- gcc/ada/einfo.adb | 14 ++ gcc/ada/einfo.ads | 14 +- gcc/ada/exp_aggr.adb | 143 +++++++++++++-------- gcc/ada/exp_ch6.adb | 24 +++- gcc/ada/exp_ch8.adb | 9 +- gcc/ada/gnatlink.adb | 33 +++-- gcc/ada/krunch.adb | 21 ++- gcc/ada/sem_attr.adb | 8 +- gcc/ada/sem_ch12.adb | 29 ++++- gcc/ada/sem_ch13.adb | 7 +- gcc/ada/sem_ch3.adb | 18 +++ gcc/ada/sem_ch5.adb | 42 +++--- gcc/ada/sem_ch7.adb | 57 ++++---- gcc/ada/sem_eval.adb | 32 +++-- gcc/ada/sem_prag.adb | 33 +++-- gcc/ada/sem_util.adb | 41 +----- gcc/ada/table.adb | 8 +- gcc/ada/tracebak.c | 8 +- gcc/cgraph.c | 63 +++++++-- gcc/cgraph.h | 2 +- gcc/ipa-inline.c | 9 +- gcc/ipa-pure-const.c | 19 ++- gcc/testsuite/ChangeLog | 5 + .../g++.dg/ipa/{pure-const-1.C => nothrow-1.C} | 11 +- gcc/tree-ssa-loop-unswitch.c | 4 + 29 files changed, 631 insertions(+), 225 deletions(-) copy gcc/testsuite/g++.dg/ipa/{pure-const-1.C => nothrow-1.C} (57%)