[Bug fortran/90237] Bogus warning from -Wdo-subscript

2019-05-21 Thread m...@tobias-neumann.eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90237 --- Comment #8 from Tobias --- Looks like this has just been addressed in my original report https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90563

[Bug fortran/90237] Bogus warning from -Wdo-subscript

2019-05-21 Thread m...@tobias-neumann.eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90237 --- Comment #5 from Tobias --- (In reply to Dominique d'Humieres from comment #4) > *** Bug 90563 has been marked as a duplicate of this bug. *** Why does this *warning* actually cause an error and abort the compilation? This is what I consider

[Bug fortran/90563] New: Out of bounds error when compiling with -Wextra

2019-05-21 Thread m...@tobias-neumann.eu
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: m...@tobias-neumann.eu Target Milestone: --- The following program fails to compile with gfortran 8 and 9 (not with 7 and below) when compiling with -Wextra. -Wextra is supposed to only enable additional warnings, not