[Bug fortran/18878] Erronous error message on vaild USE statement

2005-09-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-09 00:24 --- Subject: Bug 18878 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-09 00:23:18 Modified files: gcc/fortran: gfortran.h match.c module.c primary.c

[Bug fortran/18878] Erronous error message on vaild USE statement

2005-08-23 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-08-23 17:24 --- I just received this e-mail: ... Whilst at the airport, I saw a solution to PR18878, whose existence has bugged me for ages because it looks as if it should be easy. I though that I would get it to you, via

[Bug fortran/18878] Erronous error message on vaild USE statement

2005-08-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-03 19:56 --- *** Bug 23217 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/18878] Erronous error message on vaild USE statement

2005-08-03 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-08-03 11:51 --- Two separate USE statements works correctly, as the example below can demonstrate. This has got to be solvable Paul T module a integer, parameter :: b = kind(1.e0) end module a program d use a,

[Bug fortran/18878] Erronous error message on vaild USE statement

2005-05-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|REOPENED|NEW Target Milestone|4.0.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18878

[Bug fortran/18878] Erronous error message on vaild USE statement

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 15:21 --- Woops must have used the wrong file to test with. -- What|Removed |Added Status|

[Bug fortran/18878] Erronous error message on vaild USE statement

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 14:21 --- Fixed for 4.0.0. -- What|Removed |Added Status|NEW |RESO

[Bug fortran/18878] Erronous error message on vaild USE statement

2004-12-08 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2004-12-08 14:43 --- Confirmed. BTW I tried chaging f=>b in the attached program to f=>e (invalid, but the error message suggests that we rename the symbol), but this didn't help. -- What|Removed

[Bug fortran/18878] Erronous error message on vaild USE statement

2004-12-07 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2004-12-07 21:01 --- Subject: Re: Erronous error message on vaild USE statement On Tue, Dec 07, 2004 at 08:58:24PM -, sgk at troutmask dot apl dot washington dot edu wrote: > > --- Additional Comment

[Bug fortran/18878] Erronous error message on vaild USE statement

2004-12-07 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2004-12-07 20:58 --- Created an attachment (id=7702) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7702&action=view) Here a program that demonstrates the bug. -- http://gcc.gnu.org/bugzilla/show_bug.c