This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 20f6a891f62 C-SKY: Fix assembling error with -mfloat-abi=hard. new 5afd18820f4 Add missing PR entries for recent analyzer commit. new 22dc89f8073 vec: Fix bootstrap on i686-linux, 32-bit darwin and AIX new 129a1319c0a diagnostics: Add new option -fdiagnostics-plain-output new 2398c206101 i386: Improve LWP builtin expanders. new 4c58a32f478 c++: More simplification of name_lookup api new 32005478425 c++: Copy elision and [[no_unique_address]]. [PR93711]
The 6 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 | 14 +++ gcc/analyzer/ChangeLog | 14 +++ gcc/common.opt | 4 + gcc/config/i386/i386-builtin.def | 12 +- gcc/config/i386/i386-expand.c | 79 ++++++++---- gcc/config/i386/i386.md | 38 +----- gcc/cp/call.c | 49 +++++--- gcc/cp/coroutines.cc | 8 +- gcc/cp/cp-objcp-common.c | 2 +- gcc/cp/cp-tree.h | 16 +-- gcc/cp/decl.c | 6 +- gcc/cp/init.c | 3 +- gcc/cp/name-lookup.c | 152 ++++++++++------------- gcc/cp/name-lookup.h | 34 +++-- gcc/cp/parser.c | 34 ++--- gcc/cp/pt.c | 21 ++-- gcc/cp/rtti.c | 2 +- gcc/cp/semantics.c | 4 +- gcc/cp/typeck2.c | 12 +- gcc/doc/invoke.texi | 14 +++ gcc/opts-common.c | 39 +++++- gcc/system.h | 1 + gcc/testsuite/g++.dg/cpp1z/aggr-base10.C | 16 +++ gcc/testsuite/g++.dg/cpp2a/no_unique_address7.C | 13 ++ gcc/testsuite/g++.dg/cpp2a/no_unique_address7a.C | 14 +++ gcc/testsuite/lib/c-compat.exp | 26 +++- gcc/testsuite/lib/prune.exp | 8 +- gcc/vec.h | 8 +- libcc1/libcp1plugin.cc | 5 +- libstdc++-v3/testsuite/lib/libstdc++.exp | 2 +- 30 files changed, 412 insertions(+), 238 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base10.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address7.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address7a.C