This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from ce3954262a6 gcc-changelog: sync from master. new 9f2201bf48e c++: ICE with noexcept and canonical types [PR101715]
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/cp/tree.c | 22 ++++++++++++++++------ gcc/testsuite/g++.dg/cpp0x/noexcept72.C | 21 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/noexcept73.C | 13 +++++++++++++ 3 files changed, 50 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept72.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept73.C