From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4760 invoked by alias); 13 Jun 2004 16:17:03 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 4753 invoked by uid 48); 13 Jun 2004 16:17:03 -0000 Date: Sun, 13 Jun 2004 16:17:00 -0000 From: "Mart dot Rentmeester at nn-online dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20040613161702.15976.Mart.Rentmeester@nn-online.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/15976] New: ICE: assertion failure in trans-array.c X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg01679.txt.bz2 List-Id: The compiler dies with an ICE: n is not defined in the module. Code is invalid. An error message should be generated; not the obituary of the compiler. gfortran -v -c n23.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 n23.f95 -quiet -dumpbase n23.f95 -auxbase n23 -version -o /var/tmp//ccyr8Fge.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: onstack, file ../../gcc/fortran/trans-array.c, line 2836 n23.f95:0: internal compiler error: Aborted module propmats integer :: i(n) end module propmats -- Summary: ICE: assertion failure in trans-array.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=15976