[Bug fortran/34659] [4.3 Regression] corner case continuation line

2008-01-19 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2008-01-20 06:49 --- Subject: Bug 34659 Author: jvdelisle Date: Sun Jan 20 06:48:39 2008 New Revision: 131673 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131673 Log: 2008-01-20 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/34659] [4.3 Regression] corner case continuation line

2008-01-06 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2008-01-07 03:17 --- Fixed on trunk. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added St

[Bug fortran/34659] [4.3 Regression] corner case continuation line

2008-01-06 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2008-01-07 02:53 --- Subject: Bug 34659 Author: jvdelisle Date: Mon Jan 7 02:53:04 2008 New Revision: 131371 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131371 Log: 2008-01-06 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/34659] [4.3 Regression] corner case continuation line

2008-01-06 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2008-01-06 23:11 --- This trivial patch fixes this: Index: scanner.c === --- scanner.c (revision 131355) +++ scanner.c (working copy) @@ -1176,7 +1176,7 @@ load_line

[Bug fortran/34659] [4.3 Regression] corner case continuation line

2008-01-06 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2008-01-06 19:24 --- This is a regression. I thought in the back of my mind that I had this working right before. Sure enough, 4.2 gives a warning. gfc42 -static pr34659.f90 Warning: '&' not allowed by itself in line 1 -- jvde