public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/40848]  New: [4.5 Regression] ICE with alternate returns
@ 2009-07-24 17:41 jv244 at cam dot ac dot uk
  2009-07-24 17:42 ` [Bug fortran/40848] " jv244 at cam dot ac dot uk
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jv244 at cam dot ac dot uk @ 2009-07-24 17:41 UTC (permalink / raw)
  To: gcc-bugs

MODULE TT
INTERFACE M
 MODULE PROCEDURE M1,M2
END INTERFACE
CONTAINS
 SUBROUTINE M1(I,*)
   INTEGER :: I
   RETURN 1
 END SUBROUTINE
 SUBROUTINE M2(I,J)
   INTEGER :: I,J
 END SUBROUTINE
END MODULE

USE TT
  CALL M(1,*2)
  write(6,*) "Hi"
2 CONTINUE
END


-- 
           Summary: [4.5 Regression] ICE with alternate returns
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk
OtherBugsDependingO 32834
             nThis:


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


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

end of thread, other threads:[~2009-07-28 16:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-24 17:41 [Bug fortran/40848] New: [4.5 Regression] ICE with alternate returns jv244 at cam dot ac dot uk
2009-07-24 17:42 ` [Bug fortran/40848] " jv244 at cam dot ac dot uk
2009-07-24 18:41 ` burnus at gcc dot gnu dot org
2009-07-25 14:17 ` janus at gcc dot gnu dot org
2009-07-27 18:27 ` janus at gcc dot gnu dot org
2009-07-28 13:31 ` janus at gcc dot gnu dot org
2009-07-28 16:52 ` hjl 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).