public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/31609]  New: gfortran segfaults when compiling a module that calls a contained function with an ENTRY point
@ 2007-04-17 16:30 michael dot a dot richmond at nasa dot gov
  2007-04-17 19:57 ` [Bug fortran/31609] " aldot at gcc dot gnu dot org
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: michael dot a dot richmond at nasa dot gov @ 2007-04-17 16:30 UTC (permalink / raw)
  To: gcc-bugs

gfortran segfaults when I compile the following module. It also segfaults if I
change "i = k()" to "i = j()".

MODULE ksbin1_aux_mod
  CONTAINS
    SUBROUTINE sub
    i = k()
    END SUBROUTINE sub
    FUNCTION j () 
    j = 0 
    ENTRY k () 
    k = 0
    END FUNCTION j
END MODULE ksbin1_aux_mod


-- 
           Summary: gfortran segfaults when compiling a module that calls a
                    contained function with an ENTRY point
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: michael dot a dot richmond at nasa dot gov


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


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

end of thread, other threads:[~2007-07-31 22:28 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-17 16:30 [Bug fortran/31609] New: gfortran segfaults when compiling a module that calls a contained function with an ENTRY point michael dot a dot richmond at nasa dot gov
2007-04-17 19:57 ` [Bug fortran/31609] " aldot at gcc dot gnu dot org
2007-06-06  1:34 ` jvdelisle at gcc dot gnu dot org
2007-06-06  1:59 ` jvdelisle at gcc dot gnu dot org
2007-06-29 18:17 ` awgreynolds at earthlink dot net
2007-07-08 15:20 ` [Bug fortran/31609] " dfranke at gcc dot gnu dot org
2007-07-08 19:40 ` pault at gcc dot gnu dot org
2007-07-08 19:44 ` dfranke at gcc dot gnu dot org
2007-07-08 19:54 ` jvdelisle at verizon dot net
2007-07-09  4:45 ` pault at gcc dot gnu dot org
2007-07-26  5:35 ` jvdelisle at gcc dot gnu dot org
2007-07-28 15:30 ` jvdelisle at gcc dot gnu dot org
2007-07-28 21:17 ` jvdelisle at gcc dot gnu dot org
2007-07-28 22:03 ` jvdelisle at gcc dot gnu dot org
2007-07-29 23:24 ` jvdelisle at gcc dot gnu dot org
2007-07-30 16:22 ` pault at gcc dot gnu dot org
2007-07-31  1:39 ` jvdelisle at gcc dot gnu dot org
2007-07-31 14:15 ` patchapp at dberlin dot org
2007-07-31 22:14 ` pault at gcc dot gnu dot org
2007-07-31 22:28 ` 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).