http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58555

--- Comment #12 from Markus Trippelsdorf <octoploid at yandex dot com> ---
(In reply to Jakub Jelinek from comment #11)
> Can't reproduce this, with various snapshots from around the date of
> comments, or current trunk, neither on the larger nor shorter testcase.

Strange.
Just double checked and it still ICEs for me:
  % ../gcc/configure --disable-bootstrap --disable-libvtv --disable-libitm
--disable-libcilkrts --disable-libssp --disable-libgomp --disable-werror
--disable-multilib --enable-languages=c,c++
  % make -j4 && make DESTDIR=/var/tmp/gcc_test install
  % /var/tmp/gcc_test/usr/local/bin/g++ -O3 -c test.ii
test.ii:113:35: internal compiler error: Floating point exception
 void addServer() { I<int>(new P); }
                                   ^
0xb44e9f crash_signal
        ../../gcc/gcc/toplev.c:336
0x53c863 want_inline_self_recursive_call_p
        ../../gcc/gcc/ipa-inline.c:708
0x1023819 inline_small_functions
        ../../gcc/gcc/ipa-inline.c:1767
0x1023819 ipa_inline
        ../../gcc/gcc/ipa-inline.c:2020
0x1023819 execute
        ../../gcc/gcc/ipa-inline.c:2390
Please submit a full bug report,
with preprocessed source if appro

Reply via email to