This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3148a97 2015-11-25 Richard Biener rguenther@suse.de new 02e8320 [RTL-ifcvt] PR rtl-optimization/68435 Allow (c ? x++ : x--) form new 010eee5 2015-11-25 Paolo Carlini paolo.carlini@oracle.com
The 2 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/ifcvt.c | 10 ++++-- gcc/testsuite/ChangeLog | 10 ++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-tuple2.C | 20 +++++++++++ gcc/testsuite/gcc.dg/pr68435.c | 52 +++++++++++++++++++++++++++ 5 files changed, 96 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-tuple2.C create mode 100644 gcc/testsuite/gcc.dg/pr68435.c