public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/19261] continuation character illegal as first non-blank character in statement
       [not found] <bug-19261-9515@http.gcc.gnu.org/bugzilla/>
@ 2006-09-20  5:19 ` jvdelisle at gcc dot gnu dot org
  2006-09-28 22:40 ` jvdelisle at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2006-09-20  5:19 UTC (permalink / raw)
  To: gcc-bugs



-- 

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


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

* [Bug fortran/19261] continuation character illegal as first non-blank character in statement
       [not found] <bug-19261-9515@http.gcc.gnu.org/bugzilla/>
  2006-09-20  5:19 ` [Bug fortran/19261] continuation character illegal as first non-blank character in statement jvdelisle at gcc dot gnu dot org
@ 2006-09-28 22:40 ` jvdelisle at gcc dot gnu dot org
  2006-10-06  7:02 ` patchapp at dberlin dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2006-09-28 22:40 UTC (permalink / raw)
  To: gcc-bugs



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


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

* [Bug fortran/19261] continuation character illegal as first non-blank character in statement
       [not found] <bug-19261-9515@http.gcc.gnu.org/bugzilla/>
  2006-09-20  5:19 ` [Bug fortran/19261] continuation character illegal as first non-blank character in statement jvdelisle at gcc dot gnu dot org
  2006-09-28 22:40 ` jvdelisle at gcc dot gnu dot org
@ 2006-10-06  7:02 ` patchapp at dberlin dot org
  2006-10-14 15:06 ` jvdelisle at gcc dot gnu dot org
  2006-10-14 15:16 ` jvdelisle at gcc dot gnu dot org
  4 siblings, 0 replies; 10+ messages in thread
From: patchapp at dberlin dot org @ 2006-10-06  7:02 UTC (permalink / raw)
  To: gcc-bugs



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


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

* [Bug fortran/19261] continuation character illegal as first non-blank character in statement
       [not found] <bug-19261-9515@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-10-06  7:02 ` patchapp at dberlin dot org
@ 2006-10-14 15:06 ` jvdelisle at gcc dot gnu dot org
  2006-10-14 15:16 ` jvdelisle at gcc dot gnu dot org
  4 siblings, 0 replies; 10+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2006-10-14 15:06 UTC (permalink / raw)
  To: gcc-bugs



------- 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=gcc&view=rev&rev=117733
Log:
2006-10-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        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


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

* [Bug fortran/19261] continuation character illegal as first non-blank character in statement
       [not found] <bug-19261-9515@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-10-14 15:06 ` jvdelisle at gcc dot gnu dot org
@ 2006-10-14 15:16 ` jvdelisle at gcc dot gnu dot org
  4 siblings, 0 replies; 10+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2006-10-14 15:16 UTC (permalink / raw)
  To: gcc-bugs



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


^ permalink raw reply	[flat|nested] 10+ 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: " 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; 10+ 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] 10+ 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: " 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; 10+ 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] 10+ 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: " 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; 10+ 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] 10+ 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: " 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; 10+ 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] 10+ 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: " 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; 10+ 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] 10+ messages in thread

end of thread, other threads:[~2006-10-14 15:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-19261-9515@http.gcc.gnu.org/bugzilla/>
2006-09-20  5:19 ` [Bug fortran/19261] continuation character illegal as first non-blank character in statement jvdelisle at gcc dot gnu dot org
2006-09-28 22:40 ` jvdelisle at gcc dot gnu dot org
2006-10-06  7:02 ` patchapp at dberlin dot org
2006-10-14 15:06 ` jvdelisle at gcc dot gnu dot org
2006-10-14 15:16 ` jvdelisle at gcc dot gnu dot org
2005-01-05 11:16 [Bug fortran/19261] New: " 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).