This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pieces/master in repository gcc.
discards 6c3f228 Properly align stack in gcc.target/i386/cleanup-[12].c discards 02a96c9 Disable AVX/SSE on unwind-c.c and unwind-dw2.c discards 1d63817 Properly check conflict between DRAP register and __builtin_e [...] discards e30ff99 gcc.target/i386/pieces-memset-1.c discards a9393a9 Update i386 piecewise move and store discards 2ddf2c3 Remove MAX_BITSIZE_MODE_ANY_INT discards acaaed2 Add TARGET_GEN_MEMSET_VALUE discards 20a6d91 Update alignment_for_piecewise_move discards b860ef9 Extend STV pass to 64-bit mode discards fece551 Allow all 1s of integer as standard SSE constants discards 17fb4ca Remove ssememalign discards 6eed707 Remove ix86_legitimate_combined_insn discards 2fb2a82 Simplify ix86_expand_vector_move_misalign discards d9e6f3b Remove UNSPEC_LOADU and UNSPEC_STOREU adds 53c452e Avoid ERROR in libgomp.oacc-c++/c++.exp in non-C++ configurations adds 4abd941 [PR testsuite/64177] Audit Cilk Plus tests for CILK_NWORKERS=1 adds ae1f04b PR middle-end/70355 adds a12eaf2 add myself to MAINTAINERS list adds 80a0266 2016-03-29 Vladimir Makarov vmakarov@redhat.com adds 3ef41a6 gcc/fortran/ChangeLog: adds a3daa26 PR tree-optimization/70405 * ssa-iterators.h (num_imm_uses) [...] adds a3af597 PR c++/70353 adds 24e1ba3 PR rtl-optimization/70429 * combine.c (simplify_shift_const [...] adds 11075c2 PR ipa/70283 * ipa-devirt.c (methods_equal_p): New function [...] adds 0275bf9 2016-03-29 Zachary T Welch zwelch@codesourcery.com adds 04a4d1c [Hurd, kFreeBSD] boehm-gc: Use mmap instead of brk adds 9b2eb5d [Hurd] Specs maintenance adds 39ab293 * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of pe [...] adds 6fbac35 * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment. adds a642123 Daily bump. adds f56c7d3 PR tree-optimization/59124 (bogus -Warray-bounds warning) adds 02fff37 PR target/63890 * config/i386/i386.h (ACCUMULATE_OUTGOING_A [...] adds 1140bac 2016-03-30 Michael Matz matz@suse.de Richard Biener <rg [...] adds a2ad9d5 Properly align stack in gcc.target/i386/cleanup-[12].c adds ecbebe6 Properly check conflict between DRAP register and __builtin_e [...] adds 14dd919 PR target/62254 * config/arm/arm.c (arm_reload_out_hi): Add [...] new 54f8acc Remove UNSPEC_LOADU and UNSPEC_STOREU new d628228 Simplify ix86_expand_vector_move_misalign new 4ff3478 Remove ix86_legitimate_combined_insn new 7a485cd Remove ssememalign new 9f91387 Allow all 1s of integer as standard SSE constants new 9e45ee2 Extend STV pass to 64-bit mode new a9c10d1 Update alignment_for_piecewise_move new 3e8f75a Add TARGET_GEN_MEMSET_VALUE new b5452e9 Remove MAX_BITSIZE_MODE_ANY_INT new beba1e2 Update i386 piecewise move and store new 4c19a7c gcc.target/i386/pieces-memset-1.c new 44307d9 Disable AVX/SSE on unwind-c.c and unwind-dw2.c new 3966558 Allocate aligned memory in gtm_thread operator new new 732f084 Check --with-arch=/--with-arch-32= for 32-bit x86 libatomic library new f6d9683 Check --with-arch=/--with-arch-32= for 32-bit x86 libgomp library new 7a78515 Check --with-arch=/--with-arch-32= for 32-bit x86 libitm library
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 (6c3f228) \ N -- N -- N refs/heads/hjl/pieces/master (7a78515)
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 16 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: ChangeLog | 4 ++ MAINTAINERS | 1 + boehm-gc/ChangeLog | 6 ++ boehm-gc/configure.host | 2 +- boehm-gc/include/private/gcconfig.h | 2 +- gcc/ChangeLog | 84 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cgraph.h | 3 + gcc/cgraphclones.c | 8 +-- gcc/combine.c | 5 ++ gcc/config/arm/arm.c | 21 ++++-- gcc/config/gnu.h | 8 --- gcc/config/i386/gnu.h | 4 +- gcc/config/i386/i386.c | 7 +- gcc/config/i386/i386.h | 3 +- gcc/coverage.c | 6 +- gcc/cp/ChangeLog | 6 ++ gcc/cp/decl.c | 7 +- gcc/doc/invoke.texi | 5 ++ gcc/fortran/ChangeLog | 9 +++ gcc/fortran/trans-expr.c | 26 ++++++- gcc/fortran/trans.h | 1 + gcc/ipa-devirt.c | 44 +++++++++--- gcc/ipa-polymorphic-call.c | 41 +++++++---- gcc/ira-color.c | 46 +++++++++--- gcc/lower-subreg.c | 3 +- gcc/params.def | 6 ++ gcc/ssa-iterators.h | 8 ++- gcc/symtab.c | 14 ++++ gcc/testsuite/ChangeLog | 32 +++++++++ .../c-c++-common/cilk-plus/CK/spawning_arg.c | 15 ++++ .../c-c++-common/cilk-plus/CK/steal_check.c | 17 ++++- gcc/testsuite/g++.dg/cilk-plus/CK/catch_exc.cc | 14 ++++ gcc/testsuite/g++.dg/cpp0x/constexpr-__func__2.C | 13 ++++ gcc/testsuite/gcc.c-torture/compile/pr70355.c | 14 ++++ gcc/testsuite/gcc.c-torture/execute/pr70429.c | 17 +++++ gcc/testsuite/gcc.dg/Warray-bounds-19.c | 17 +++++ gcc/testsuite/gcc.dg/pr70405.c | 15 ++++ gcc/testsuite/gcc.target/i386/pieces-memset-40.c | 9 +-- gcc/testsuite/gcc.target/i386/pieces-memset-45.c | 13 ---- gcc/testsuite/gcc.target/i386/pr70355.c | 14 ++++ .../gfortran.dg/unlimited_polymorphic_25.f90 | 40 +++++++++++ .../gfortran.dg/unlimited_polymorphic_26.f90 | 47 ++++++++++++ gcc/testsuite/lib/prune.exp | 25 ++++++- gcc/tree-inline.c | 3 +- gcc/tree-ssa-coalesce.c | 2 +- gcc/tree-ssa-loop-ivcanon.c | 8 +-- gcc/tree-vrp.c | 21 ++++++ libatomic/configure.tgt | 8 ++- libgomp/ChangeLog | 5 ++ libgomp/configure.tgt | 9 +-- libgomp/testsuite/libgomp.oacc-c++/c++.exp | 4 ++ libitm/beginend.cc | 7 ++ libitm/configure.tgt | 8 ++- 54 files changed, 652 insertions(+), 107 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-__func__2.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr70355.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr70429.c create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-19.c create mode 100644 gcc/testsuite/gcc.dg/pr70405.c delete mode 100644 gcc/testsuite/gcc.target/i386/pieces-memset-45.c create mode 100644 gcc/testsuite/gcc.target/i386/pr70355.c create mode 100644 gcc/testsuite/gfortran.dg/unlimited_polymorphic_25.f90 create mode 100644 gcc/testsuite/gfortran.dg/unlimited_polymorphic_26.f90