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 acab866 Disable AVX on unwind-c.c and unwind-dw2.c discards 4acf3cc gcc.target/i386/pieces-memset-1.c discards 0fa724b Properly align stack in gcc.target/i386/cleanup-[12].c discards 4f07b58 Update i386 piecewise move and store discards 61c380f Remove MAX_BITSIZE_MODE_ANY_INT discards 8bb26c6 Add TARGET_GEN_MEMSET_VALUE discards 7111e85 Update alignment_for_piecewise_move omits f59b80a Extend STV pass to 64-bit mode omits 9fb467e Allow all 1s of integer as standard SSE constants omits 2ba585b Remove ssememalign omits 1d926b3 Remove ix86_legitimate_combined_insn omits c8ab44b Simplify ix86_expand_vector_move_misalign omits 1180f87 Remove UNSPEC_LOADU and UNSPEC_STOREU adds a3ae889 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_range_based_for. adds e0e87fe PR c++/70422 adds a3d8eb5 Daily bump. adds 28a5f33 * config/ft32/ft32.opt (mnodiv): New. * config/ft32/ft32.md [...] adds b428654 2016-03-29 Richard Biener rguenther@suse.de new 52b6a4f Remove UNSPEC_LOADU and UNSPEC_STOREU new 5b02199 Simplify ix86_expand_vector_move_misalign new 58b31fd Remove ix86_legitimate_combined_insn new b78968a Remove ssememalign new f711a20 Allow all 1s of integer as standard SSE constants new 3d290ee Extend STV pass to 64-bit mode new c0f7558 Update alignment_for_piecewise_move new e57405f Add TARGET_GEN_MEMSET_VALUE new f58c067 Remove MAX_BITSIZE_MODE_ANY_INT new c23aa5b Update i386 piecewise move and store new f0ccdf6 Properly align stack in gcc.target/i386/cleanup-[12].c new d53d8c5 gcc.target/i386/pieces-memset-1.c new df223f4 Disable AVX on unwind-c.c and unwind-dw2.c
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 (acab866) \ N -- N -- N refs/heads/hjl/pieces/master (df223f4)
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 13 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 | 16 +++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 2 +- gcc/c-family/ChangeLog | 4 ++ gcc/c-family/c-cppbuiltin.c | 2 +- gcc/config/ft32/ft32.md | 8 +-- gcc/config/ft32/ft32.opt | 4 ++ gcc/cp/ChangeLog | 7 ++ gcc/cp/constexpr.c | 4 -- gcc/cp/decl.c | 19 ++--- gcc/cp/pt.c | 26 +++---- gcc/doc/invoke.texi | 6 +- gcc/ipa-prop.c | 4 +- gcc/testsuite/g++.dg/cpp0x/constexpr-__func__2.C | 10 --- gcc/testsuite/g++.dg/cpp1y/feat-cxx11.C | 4 +- gcc/testsuite/g++.dg/cpp1y/feat-cxx14.C | 4 +- gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 4 +- gcc/testsuite/g++.dg/ext/fnname5.C | 33 --------- gcc/testsuite/g++.old-deja/g++.ext/pretty4.C | 85 ++++++++++++++++++++++ libgcc/ChangeLog | 4 ++ libgcc/config/ft32/lib1funcs.S | 90 +++++++++++++++++++++--- libgcc/config/ft32/t-ft32 | 4 ++ 22 files changed, 240 insertions(+), 102 deletions(-) delete mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-__func__2.C delete mode 100644 gcc/testsuite/g++.dg/ext/fnname5.C create mode 100644 gcc/testsuite/g++.old-deja/g++.ext/pretty4.C