[Bug fortran/19261] continuation character illegal as first non-blank character in statement

2006-10-14 Thread jvdelisle at gcc dot gnu dot org


--- Comment #8 from jvdelisle at gcc dot gnu dot org  2006-10-14 15:06 
---
Subject: Bug 19261

Author: jvdelisle
Date: Sat Oct 14 15:06:34 2006
New Revision: 117733

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117733
Log:
2006-10-14  Jerry DeLisle  [EMAIL PROTECTED]

PR fortran/19261
* scanner.c (load_line): Add checks for illegal use of '' and issue
warnings.  Issue errors with -pedantic.

Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/scanner.c


-- 


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



[Bug fortran/19261] continuation character illegal as first non-blank character in statement

2006-10-14 Thread jvdelisle at gcc dot gnu dot org


--- Comment #9 from jvdelisle at gcc dot gnu dot org  2006-10-14 15:16 
---
Fixed on svn trunk.  Note: Could not get a test case to work properly with the
dejagnu machinery.


-- 

jvdelisle at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


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



[Bug fortran/19261] continuation character illegal as first non-blank character in statement

2006-10-06 Thread patchapp at dberlin dot org


--- Comment #7 from patchapp at dberlin dot org  2006-10-06 07:02 ---
Subject: Bug number PR19261

A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2006-10/msg00281.html


-- 


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



[Bug fortran/19261] continuation character illegal as first non-blank character in statement

2006-09-28 Thread jvdelisle at gcc dot gnu dot org


--- Comment #6 from jvdelisle at gcc dot gnu dot org  2006-09-28 22:40 
---
I have this one fixed and will combine it with the pathes for 19260 and 19262.


-- 


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



[Bug fortran/19261] continuation character illegal as first non-blank character in statement

2006-09-19 Thread jvdelisle at gcc dot gnu dot org


-- 

jvdelisle at gcc dot gnu dot org changed:

   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |jvdelisle at gcc dot gnu dot
   |dot org |org
 Status|NEW |ASSIGNED
   Last reconfirmed|2005-12-30 18:58:38 |2006-09-20 05:19:31
   date||


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



[Bug fortran/19261] continuation character illegal as first non-blank character in statement

2005-04-08 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-08 
21:01 ---
*** Bug 20898 has been marked as a duplicate of this bug. ***

-- 
   What|Removed |Added

 CC||jv244 at cam dot ac dot uk


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


[Bug fortran/19261] continuation character illegal as first non-blank character in statement

2005-04-08 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-08 
21:01 ---
Isn't this related to or at least a dup of bug 19101?

-- 


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


[Bug fortran/19261] continuation character illegal as first non-blank character in statement

2005-04-08 Thread tkoenig at gcc dot gnu dot org

--- Additional Comments From tkoenig at gcc dot gnu dot org  2005-04-08 
22:19 ---
(In reply to comment #4)
 Isn't this related to or at least a dup of bug 19101?

A different bug because a different provision of the standard
is violated.  Probably, a meta-bug parser-related bugs
could be introduced with this bug, 19101 and a few more.

-- 


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


[Bug fortran/19261] continuation character illegal as first non-blank character in statement

2005-01-05 Thread Thomas dot Koenig at online dot de

--- Additional Comments From Thomas dot Koenig at online dot de  2005-01-05 
11:18 ---
The following is also illegal:

$ cat continuation-4.f90
   ! This is a comment

end
$ gfortran continuation-4.f90


-- 


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


[Bug fortran/19261] continuation character illegal as first non-blank character in statement

2005-01-05 Thread tobi at gcc dot gnu dot org

--- Additional Comments From tobi at gcc dot gnu dot org  2005-01-05 18:11 
---
Confirmed. See 3.3.1.3.

-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2005-01-05 18:11:59
   date||


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