From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21221 invoked by alias); 13 Dec 2014 09:44:17 -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 21186 invoked by uid 48); 13 Dec 2014 09:44:13 -0000 From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/64295] New: [5 Regression] ICE: SIGSEGV (infinite recursion) with -frounding-math -funsafe-math-optimizations Date: Sat, 13 Dec 2014 09:44:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: zsojka at seznam dot cz X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: 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: 2014-12/txt/msg01536.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64295 Bug ID: 64295 Summary: [5 Regression] ICE: SIGSEGV (infinite recursion) with -frounding-math -funsafe-math-optimizations Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: zsojka at seznam dot cz Created attachment 34273 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34273&action=edit reduced testcase Compiler output: $ gcc -O -frounding-math -funsafe-math-optimizations testcase.c gcc: internal compiler error: Segmentation fault (program cc1) 0x40c085 execute /mnt/svn/gcc-trunk/gcc/gcc.c:2912 0x40c319 do_spec_1 /mnt/svn/gcc-trunk/gcc/gcc.c:4845 0x40e917 process_brace_body /mnt/svn/gcc-trunk/gcc/gcc.c:6128 0x40e917 handle_braces /mnt/svn/gcc-trunk/gcc/gcc.c:6042 0x40d317 do_spec_1 /mnt/svn/gcc-trunk/gcc/gcc.c:5499 0x40e917 process_brace_body /mnt/svn/gcc-trunk/gcc/gcc.c:6128 0x40e917 handle_braces /mnt/svn/gcc-trunk/gcc/gcc.c:6042 0x40d317 do_spec_1 /mnt/svn/gcc-trunk/gcc/gcc.c:5499 0x40c6a3 do_spec_1 /mnt/svn/gcc-trunk/gcc/gcc.c:5614 0x40e917 process_brace_body /mnt/svn/gcc-trunk/gcc/gcc.c:6128 0x40e917 handle_braces /mnt/svn/gcc-trunk/gcc/gcc.c:6042 0x40d317 do_spec_1 /mnt/svn/gcc-trunk/gcc/gcc.c:5499 0x40e917 process_brace_body /mnt/svn/gcc-trunk/gcc/gcc.c:6128 0x40e917 handle_braces /mnt/svn/gcc-trunk/gcc/gcc.c:6042 0x40d317 do_spec_1 /mnt/svn/gcc-trunk/gcc/gcc.c:5499 0x40e917 process_brace_body /mnt/svn/gcc-trunk/gcc/gcc.c:6128 0x40e917 handle_braces /mnt/svn/gcc-trunk/gcc/gcc.c:6042 0x40d317 do_spec_1 /mnt/svn/gcc-trunk/gcc/gcc.c:5499 0x40e917 process_brace_body /mnt/svn/gcc-trunk/gcc/gcc.c:6128 0x40e917 handle_braces /mnt/svn/gcc-trunk/gcc/gcc.c:6042 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. Tested revisions: r218658 - ICE 4_9 r218177 - OK