This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13229] New: Odd combination of optimizations causes ICE in double complex loop
- From: "coyote at coyotegulch dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Nov 2003 04:47:10 -0000
- Subject: [Bug c++/13229] New: Odd combination of optimizations causes ICE in double complex loop
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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