This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 27117a5 2016-04-20 Hristian Kirtchev kirtchev@adacore.com new c4c4e98 2016-04-20 Arnaud Charlet charlet@adacore.com new b2ff4e1 2016-04-20 Yannick Moy moy@adacore.com new acd4c1e 2016-04-20 Hristian Kirtchev kirtchev@adacore.com new 97efb92 PR tree-optimization/70725 * tree-if-conv.c (is_false_predi [...]
The 4 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 | 35 +++++++++ gcc/ada/einfo.adb | 1 + gcc/ada/exp_attr.adb | 169 ++++++++++++++++++++--------------------- gcc/ada/exp_unst.adb | 21 ++++- gcc/ada/inline.ads | 6 +- gcc/ada/osint.adb | 2 +- gcc/ada/s-imgint.adb | 55 +++++++------- gcc/ada/s-imglli.adb | 59 +++++++------- gcc/ada/s-imgllu.adb | 37 +++------ gcc/ada/s-imguns.adb | 37 +++------ gcc/ada/sem_res.adb | 10 +-- gcc/ada/sem_util.adb | 48 ++++++++++++ gcc/ada/sem_util.ads | 8 +- gcc/ada/sinfo.ads | 6 +- gcc/ada/xref_lib.ads | 4 +- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.dg/pr70725.c | 22 ++++++ gcc/tree-if-conv.c | 12 ++- 19 files changed, 330 insertions(+), 213 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr70725.c