This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4f187ca 2016-04-21 Philippe Gil gil@adacore.com new adf0828 2016-04-21 Javier Miranda miranda@adacore.com new fda1b8b 2016-04-21 Hristian Kirtchev kirtchev@adacore.com new 523f3a9 max(INT_MIN, x) -> x
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/ChangeLog | 4 ++++ gcc/ada/ChangeLog | 12 ++++++++++++ gcc/ada/exp_aggr.adb | 30 +++++++++++++++++++++++++++++- gcc/ada/exp_attr.adb | 4 +++- gcc/ada/exp_ch6.adb | 3 +-- gcc/ada/sem_ch3.adb | 5 +++-- gcc/match.pd | 26 ++++++++++++++++++-------- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/tree-ssa/minmax-1.c | 9 +++++++++ 9 files changed, 83 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/minmax-1.c