This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16254] New: ICE in lower_stmt, at gimple-low.c:205
- From: "commie1 at gmx dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jun 2004 01:23:11 -0000
- Subject: [Bug c++/16254] New: ICE in lower_stmt, at gimple-low.c:205
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
/opt/gcc35/libexec/gcc/i686-pc-linux-gnu/3.5.0/cc1plus -fpreprocessed
nsNSSCallbacks.ii -quiet -dumpbase nsNSSCallbacks.ii -auxbase-strip
nsNSSCallbacks.o -version -fno-rtti -fno-exceptions -o nsNSSCallbacks.s
GNU C++ version 3.5.0 20040629 (experimental) (i686-pc-linux-gnu)
compiled by GNU C version 3.5.0 20040629 (experimental).
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64442
<with_cleanup_expr 0xf6f98814>nsNSSCallbacks.ii: In function `void foo(int)':
nsNSSCallbacks.ii:12: internal compiler error: in lower_stmt, at gimple-low.c:205
Configured with: ../configure --prefix=/opt/gcc35 --enable-shared
--enable-threads --enable-__cxa_atexit --enable-languages=c,c++
--enable-clocale=gnu --disable-nls --disable-checking --disable-libmudflap
Thread model: posix
========================================================
struct A
{
~A();
A(int);
};
int bar( const A& );
void foo(int i) {
int format[1] = { bar( A(i) ) };
}
========================================================
--
Summary: ICE in lower_stmt, at gimple-low.c:205
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: commie1 at gmx dot net
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16254