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 314cba9 Record alignment needed for piecewise move/store discards cf9cf4b Check 128-bit constant store in 64-bit mode discards f11dd66 Support 128-bit constant store in 64-bit STV discards f03ad7f Don't build 32-bit libitm with -march=i486 on x86-64 discards 6ad8654 Don't build 32-bit libgomp with -march=i486 on x86-64 discards 71d4c4f Don't build 32-bit libatomic with -march=i486 on x86-64 discards b0cebfc Allocate aligned memory in gtm_thread operator new discards 0363e4b Disable AVX/SSE on unwind-c.c and unwind-dw2.c discards 4fee3d8 gcc.target/i386/pieces-memset-1.c discards 3b74859 Update i386 piecewise move and store discards fd4d00a Remove MAX_BITSIZE_MODE_ANY_INT discards d1f90d8 Add TARGET_GEN_MEMSET_VALUE discards 8b53fcc Update alignment_for_piecewise_move discards e858c81 Extend STV pass to 64-bit mode discards 3cc4622 Allow all 1s of integer as standard SSE constants discards 5e66f04 Remove ssememalign discards 1c28534 Remove ix86_legitimate_combined_insn discards c72c1e6 Simplify ix86_expand_vector_move_misalign discards 7c7a033 Remove UNSPEC_LOADU and UNSPEC_STOREU adds de14812 Daily bump. adds 9cbfe80 Add missing ChangeLog entry for PR testsuite/70364 adds 2c4e1eb Add missing ChangeLog entry for PR target/70439 adds c68ad2a runtime: Use atomic load for in entersyscall. adds a0efa75 PR c++/70449 adds 3ccc62d * gcc-interface/decl.c (components_to_record): Restrict the [...] new bf377a7 Remove UNSPEC_LOADU and UNSPEC_STOREU new 39042d9 Simplify ix86_expand_vector_move_misalign new 838b2e7 Remove ix86_legitimate_combined_insn new d33cc11 Remove ssememalign new 6df955a Allow all 1s of integer as standard SSE constants new 878b6c9 Extend STV pass to 64-bit mode new 70416c2 Update alignment_for_piecewise_move new 73022d6 Record alignment needed for piecewise move/store new f18dd51 Add TARGET_GEN_MEMSET_VALUE new d26e028 Remove MAX_BITSIZE_MODE_ANY_INT new fd0c3fd Update i386 piecewise move and store new be4c728 gcc.target/i386/pieces-memset-1.c new a24cde1 Disable AVX/SSE on unwind-c.c and unwind-dw2.c new 6f85259 Allocate aligned memory in gtm_thread operator new new d2b2ba8 Don't build 32-bit libatomic with -march=i486 on x86-64 new c94e31e Don't build 32-bit libgomp with -march=i486 on x86-64 new 75bc143 Don't build 32-bit libitm with -march=i486 on x86-64 new 67f2531 Support 128-bit constant store in 64-bit STV new ab41130 Check 128-bit constant store in 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 (314cba9) \ N -- N -- N refs/heads/hjl/pieces/master (ab41130)
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 | 6 ++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 7 ++++++- gcc/ada/gcc-interface/decl.c | 12 +++++++----- gcc/cp/ChangeLog | 8 ++++++++ gcc/cp/constexpr.c | 20 ++++---------------- gcc/cp/pt.c | 3 ++- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 9 +++++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-recursion1.C | 16 ++++++++++++++++ libgo/runtime/proc.c | 2 +- 11 files changed, 61 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-recursion1.C