public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/30883]  New: incorrect error message for valid code
@ 2007-02-20  7:54 jv244 at cam dot ac dot uk
  2007-02-20 14:01 ` [Bug fortran/30883] procedure with dummy procedure f1 rejected with implicit none burnus at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: jv244 at cam dot ac dot uk @ 2007-02-20  7:54 UTC (permalink / raw)
  To: gcc-bugs

With recent trunk, gfortran incorrectly generates an error for the following
standard code:
MODULE M1
IMPLICIT NONE
CONTAINS
 SUBROUTINE S1(F1)
   INTERFACE
     FUNCTION F1()
     END FUNCTION F1
   END INTERFACE
 END SUBROUTINE S1
END MODULE

END


-- 
           Summary: incorrect error message for valid code
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk


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


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

end of thread, other threads:[~2007-03-27  9:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-20  7:54 [Bug fortran/30883] New: incorrect error message for valid code jv244 at cam dot ac dot uk
2007-02-20 14:01 ` [Bug fortran/30883] procedure with dummy procedure f1 rejected with implicit none burnus at gcc dot gnu dot org
2007-02-20 21:45 ` steven at gcc dot gnu dot org
2007-02-20 22:41 ` kargl at gcc dot gnu dot org
2007-02-20 22:56 ` sgk at troutmask dot apl dot washington dot edu
2007-03-11 12:01 ` patchapp at dberlin dot org
2007-03-11 13:21 ` pault at gcc dot gnu dot org
2007-03-11 16:17 ` pault at gcc dot gnu dot org
2007-03-27  9:03 ` [Bug fortran/30883] [4.1/4.2 only] " pault 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).