This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bffb580d6f0 compiler: avoid calling Expression::type before lowering new b6bca2e631b c++: defaulted comparisons and vptr fields [PR95567] new fdf8d5bc5b5 c++: argument order in a variadic type trait intrinsic new 9845c52db38 c++: __is_trivially_xible and multi-arg aggr paren init [PR102535]
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/cp/method.c | 8 +++++++- gcc/cp/parser.c | 1 + gcc/testsuite/g++.dg/cpp2a/spaceship-virtual1.C | 20 ++++++++++++++++++++ gcc/testsuite/g++.dg/ext/is_constructible6.C | 10 ++++++++++ .../g++.dg/ext/is_trivially_constructible7.C | 17 +++++++++++++++++ 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-virtual1.C create mode 100644 gcc/testsuite/g++.dg/ext/is_constructible6.C create mode 100644 gcc/testsuite/g++.dg/ext/is_trivially_constructible7.C