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 d82af38 Check 128-bit constant store in 64-bit mode discards 64d5342 Support 128-bit constant store in 64-bit STV discards 024e4fa Don't build 32-bit libitm with -march=i486 on x86-64 discards 3ba989e Don't build 32-bit libgomp with -march=i486 on x86-64 discards 8577f8d Don't build 32-bit libatomic with -march=i486 on x86-64 discards dfb913f Allocate memory on cache line if requested discards 180ed73 Disable AVX/SSE on unwind-c.c and unwind-dw2.c discards 8ff94ab gcc.target/i386/pieces-memset-1.c discards f404cea Update i386 piecewise move and store discards 11b5bb8 Remove MAX_BITSIZE_MODE_ANY_INT discards 886f518 Add TARGET_GEN_MEMSET_VALUE discards 70416c2 Update alignment_for_piecewise_move discards 878b6c9 Extend STV pass to 64-bit mode discards 6df955a Allow all 1s of integer as standard SSE constants discards d33cc11 Remove ssememalign discards 838b2e7 Remove ix86_legitimate_combined_insn discards 39042d9 Simplify ix86_expand_vector_move_misalign discards bf377a7 Remove UNSPEC_LOADU and UNSPEC_STOREU adds 40df909 PR c++/67376 - [5/6 regression] Comparison with pointer to pa [...] adds f870215 Daily bump. adds bfec660 gcc/ PR target/70416 PR target/67391 * config/sh/sh.md (*a [...] new 42cfad9 Remove UNSPEC_LOADU and UNSPEC_STOREU new 964d67f Simplify ix86_expand_vector_move_misalign new 034f92d Remove ix86_legitimate_combined_insn new 845396f Remove ssememalign new f82a3c6 Allow all 1s of integer as standard SSE constants new 63a3e48 Extend STV pass to 64-bit mode new b1ba83a Update alignment_for_piecewise_move new 2f7cd94 Add TARGET_GEN_MEMSET_VALUE new 957e8e4 Remove MAX_BITSIZE_MODE_ANY_INT new 75e9347 Update i386 piecewise move and store new 8c46aed6 gcc.target/i386/pieces-memset-1.c new 5bea257 Disable AVX/SSE on unwind-c.c and unwind-dw2.c new a50b7978 Allocate memory on cache line if requested new 6930ed3 Don't build 32-bit libatomic with -march=i486 on x86-64 new 0bf2b31 Don't build 32-bit libgomp with -march=i486 on x86-64 new 0e8e82a Don't build 32-bit libitm with -march=i486 on x86-64 new 1302da1 Support 128-bit constant store in 64-bit STV new 995f7e5 Check 128-bit constant store in 64-bit mode new 0d872d6 Align child process stack to 16 bytes
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 (d82af38) \ N -- N -- N refs/heads/hjl/pieces/master (0d872d6)
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 19 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 | 15 +++ gcc/DATESTAMP | 2 +- gcc/config/sh/sh.md | 15 ++- gcc/cp/ChangeLog | 9 ++ gcc/cp/constexpr.c | 30 ++++- gcc/fold-const.c | 60 +++++++-- gcc/testsuite/ChangeLog | 24 ++++ gcc/testsuite/c-c++-common/asan/clone-test-1.c | 2 +- gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr10.C | 112 +++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr9.C | 57 +++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-array5.C | 4 +- gcc/testsuite/g++.dg/cpp0x/constexpr-nullptr-1.C | 125 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-string.C | 2 +- gcc/testsuite/g++.dg/cpp0x/constexpr-wstring2.C | 6 +- gcc/testsuite/g++.dg/cpp0x/pr65398.C | 8 +- gcc/testsuite/g++.dg/ext/constexpr-vla1.C | 2 +- gcc/testsuite/g++.dg/ext/constexpr-vla2.C | 2 +- gcc/testsuite/g++.dg/ext/constexpr-vla3.C | 2 +- gcc/testsuite/g++.dg/ubsan/pr63956.C | 4 +- gcc/testsuite/gcc.target/sh/torture/pr70416.c | 136 +++++++++++++++++++++ 20 files changed, 583 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr10.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr9.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-nullptr-1.C create mode 100644 gcc/testsuite/gcc.target/sh/torture/pr70416.c