public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/38152]  New: ICE for procedure pointer assignment
@ 2008-11-16  9:28 domob at gcc dot gnu dot org
  2008-11-16  9:28 ` [Bug fortran/38152] " domob at gcc dot gnu dot org
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: domob at gcc dot gnu dot org @ 2008-11-16  9:28 UTC (permalink / raw)
  To: gcc-bugs

The following (possibly invalid) program ICEs:

MODULE m
  IMPLICIT NONE

  PROCEDURE(test), POINTER :: procptr

CONTAINS

  SUBROUTINE test ()
    IMPLICIT NONE

    CALL bar (test)
    procptr => test
  END SUBROUTINE test

END MODULE m

The ICE is however not related to the missing RECURSIVE and can be reproduced
with valid code, see below.


-- 
           Summary: ICE for procedure pointer assignment
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: domob at gcc dot gnu dot org


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


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

end of thread, other threads:[~2009-04-08 14:12 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-16  9:28 [Bug fortran/38152] New: ICE for procedure pointer assignment domob at gcc dot gnu dot org
2008-11-16  9:28 ` [Bug fortran/38152] " domob at gcc dot gnu dot org
2008-11-16 19:01 ` janus at gcc dot gnu dot org
2008-11-17  0:02 ` burnus at gcc dot gnu dot org
2008-11-18 19:55 ` dominiq at lps dot ens dot fr
2008-11-19 16:31 ` dominiq at lps dot ens dot fr
2008-11-22 21:43 ` burnus at gcc dot gnu dot org
2009-01-13 19:47 ` domob at gcc dot gnu dot org
2009-01-15 22:56 ` janus at gcc dot gnu dot org
2009-01-16  6:50 ` [Bug fortran/38152] [4.4 Regression] procedure pointers as module variables burnus at gcc dot gnu dot org
2009-01-16 12:04 ` janus at gcc dot gnu dot org
2009-01-16 12:31 ` janus at gcc dot gnu dot org
2009-01-17 13:20 ` dominiq at lps dot ens dot fr
2009-01-17 13:25 ` burnus at gcc dot gnu dot org
2009-01-25  7:47 ` domob at gcc dot gnu dot org
2009-01-30 22:21 ` hjl dot tools at gmail dot com
2009-04-07 11:40 ` janus at gcc dot gnu dot org
2009-04-07 11:43 ` janus at gcc dot gnu dot org
2009-04-07 12:12 ` jakub at gcc dot gnu dot org
2009-04-07 12:41 ` janus at gcc dot gnu dot org
2009-04-07 16:25 ` janus at gcc dot gnu dot org
2009-04-08 14:04 ` janus at gcc dot gnu dot org
2009-04-08 14:12 ` janus 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).