This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 5ff315e398b doc: cpp: fix version test example syntax new b0426fbc853 c++: ICE with __has_unique_object_representations [PR115476] new dcad20ccb6c c++: fix ICE with designated initializer [PR110114]
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/call.cc | 19 +++++++++++-------- gcc/cp/semantics.cc | 2 +- gcc/testsuite/g++.dg/cpp0x/initlist100.C | 4 ++-- .../g++.dg/cpp1z/has-unique-obj-representations4.C | 16 ++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/desig28.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/desig29.C | 10 ++++++++++ 6 files changed, 57 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/has-unique-obj-representations4.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig28.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig29.C