This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13229] New: Odd combination of optimizations causes ICE in double complex loop


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]