--- 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]>
--- 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
--- 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]>
--- 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
--- 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