http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40881
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org --- Comment #9 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-08-14 10:30:26 UTC --- (In reply to comment #0) > (2) Shared DO termination and termination > on a statement other than END DO or CONTINUE > (6) DATA statements amongst executable statements Those two are now fixed. I think the only missing item is the following: > (8) Fixed form source (I think one should consider to add some flag to silence the fixed-form warning. At least I know a lot of code, which is in fixed form but otherwise warning free.)