public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/15970] New: ICE and assertion failure in trans-expr.c
@ 2004-06-13  8:08 Mart dot Rentmeester at nn-online dot org
  2004-06-13  9:16 ` [Bug fortran/15970] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: Mart dot Rentmeester at nn-online dot org @ 2004-06-13  8:08 UTC (permalink / raw)
  To: gcc-bugs

troogle> gfortran -c -v n17.f95
Reading specs from /OPT/32/gcc-2004-06-09/lib/gcc/hppa2.0w-hp-hpux11.11/3.5.
0/specs
Configured with: ../configure --enable-languages=c,f95 
--prefix=/opt32/gcc-2004-06-09 --with-gmp=/opt32/gmp --with-gnu-as 
--with-as=/opt32/binutils/bin/as --enable-threads --disable-shared --disable-nls
Thread model: posix
gcc version 3.5.0 20040611 (experimental)
 /OPT/32/gcc-2004-06-09/libexec/gcc/hppa2.0w-hp-hpux11.11/3.5.0/f951 n17.f95 
-quiet -dumpbase n17.f95 -auxbase n17 -version -o /var/tmp//ccpDy1Ob.s
GNU F95 version 3.5.0 20040611 (experimental) (hppa2.0w-hp-hpux11.11)
        compiled by GNU C version 3.5.0 20040611 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096

Assertion failed: c->backend_decl, file ../../gcc/fortran/trans-expr.c, line 219
n17.f95: In function `action':
n17.f95:32: internal compiler error: Aborted



      module test

      implicit none

      type c
          integer  :: i
      end type c

      type a
          type(b), pointer  :: next => null( )
      end type a

      type b
          type(c)  :: info
          type(a)  :: box_array(5)
      end type b



      type(a), save  :: root(10)

      contains

!*******************************************************************************

      subroutine action()

      implicit none
      type(c)  :: temp_info


      temp_info = root(1)%next%info

      end subroutine action

!*******************************************************************************

      end module test

-- 
           Summary: ICE and assertion failure in trans-expr.c
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Mart dot Rentmeester at nn-online dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug fortran/15970] ICE and assertion failure in trans-expr.c
  2004-06-13  8:08 [Bug fortran/15970] New: ICE and assertion failure in trans-expr.c Mart dot Rentmeester at nn-online dot org
@ 2004-06-13  9:16 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-13  9:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-13 09:16 -------
This is a dup of bug 15181.

*** This bug has been marked as a duplicate of 15181 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2004-06-13  9:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-13  8:08 [Bug fortran/15970] New: ICE and assertion failure in trans-expr.c Mart dot Rentmeester at nn-online dot org
2004-06-13  9:16 ` [Bug fortran/15970] " pinskia 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).