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 tree-optimization/17273] New: ICE in get_indirect_ref_operands


g++  -v   -O2    -c tree-ssa.cpp  
Reading specs from /opt/gcc/lib/gcc/i686-pc-linux-gnu/3.5.0/specs 
Configured with: ../configure --prefix=/opt/gcc --enable-c99 
--enable-long-long --enable-checking --enable-shared --enable-threads 
--enable-languages=c,c++ 
Thread model: posix 
gcc version 3.5.0 20040901 (experimental) 
 /opt/gcc/libexec/gcc/i686-pc-linux-gnu/3.5.0/cc1plus -quiet -v -D_GNU_SOURCE 
tree-ssa.cpp -quiet -dumpbase tree-ssa.cpp -mtune=pentiumpro -auxbase tree-ssa 
-O2 -version -o /tmp/ccQIaiYk.s 
ignoring nonexistent directory 
"/opt/gcc/lib/gcc/i686-pc-linux-gnu/3.5.0/../../../../i686-pc-linux-gnu/include" 
#include "..." search starts here: 
#include <...> search starts here: 
 /opt/gcc/lib/gcc/i686-pc-linux-gnu/3.5.0/../../../../include/c++/3.5.0 
 /opt/gcc/lib/gcc/i686-pc-linux-gnu/3.5.0/../../../../include/c++/3.5.0/i686-pc-linux-gnu 
 /opt/gcc/lib/gcc/i686-pc-linux-gnu/3.5.0/../../../../include/c++/3.5.0/backward 
 /usr/local/include 
 /opt/gcc/include 
 /opt/gcc/lib/gcc/i686-pc-linux-gnu/3.5.0/include 
 /usr/include 
End of search list. 
GNU C++ version 3.5.0 20040901 (experimental) (i686-pc-linux-gnu) 
        compiled by GNU C version 3.5.0 20040830 (experimental). 
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 
tree-ssa.cpp: In function `void foo()': 
tree-ssa.cpp:27: internal compiler error: in get_indirect_ref_operands, at 
tree-ssa-operands.c:1355 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ICE in get_indirect_ref_operands
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mueller at kde dot org
                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=17273


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