This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-9-branch in repository gcc.
from 27ad3c8cd34 Daily bump. new e03c6ec07dd PR c++/60223 - ICE with T{} in non-deduced context. * pt. [...] new fa5682c45a5 PR c++/90490 - fix decltype issues in noexcept-specifier. [...]
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/ChangeLog | 15 +++++++++++++++ gcc/cp/except.c | 4 +++- gcc/cp/pt.c | 18 ++++++++++++------ gcc/testsuite/g++.dg/cpp0x/noexcept43.C | 10 ++++++++++ gcc/testsuite/g++.dg/cpp0x/noexcept44.C | 8 ++++++++ gcc/testsuite/g++.dg/cpp0x/nondeduced1.C | 16 ++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/nondeduced2.C | 14 ++++++++++++++ gcc/testsuite/g++.dg/cpp0x/nondeduced3.C | 16 ++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/nondeduced4.C | 13 +++++++++++++ 9 files changed, 107 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept43.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept44.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/nondeduced1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/nondeduced2.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/nondeduced3.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/nondeduced4.C