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 b43f109 Extend STV pass to 64-bit mode discards 8dd2f0e Allow all 1s of integer as standard SSE constants adds e340075 Update load scan avx256-unaligned-load-1.c adds 8a574c1 Add -mtune-ctrl=sse_typeless_stores to avx256-unaligned-store-2.c adds 2b073aa cp/ PR c++/55635 * init.c (build_vec_delete_1): Protect op [...] new 67f95d3 Allow all 1s of integer as standard SSE constants new a64ac18 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 (b43f109) \ N -- N -- N refs/heads/hjl/pr70155/master (a64ac18)
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/cp/ChangeLog | 8 +++ gcc/cp/init.c | 12 +++- gcc/cp/optimize.c | 24 +++---- gcc/testsuite/ChangeLog | 14 ++++ gcc/testsuite/g++.dg/eh/delete1.C | 79 ++++++++++++++++++++++ .../gcc.target/i386/avx256-unaligned-load-1.c | 4 +- .../gcc.target/i386/avx256-unaligned-store-2.c | 2 +- 7 files changed, 125 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/eh/delete1.C