public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/30554]  New: ICE in mio_pointer_ref at module.c:1945
@ 2007-01-23  9:48 burnus at gcc dot gnu dot org
  2007-01-23 10:34 ` [Bug fortran/30554] " burnus at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-01-23  9:48 UTC (permalink / raw)
  To: gcc-bugs

> gfortran -c test.f90
test.f90:8: internal compiler error: Segmentation fault

Backtrace:
0x000000000043c85e in mio_pointer_ref (gp=0x28) at module.c:1945
1945          p = get_pointer (*((char **) gp));

#1  0x000000000043ccb7 in mio_symbol_ref (symp=0x28) at module.c:2174
#2  0x000000000043cd39 in mio_symtree_ref (stp=0xe44260) at module.c:2200

Test case:
------------------------------------
MODULE ATOMS
INTEGER :: NFREE = 0
END MODULE ATOMS

MODULE CONSTRAINT
USE ATOMS, ONLY: NFREE
CONTAINS
   SUBROUTINE ENERGY_CONSTRAINT ( HESSIAN )
   REAL , DIMENSION(1:(3*NFREE*(3*NFREE+1))/2):: HESSIAN
   END SUBROUTINE ENERGY_CONSTRAINT
END MODULE CONSTRAINT

MODULE POTENTIAL_ENERGY
USE ATOMS
USE CONSTRAINT,         ONLY : ENERGY_CONSTRAINT
END MODULE POTENTIAL_ENERGY
------------------------------------


-- 
           Summary: ICE in mio_pointer_ref at module.c:1945
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          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=30554


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

end of thread, other threads:[~2007-02-17 17:18 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-23  9:48 [Bug fortran/30554] New: ICE in mio_pointer_ref at module.c:1945 burnus at gcc dot gnu dot org
2007-01-23 10:34 ` [Bug fortran/30554] " burnus at gcc dot gnu dot org
2007-01-23 13:30 ` fxcoudert at gcc dot gnu dot org
2007-01-23 20:56 ` burnus at gcc dot gnu dot org
2007-01-28  8:04 ` pault at gcc dot gnu dot org
2007-01-28 12:30 ` patchapp at dberlin dot org
2007-01-28 13:40 ` pault at gcc dot gnu dot org
2007-01-29 10:28 ` pault at gcc dot gnu dot org
2007-02-02  9:27 ` [Bug fortran/30554] [4.2 and 4.1 only] " jellby at yahoo dot com
2007-02-02 10:03 ` burnus at gcc dot gnu dot org
2007-02-03  7:26 ` pault at gcc dot gnu dot org
2007-02-03 21:11 ` pault at gcc dot gnu dot org
2007-02-04 12:05 ` pault at gcc dot gnu dot org
2007-02-09 12:20 ` patchapp at dberlin dot org
2007-02-11 20:59 ` pault at gcc dot gnu dot org
2007-02-12 23:40 ` pault at gcc dot gnu dot org
2007-02-17 17:17 ` pault at gcc dot gnu dot org
2007-02-17 17:18 ` [Bug fortran/30554] [4.1 " 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).