public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/39290]  New: Subroutine/function ambiguity in generics
@ 2009-02-24 14:35 burnus at gcc dot gnu dot org
  2009-02-26 12:27 ` [Bug fortran/39290] " pault at gcc dot gnu dot org
  0 siblings, 1 reply; 11+ messages in thread
From: burnus at gcc dot gnu dot org @ 2009-02-24 14:35 UTC (permalink / raw)
  To: gcc-bugs

http://www.j3-fortran.org/doc/year/09/09-155.txt
NUMBER: F03/0071
DEFECT TYPE: Erratum
STATUS: Passed by J3 meeting

(Note: no final J3/WG5 voting yet)

The following program is accepted by gfortran, but the conclusion of the J3
meeting was "The program fragment is not conforming."

-------------------
interface q
       subroutine qr(f)
         implicit real(f)
         external f
       end subroutine
       subroutine qc(f)
         implicit complex(f)
         external f
       end subroutine
     end interface q
-------------------


-- 
           Summary: Subroutine/function ambiguity in generics
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: accepts-invalid
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


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


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

end of thread, other threads:[~2013-07-16  6:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-39290-4@http.gcc.gnu.org/bugzilla/>
2012-08-12 11:27 ` [Bug fortran/39290] Subroutine/function ambiguity in generics mikael at gcc dot gnu.org
2012-08-12 13:01 ` burnus at gcc dot gnu.org
2012-08-18 21:56 ` mikael at gcc dot gnu.org
2012-08-18 22:00 ` mikael at gcc dot gnu.org
2013-04-28 18:35 ` janus at gcc dot gnu.org
2013-04-29  9:31 ` burnus at gcc dot gnu.org
2013-04-29 10:59 ` mikael at gcc dot gnu.org
2013-04-29 12:40 ` burnus at gcc dot gnu.org
2013-04-29 14:53 ` janus at gcc dot gnu.org
2013-07-16  6:17 ` burnus at gcc dot gnu.org
2009-02-24 14:35 [Bug fortran/39290] New: " burnus at gcc dot gnu dot org
2009-02-26 12:27 ` [Bug fortran/39290] " 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).