public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/15961] New: ICE and assertion failure in trans-array.c - array constructor related
@ 2004-06-12 14:13 Mart dot Rentmeester at sci dot kun dot nl
  0 siblings, 0 replies; only message in thread
From: Mart dot Rentmeester at sci dot kun dot nl @ 2004-06-12 14:13 UTC (permalink / raw)
  To: gcc-bugs

The following piece of valid code generates an ICE



troogle> gfortran -v -c n9.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 n9.f95 
-quiet -dumpbase n9.f95 -auxbase n9 -version -o /var/tmp//cc0tvMTz.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: ss->expr->expr_type == EXPR_VARIABLE, file ../..
/gcc/fortran/trans-array.c, line 1067
n9.f95: In function `swap':
n9.f95:8: internal compiler error: Aborted


      subroutine swap(a,i,j)


      implicit none
      integer, intent(inout)    :: a(10)
      integer, intent(in)       :: i,j

      a((/i,j/)) = a((/j,i/))

      end subroutine swap

-- 
           Summary: ICE and assertion failure in trans-array.c - array
                    constructor related
           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 sci dot kun dot nl
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-06-12 14:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-12 14:13 [Bug fortran/15961] New: ICE and assertion failure in trans-array.c - array constructor related Mart dot Rentmeester at sci dot kun dot nl

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).