[Bug fortran/34872] [4.3 Regression] Spurious error in snapshot of 01/18/08: Statement at (1) is not a valid branch target statement for the branch statement at (2)

pault at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Jan 23 09:22:00 GMT 2008



------- Comment #3 from pault at gcc dot gnu dot org  2008-01-23 08:54 -------
Having slept on it, I know where the problem is - old_locus in decode_statement
points to the whitespace after a statement label.  In consequence, if the label
is deleted, it is not parsed again.

A fix is regtesting.

Paul


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34872



More information about the Gcc-bugs mailing list