When I compile ACE5.4.2 with the latest snapshot (20050213) I get an ICE.
Michael Cieslinski
g++ -O2 -ftree-vectorize -c -o server.o server.ii
server.cpp: In function 'int main(int, char**)':
server.cpp:89: internal compiler error: in tree_split_edge, at tree-cfg.c:3199
Please submit a full bug report, with preprocessed source if appropriate.
g++ -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc40/configure --prefix=/usr/local/gcc40d --program-
suffix=40d --with-arch=opteron --enable-languages=c,c++ --enable-checking
Thread model: posix
gcc version 4.0.0 20050213 (experimental)
--
Summary: ICE in tree_split_edge, at tree-cfg.c:3199 with -ftree-
vectorize
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: micis at gmx dot de
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: x86_64-unknown-linux-gnu
GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19951