This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr70155/master in repository gcc.
discards 75e7982 Extend STV pass to 64-bit mode omits 5a8ec50 Allow all 1s of integer as standard SSE constants adds a2389d4 2016-03-10 Richard Biener rguenther@suse.de adds c82c99e Xfail pr46032.c scan if alignment requirements not met adds 6972afa PR69195, Reload confused by invalid reg_equiv adds 75ad083 gcc/ adds bfe9720 2016-03-10 Christophe Lyon christophe.lyon@linaro.org adds 5ab2987 Add -funconstrained-commons to work around PR/69368 (and othe [...] adds 947be77 2016-03-10 Christophe Lyon christophe.lyon@linaro.org adds a342320 2016-03-10 Andre Vieira andre.simoesdiasvieira@arm.com adds a2eb127 PR c++/70153 * cp-gimplify.c (cp_fold): Handle UNARY_PLUS_EXPR. adds 502bc5d PR lto/69589 * tree.c (need_assembler_name_p): Only record [...] adds 26d3655 PR lto/69589 * tree.c (free_lang_data_in_decl): Clear visib [...] adds 76333f6 PR ipa/69630 * ipa-devirt.c (possible_polymorphic_call_targ [...] adds 75e7231 PR lto/69589 * cgraph.c (cgraph_node::dump): Dump split_par [...] adds 279b939 [AArch64] Fix thinko in handling of -momit-leaf-frame-pointer option new 3527262 Allow all 1s of integer as standard SSE constants new 0a52d45 Extend STV pass to 64-bit mode
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 (75e7982) \ N -- N -- N refs/heads/hjl/pr70155/master (0a52d45)
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 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 | 87 ++++++++++++++++++ gcc/cgraph.c | 4 + gcc/cgraph.h | 2 + gcc/common.opt | 5 + gcc/common/config/aarch64/aarch64-common.c | 2 +- gcc/config/aarch64/aarch64-elf-raw.h | 2 +- gcc/config/aarch64/aarch64-linux.h | 2 +- gcc/config/aarch64/aarch64.c | 23 ++++- gcc/config/aarch64/aarch64.h | 14 +++ gcc/config/aarch64/aarch64.opt | 2 +- gcc/config/aarch64/t-aarch64 | 4 +- gcc/config/i386/i386.c | 8 +- gcc/cp/ChangeLog | 5 + gcc/cp/cp-gimplify.c | 9 +- gcc/doc/invoke.texi | 8 +- gcc/ipa-devirt.c | 4 +- gcc/ipa.c | 49 ++++++---- gcc/ira.c | 102 +++++++++++---------- gcc/testsuite/ChangeLog | 36 ++++++++ gcc/testsuite/g++.dg/delayedfold/unary-plus1.C | 22 +++++ gcc/testsuite/g++.dg/lto/pr69589_0.C | 26 ++++++ gcc/testsuite/g++.dg/lto/pr69589_1.C | 61 ++++++++++++ .../gcc.dg/{torture/pr44913.c => pr69195.c} | 13 ++- gcc/testsuite/gcc.dg/pr69238.c | 28 ++++++ gcc/testsuite/gcc.dg/tree-ssa/alias-34.c | 19 ++++ gcc/testsuite/gcc.dg/tree-ssa/alias-35.c | 18 ++++ gcc/testsuite/gcc.dg/vect/pr46032.c | 2 +- gcc/testsuite/gcc.target/arm/pr45701-1.c | 2 +- gcc/testsuite/gcc.target/arm/pr45701-2.c | 2 +- gcc/testsuite/gfortran.dg/unconstrained_commons.f | 20 ++++ gcc/tree-dfa.c | 15 ++- gcc/tree-ssa-structalias.c | 10 ++ gcc/tree-vect-stmts.c | 3 +- gcc/tree.c | 16 +++- 34 files changed, 532 insertions(+), 93 deletions(-) create mode 100644 gcc/testsuite/g++.dg/delayedfold/unary-plus1.C create mode 100644 gcc/testsuite/g++.dg/lto/pr69589_0.C create mode 100644 gcc/testsuite/g++.dg/lto/pr69589_1.C copy gcc/testsuite/gcc.dg/{torture/pr44913.c => pr69195.c} (57%) create mode 100644 gcc/testsuite/gcc.dg/pr69238.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/alias-34.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/alias-35.c create mode 100644 gcc/testsuite/gfortran.dg/unconstrained_commons.f