[Patch, fortran] PR44354 implied-do-loop array constructors using the induction variable in the bounds
Tobias Burnus
burnus@net-b.de
Mon Jul 23 05:59:00 GMT 2012
Mikael Morin wrote:
> Here is another attempt.
> I moved the diagnostic code from gfc_resolve_iterator to
> resolve_array_list, so that it doesn't trigger for do loops.
> Regression test in progress. OK?
The patch looks OK:
Though, I wonder why you only get a warning (which is fine); I thought
that -std=gnu (the default) – and, in particular, in combination with
-pedantic (test-suite default) – will give an error for
gfc_notify_standard, not a warning.
Tobi
More information about the Fortran
mailing list