This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e0ff520c86b PR target/89865 * config/i386/i386.md (RMW operation with [...] new facf139f378 PR c++/89612 - ICE with member friend template with noexce [...]
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/ChangeLog | 6 +++ gcc/cp/pt.c | 75 +++++++++++++++++----------- gcc/testsuite/ChangeLog | 7 +++ gcc/testsuite/g++.dg/cpp0x/noexcept38.C | 19 +++++++ gcc/testsuite/g++.dg/cpp0x/noexcept39.C | 19 +++++++ gcc/testsuite/g++.dg/cpp1z/noexcept-type21.C | 16 ++++++ 6 files changed, 113 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept38.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept39.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/noexcept-type21.C