This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 43e12b26535 PR c++/90875 - added -Wswitch-outside-range option new 5571081de4f PR c++/90490 - fix decltype issues in noexcept-specifier. [...] new 20e2b53c987 2019-06-21 Steven G. Kargl kargl@gcc.gnu.org new 8f7ef210070 PR c++/64235 - missing syntax error with invalid alignas. [...] new e4a9f08b763 PR c++/60223 - ICE with T{} in non-deduced context. * pt. [...]
The 4 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 | 16 ++++++++++++++ gcc/cp/except.c | 4 +++- gcc/cp/parser.c | 6 ++++++ gcc/cp/pt.c | 18 ++++++++++------ gcc/fortran/ChangeLog | 6 ++++++ gcc/fortran/resolve.c | 8 +++++++ gcc/testsuite/ChangeLog | 25 +++++++++++++++++++++- 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 ++++++++++++++ .../cpp0x/{alias-decl-68.C => nondeduced4.C} | 9 +++++--- gcc/testsuite/g++.dg/parse/alignas1.C | 10 +++++++++ gcc/testsuite/gfortran.dg/dummy_procedure_8.f90 | 4 ---- gcc/testsuite/gfortran.dg/pr67884.f90 | 21 ++++++++++++++++++ 16 files changed, 176 insertions(+), 15 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 copy gcc/testsuite/g++.dg/cpp0x/{alias-decl-68.C => nondeduced4.C} (50%) create mode 100644 gcc/testsuite/g++.dg/parse/alignas1.C create mode 100644 gcc/testsuite/gfortran.dg/pr67884.f90