From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20714 invoked by alias); 2 Sep 2013 08:05:08 -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 20669 invoked by uid 48); 2 Sep 2013 08:05:05 -0000 From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/58294] New: ice in update_ssa_across_abnormal_edges, at tree-inline.c:1892 Date: Mon, 02 Sep 2013 08:05:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com 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: 2013-09/txt/msg00032.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58294 Bug ID: 58294 Summary: ice in update_ssa_across_abnormal_edges, at tree-inline.c:1892 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Created attachment 30739 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30739&action=edit gzipped C++ source code I just tried to compile package 0ad-0.0.13-8.fc20 with gcc 4.9 trunk dated 20130901. It said /usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp: In function 'Status png_decode(rpU8, size_t, Tex*)': /usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp:160:22: internal compiler error: in update_ssa_across_abnormal_edges, at tre e-inline.c:1892 destroy(); ^ 0xb61e7f update_ssa_across_abnormal_edges ../../src/trunk/gcc/tree-inline.c:1892 0xb61e7f copy_edges_for_bb ../../src/trunk/gcc/tree-inline.c:2002 0xb61e7f copy_cfg_body ../../src/trunk/gcc/tree-inline.c:2386 0xb61e7f copy_body ../../src/trunk/gcc/tree-inline.c:2595 0xb66acb expand_call_inline ../../src/trunk/gcc/tree-inline.c:4197 0xb66acb gimple_expand_calls_inline ../../src/trunk/gcc/tree-inline.c:4304 0xb66acb optimize_inline_calls(tree_node*) ../../src/trunk/gcc/tree-inline.c:4458 0xf83b2d inline_transform(cgraph_node*) ../../src/trunk/gcc/ipa-inline-transform.c:436 0xa55839 execute_one_ipa_transform_pass ../../src/trunk/gcc/passes.c:2039 0xa55839 execute_all_ipa_transforms() ../../src/trunk/gcc/passes.c:2079 0x7f0030 expand_function ../../src/trunk/gcc/cgraphunit.c:1683 0x7f200e expand_all_functions ../../src/trunk/gcc/cgraphunit.c:1795 0x7f200e compile() ../../src/trunk/gcc/cgraphunit.c:2132 0x7f25f9 finalize_compilation_unit() ../../src/trunk/gcc/cgraphunit.c:2209 0x5fe53d cp_write_global_declarations() ../../src/trunk/gcc/cp/decl2.c:4364 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. Preprocessed source code attached. Flag -O2 required.