This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/31495] Is this continuation line legal?



------- Comment #1 from jvdelisle at gcc dot gnu dot org  2007-04-06 19:32 -------
Confirmed: The relevant section in the standard is 3.3.1.3 .  This diallows a
single '&' by it self on a line, but says nothing about two.  Part of th
eproblem is we treat ' ' (a blank) as non printable in the scanner.


-- 

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|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-04-06 19:32:47
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]