This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr82990/master in repository gcc.
discards 657c592adce i386: Update the default -mzeroupper setting adds d46b9539e69 [PR c++/81574] lambda capture of function reference adds c3c1d7930f1 Add libgomp.oacc-c-c++-common/f-asyncwait-{1,2,3}.c adds 4973689ee6b 2017-11-15 Dominique d'Humieres dominiq@lps.ens.fr adds 11ca88d1902 Compile strncpy-fix-1.c with -Wno-stringop-truncation adds 9d1de2343f1 [ARM] Fix more -Wreturn-type fallout new d9388c1b7f3 i386: Add X86_TUNE_EMIT_VZEROUPPER
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 (657c592adce) \ N -- N -- N refs/heads/hjl/pr82990/master (d9388c1b7f3)
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 1 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/config/i386/i386.c | 2 +- gcc/config/i386/i386.h | 2 + gcc/config/i386/x86-tune.def | 4 + gcc/cp/ChangeLog | 6 + gcc/cp/lambda.c | 3 +- gcc/testsuite/ChangeLog | 20 ++ gcc/testsuite/g++.dg/cpp1y/pr81574.C | 13 + gcc/testsuite/g++.dg/ext/pr57735.C | 2 +- gcc/testsuite/g++.dg/ext/pr81706.C | 4 +- gcc/testsuite/gcc.dg/strncpy-fix-1.c | 2 +- gcc/testsuite/gcc.target/arm/pr54300.C | 2 + gcc/testsuite/gcc.target/i386/pr81706.c | 4 +- gcc/testsuite/gcc.target/i386/pr82942-2.c | 2 +- .../gcc.target/i386/{pr82990-1.c => pr82990-5.c} | 2 +- .../gcc.target/i386/{pr82941-2.c => pr82990-6.c} | 2 +- .../gcc.target/i386/{pr82990-2.c => pr82990-7.c} | 2 +- libgomp/ChangeLog | 9 + .../libgomp.oacc-c-c++-common/f-asyncwait-1.c | 297 +++++++++++++++++++++ .../libgomp.oacc-c-c++-common/f-asyncwait-2.c | 61 +++++ .../libgomp.oacc-c-c++-common/f-asyncwait-3.c | 63 +++++ 20 files changed, 490 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr81574.C copy gcc/testsuite/gcc.target/i386/{pr82990-1.c => pr82990-5.c} (75%) copy gcc/testsuite/gcc.target/i386/{pr82941-2.c => pr82990-6.c} (63%) copy gcc/testsuite/gcc.target/i386/{pr82990-2.c => pr82990-7.c} (52%) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/f-asyncwait-1.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/f-asyncwait-2.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/f-asyncwait-3.c