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 0a52d45 Extend STV pass to 64-bit mode discards 3527262 Allow all 1s of integer as standard SSE constants adds 98dfd32 PR c++/70001 * constexpr.c (cxx_eval_vec_init_1): For pre_i [...] adds af4c829 PR target/7044 * config/aarch64/aarch64.c (aarch64_overrid [...] new ff53a14 Allow all 1s of integer as standard SSE constants new 4bc701b 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 (0a52d45) \ N -- N -- N refs/heads/hjl/pr70155/master (4bc701b)
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 | 9 ++++++++ gcc/config/aarch64/aarch64.c | 17 +++++++++++++- gcc/config/i386/i386.c | 4 ++-- gcc/cp/ChangeLog | 9 ++++++++ gcc/cp/constexpr.c | 16 ++++++++++--- gcc/testsuite/ChangeLog | 13 +++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-70001-1.C | 13 +++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-70001-2.C | 19 ++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-70001-3.C | 26 ++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/pr70044.c | 14 ++++++++++++ .../gcc.target/i386/{pr70155-14.c => pr70155-20.c} | 12 ++++------ .../gcc.target/i386/{pr70155-14.c => pr70155-21.c} | 10 +++------ .../gcc.target/i386/{pr70155-1.c => pr70155-22.c} | 3 ++- 13 files changed, 143 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-70001-1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-70001-2.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-70001-3.C create mode 100644 gcc/testsuite/gcc.target/aarch64/pr70044.c copy gcc/testsuite/gcc.target/i386/{pr70155-14.c => pr70155-20.c} (65%) copy gcc/testsuite/gcc.target/i386/{pr70155-14.c => pr70155-21.c} (67%) copy gcc/testsuite/gcc.target/i386/{pr70155-1.c => pr70155-22.c} (88%)