[Bug c++/13229] New: Odd combination of optimizations causes ICE in double complex loop
coyote at coyotegulch dot com
gcc-bugzilla@gcc.gnu.org
Sat Nov 29 04:47:00 GMT 2003
The following was discovered by my automated Acovea testing facility.
An ICE occurs when compiling the attached C++ file with the following command
line and gcc 3.4 20031126:
g++ -c -O1 -fno-loop-optimize -fgcse -funit-at-a-time gcc-ice1.cpp
This is a very obscure error, given that no one is likely to intentionally
combine the above options. However, it is an ICE, and may be related to other
problems in the compiler.
--
Summary: Odd combination of optimizations causes ICE in double
complex loop
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: coyote at coyotegulch dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux
GCC host triplet: i686-pc-linux
GCC target triplet: i686-pc-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13229
More information about the Gcc-bugs
mailing list