public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/19261] New: continuation character illegal as first non-blank character in statement
@ 2005-01-05 11:16 Thomas dot Koenig at online dot de
  2005-01-05 11:18 ` [Bug fortran/19261] " Thomas dot Koenig at online dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Thomas dot Koenig at online dot de @ 2005-01-05 11:16 UTC (permalink / raw)
  To: gcc-bugs

$ cat continuation-2.f90
 &

end
$ gfortran continuation-2.f90
$ cat continuation-3.f90
 &
end
$ gfortran continuation-3.f90
$ gfortran -v
Using built-in specs.
Configured with: ../gcc-4.0-20050102/configure --prefix=/home/zfkts
--enable-languages=c,c++,f95
Thread model: posix
gcc version 4.0.0 20050102 (experimental)
$ gfortran -dumpmachine
ia64-unknown-linux-gnu

Both programs above have the same syntax error: starting a
statement with & is illegal.

-- 
           Summary: continuation character illegal as first non-blank
                    character in statement
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Thomas dot Koenig at online dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/19261] continuation character illegal as first non-blank character in statement
  2005-01-05 11:16 [Bug fortran/19261] New: continuation character illegal as first non-blank character in statement Thomas dot Koenig at online dot de
@ 2005-01-05 11:18 ` Thomas dot Koenig at online dot de
  2005-01-05 18:12 ` tobi at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Thomas dot Koenig at online dot de @ 2005-01-05 11:18 UTC (permalink / raw)
  To: gcc-bugs


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/19261] continuation character illegal as first non-blank character in statement
  2005-01-05 11:16 [Bug fortran/19261] New: continuation character illegal as first non-blank character in statement Thomas dot Koenig at online dot de
  2005-01-05 11:18 ` [Bug fortran/19261] " Thomas dot Koenig at online dot de
@ 2005-01-05 18:12 ` tobi at gcc dot gnu dot org
  2005-04-08 21:01 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tobi at gcc dot gnu dot org @ 2005-01-05 18:12 UTC (permalink / raw)
  To: gcc-bugs


------- 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|0000-00-00 00:00:00         |2005-01-05 18:11:59
               date|                            |


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/19261] continuation character illegal as first non-blank character in statement
  2005-01-05 11:16 [Bug fortran/19261] New: continuation character illegal as first non-blank character in statement Thomas dot Koenig at online dot de
  2005-01-05 11:18 ` [Bug fortran/19261] " Thomas dot Koenig at online dot de
  2005-01-05 18:12 ` tobi at gcc dot gnu dot org
@ 2005-04-08 21:01 ` pinskia at gcc dot gnu dot org
  2005-04-08 21:02 ` pinskia at gcc dot gnu dot org
  2005-04-08 22:19 ` tkoenig at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-08 21:01 UTC (permalink / raw)
  To: gcc-bugs


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/19261] continuation character illegal as first non-blank character in statement
  2005-01-05 11:16 [Bug fortran/19261] New: continuation character illegal as first non-blank character in statement Thomas dot Koenig at online dot de
                   ` (2 preceding siblings ...)
  2005-04-08 21:01 ` pinskia at gcc dot gnu dot org
@ 2005-04-08 21:02 ` pinskia at gcc dot gnu dot org
  2005-04-08 22:19 ` tkoenig at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-08 21:02 UTC (permalink / raw)
  To: gcc-bugs


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/19261] continuation character illegal as first non-blank character in statement
  2005-01-05 11:16 [Bug fortran/19261] New: continuation character illegal as first non-blank character in statement Thomas dot Koenig at online dot de
                   ` (3 preceding siblings ...)
  2005-04-08 21:02 ` pinskia at gcc dot gnu dot org
@ 2005-04-08 22:19 ` tkoenig at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2005-04-08 22:19 UTC (permalink / raw)
  To: gcc-bugs


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-04-08 22:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-05 11:16 [Bug fortran/19261] New: continuation character illegal as first non-blank character in statement Thomas dot Koenig at online dot de
2005-01-05 11:18 ` [Bug fortran/19261] " Thomas dot Koenig at online dot de
2005-01-05 18:12 ` tobi at gcc dot gnu dot org
2005-04-08 21:01 ` pinskia at gcc dot gnu dot org
2005-04-08 21:02 ` pinskia at gcc dot gnu dot org
2005-04-08 22:19 ` tkoenig at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).