This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/iamcu/improve in repository gcc.
discards 97cf0cb IA MCU run-time doesn't support TLS discards aad652e Skip incompatible tests on IA MCU target discards 60d8da9 Skip error_mark_node type decls discards e6f431f Allow indirect sibcall with register arguments discards ee6e3eb Allow SFmode for IA MCU in FP splitter adds 68fea6c Daily bump. adds 4c8d20e 2015-07-09 Paolo Carlini paolo.carlini@oracle.com adds cb791e7 2015-07-10 Richard Biener rguenther@suse.de adds 8f84077 ipa-icf.c: Fix typo in dump message adds 9cda83a 2015-07-10 Richard Biener rguenther@suse.de adds 3c31a6c Insert new bound in try_transform_to_exit_first_loop_alt adds 2e3a49a 2015-07-10 Paolo Carlini paolo.carlini@oracle.com adds a3e1e71 [obvious] Fix typos above expand_cond_expr_using_cmove adds c3a8197 PR middle-end/66820 * gimplify.c (maybe_fold_stmt [...] new ad2477a Allow SFmode for IA MCU in FP splitter new db8fdf5 Allow indirect sibcall with register arguments new 5ccb678 Turn off X86_TUNE_ZERO_EXTEND_WITH_AND for IA MCU new c53e8f9 Turn on X86_TUNE_USE_BT for IA MCU new c452977 Turn off loop and funcion alignments for IA MCU new fe133bc Skip error_mark_node type decls new b980e72 Skip incompatible tests on IA MCU target new 9334ac2 IA MCU run-time doesn't support TLS
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (97cf0cb) \ N -- N -- N refs/heads/hjl/iamcu/improve (9334ac2)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 8 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 | 36 +++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.c | 2 +- gcc/config/i386/x86-tune.def | 4 +-- gcc/expr.c | 6 ++-- gcc/gimplify.c | 9 ++--- gcc/ipa-icf.c | 2 +- gcc/omp-low.c | 4 +-- gcc/testsuite/ChangeLog | 26 ++++++++++++++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice14.C | 32 +++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/scoped_enum6.C | 19 ++++++++++ gcc/testsuite/gcc.dg/gomp/pr66820.c | 18 ++++++++++ gcc/testsuite/gcc.dg/vect/pr61194.c | 3 +- .../gfortran.dg/parloops-exit-first-loop-alt-2.f95 | 24 +++++++++++++ .../gfortran.dg/parloops-exit-first-loop-alt.f95 | 25 +++++++++++++ gcc/tree-if-conv.c | 38 ++++++++------------ gcc/tree-parloops.c | 12 ++++++- libgomp/ChangeLog | 5 +++ .../parloops-exit-first-loop-alt-2.f95 | 40 +++++++++++++++++++++ .../parloops-exit-first-loop-alt.f95 | 41 ++++++++++++++++++++++ 20 files changed, 308 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice14.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/scoped_enum6.C create mode 100644 gcc/testsuite/gcc.dg/gomp/pr66820.c create mode 100644 gcc/testsuite/gfortran.dg/parloops-exit-first-loop-alt-2.f95 create mode 100644 gcc/testsuite/gfortran.dg/parloops-exit-first-loop-alt.f95 create mode 100644 libgomp/testsuite/libgomp.fortran/parloops-exit-first [...] create mode 100644 libgomp/testsuite/libgomp.fortran/parloops-exit-first [...]