------- Comment #6 from oberlaender at fzi dot de 2010-04-21 11:48 ------- A test with a g++-4.4.2 I built myself has the same problem:
$ g++-4.4.2 -c -o bugtest.out -O2 bugtest.ii projects/odete/bugtest.cpp: In member function bool tBspTree2D::Intersect(const tVec2f&, const tVec2f&, tVec2f&, double) const [with bool oriented = true]: projects/odete/bugtest.cpp:81: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions. $ g++-4.4.2 -v Using built-in specs. Target: i486-linux-gnu Configured with: ../gcc-4.4.2/configure --prefix=/home/oberlaen/local/stow/gcc-4.4.2/ --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++ --enable-shared --disable-multiarch --enable-linker-build-id --with-system-zlib --without-included-gettext --enable-threads=posix --program-suffix=-4.4.2 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-multilib --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.4.2 (GCC) Jonathan, since 4.4.2 worked for you -- got any idea what could be different in my case? Am I doing something wrong? I installed 4.4.2 with the regular ./configure <options as above>; make; make install (into my $HOME/local), is there any risk of a mixup between 4.4.1 and 4.4.2? Thanks in advance for your help. I'll try 4.4.3 next... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43818