This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5fa0a8f7e17 Daily bump. new 34285402005 i386: Fix up expansion of 2 keylocker and one user_msr buil [...] new d91fa5f258a i386: Fix up handling of some -mno-avx512* options [PR123216] new 7898e14723b c++: Ignore access in is_implicit_lifetime trait decisions [...]
The 3 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/common/config/i386/i386-common.cc | 41 +++++++++- gcc/config/i386/i386-expand.cc | 6 +- gcc/cp/tree.cc | 28 ++++--- gcc/testsuite/g++.dg/ext/is_implicit_lifetime2.C | 91 ++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/keylocker-pr123217.c | 13 ++++ gcc/testsuite/gcc.target/i386/user_msr-pr123217.c | 10 +++ 6 files changed, 172 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/is_implicit_lifetime2.C create mode 100644 gcc/testsuite/gcc.target/i386/keylocker-pr123217.c create mode 100644 gcc/testsuite/gcc.target/i386/user_msr-pr123217.c