public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/33945]  New: PROCEDURE in module somtimes wrongly rejected
@ 2007-10-29 20:00 burnus at gcc dot gnu dot org
  2007-11-02  6:35 ` [Bug fortran/33945] " jvdelisle at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-10-29 20:00 UTC (permalink / raw)
  To: gcc-bugs

Compiling the following program gives the error:

  procedure(sub) :: x
                    1
Error: Duplicate PROCEDURE attribute specified at (1)

I think the program is valid and it is also accepted by NAG f95.


module m
  implicit none
  interface bar
    procedure x
  end interface bar
  procedure(sub) :: x
  interface
    subroutine sub()
    end subroutine sub
  end interface
end module m


-- 
           Summary: PROCEDURE in module somtimes wrongly rejected
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          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=33945


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

end of thread, other threads:[~2007-11-20  5:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-29 20:00 [Bug fortran/33945] New: PROCEDURE in module somtimes wrongly rejected burnus at gcc dot gnu dot org
2007-11-02  6:35 ` [Bug fortran/33945] " jvdelisle at gcc dot gnu dot org
2007-11-02  7:40 ` burnus at gcc dot gnu dot org
2007-11-02 13:29 ` jvdelisle at verizon dot net
2007-11-02 15:31 ` fxcoudert at gcc dot gnu dot org
2007-11-08 15:29 ` burnus at gcc dot gnu dot org
2007-11-08 15:39 ` burnus at gcc dot gnu dot org
2007-11-10  3:55 ` patchapp at dberlin dot org
2007-11-10 17:26 ` patchapp at dberlin dot org
2007-11-20  5:05 ` patchapp at dberlin 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).