[Bug fortran/20440] END not as first statement on line breaks in fixed form

2006-07-08 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-07-08 10:03 --- This is entirely fixed on trunk. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/20440] END not as first statement on line breaks in fixed form

2006-05-08 Thread tobi at gcc dot gnu dot org
--- Comment #5 from tobi at gcc dot gnu dot org 2006-05-08 12:59 --- Wow. This is actually a bad bug, but after trying some stuff, I believe that it only does bad things when the code is non-standard anyway (lines beginning with ';'). E.g. [EMAIL PROTECTED]:~/src/pr/20440> cat t.f

[Bug fortran/20440] END not as first statement on line breaks in fixed form

2006-05-08 Thread tobi at gcc dot gnu dot org
--- Comment #4 from tobi at gcc dot gnu dot org 2006-05-08 10:49 --- woops, of course I decided to make a valid testcase after I wrote that it wouldn't be valid -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20440

[Bug fortran/20440] END not as first statement on line breaks in fixed form

2006-05-08 Thread tobi at gcc dot gnu dot org
--- Comment #3 from tobi at gcc dot gnu dot org 2006-05-08 10:46 --- reduced testcase (not valid, but this is another bug): i = j; end This bug has nothign to do with parsing of STOP, it needs: * a statement preceding the end statement, and * the end statement must follow a semicol