From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2475 invoked by alias); 10 Aug 2014 10:13: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 2113 invoked by uid 48); 10 Aug 2014 10:13:47 -0000 From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/62079] New: [4.9/4.10 Regression] ICE: in calc_dfs_tree, at dominance.c:401 with -fnon-call-exceptions Date: Sun, 10 Aug 2014 10:13: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: 4.10.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-08/txt/msg00598.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62079 Bug ID: 62079 Summary: [4.9/4.10 Regression] ICE: in calc_dfs_tree, at dominance.c:401 with -fnon-call-exceptions Product: gcc Version: 4.10.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 33280 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33280&action=edit partially reduced testcase Compiler output: $ gcc -std=c++0x -O2 -fnon-call-exceptions testcase.C testcase.C: In function 'int main()': testcase.C:75:1: internal compiler error: in calc_dfs_tree, at dominance.c:401 } ^ 0x98b7ab calc_dfs_tree /mnt/svn/gcc-trunk/gcc/dominance.c:401 0x98c7c1 calculate_dominance_info(cdi_direction) /mnt/svn/gcc-trunk/gcc/dominance.c:662 0x9220a7 flow_loops_find(loops*) /mnt/svn/gcc-trunk/gcc/cfgloop.c:414 0xb903c7 loop_optimizer_init(unsigned int) /mnt/svn/gcc-trunk/gcc/loop-init.c:92 0x157db93 if_convert /mnt/svn/gcc-trunk/gcc/ifcvt.c:4427 0x157fe8d execute /mnt/svn/gcc-trunk/gcc/ifcvt.c:4650 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: r213777 - ICE 4_9 r212703 - ICE 4_8 r212702 - OK 4_7 r211571 - OK