From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1807 invoked by alias); 4 Dec 2013 15:56:55 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 31560 invoked by uid 48); 4 Dec 2013 15:55:29 -0000 From: "octoploid at yandex dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/58555] [4.9 Regression] Floating point exception in want_inline_self_recursive_call_p Date: Wed, 04 Dec 2013 15:56:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: octoploid at yandex dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-12/txt/msg00300.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58555 --- Comment #12 from Markus Trippelsdorf --- (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(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