[Bug fortran/24640] ice with invalid label

2006-01-02 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2006-01-02 22:23 --- Subject: Bug 24640 Author: kargl Date: Mon Jan 2 22:23:35 2006 New Revision: 109246 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109246 Log: PR fortran/24640 * parse.c (next_free): Check for whitespace afte

[Bug fortran/24640] ice with invalid label

2006-01-02 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2006-01-02 17:03 --- I have a patch. -- kargl at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug fortran/24640] ice with invalid label

2006-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-02 07:10 --- We now get: In file t.f90:1 10: a=10 1 Error: Too many digits in statement label at (1) Is this okay or should we change it to be a diagnostic problem? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24640

[Bug fortran/24640] ice with invalid label

2005-11-02 Thread tkoenig at gcc dot gnu dot org
--- Comment #1 from tkoenig at gcc dot gnu dot org 2005-11-02 21:28 --- This is only in free-form: $ cat tst.f 10: a=10 end $ gfortran tst.f In file tst.f:1 10: a=10 1 Error: Non-numeric character in statement label at (1) Confirmed. -- tkoenig at gcc dot gnu dot org