This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b07c085581e c++: Fix ICE with ill-formed array list-initialization [PR93712] new 27bf39a8035 ortran: ICE using SHAPE with FINDLOC PR93835 new cae5ff6036a c++: Fix ICE with -Wmismatched-tags [PR93869]
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 | 5 +++++ gcc/cp/parser.c | 14 +++++++------- gcc/fortran/ChangeLog | 9 +++++++++ gcc/fortran/simplify.c | 12 ++++++++---- gcc/testsuite/ChangeLog | 11 +++++++++++ gcc/testsuite/g++.dg/warn/Wmismatched-tags-2.C | 6 ++++++ gcc/testsuite/gfortran.dg/pr77351.f90 | 6 ++++-- gcc/testsuite/gfortran.dg/pr93835.f08 | 8 ++++++++ 8 files changed, 58 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wmismatched-tags-2.C create mode 100644 gcc/testsuite/gfortran.dg/pr93835.f08