[Bug fortran/107397] [10/11/12/13 Regression] ICE in gfc_arith_plus, at fortran/arith.cc:654
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Dec 19 10:35:29 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107397
--- Comment #11 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:
https://gcc.gnu.org/g:03fb35f8753d87148b29b3f34b6154abe7db4c41
commit r13-4775-g03fb35f8753d87148b29b3f34b6154abe7db4c41
Author: Jakub Jelinek <jakub@redhat.com>
Date: Mon Dec 19 11:24:55 2022 +0100
testsuite: Fix up pr107397.f90 test [PR107397]
The pr107397.f90 test FAILs for me, one problem was that the
added diagnostics has an indefinite article before BOZ, but
the test dg-error didn't. The other problem was that on the
other dg-error there was no space between the string and closing
}, so it was completely ignored and the error was an excess
error.
2022-12-19 Jakub Jelinek <jakub@redhat.com>
PR fortran/107397
* gfortran.dg/pr107397.f90: Adjust expected diagnostic wording and
add space between dg-error string and closing }.
More information about the Gcc-bugs
mailing list