From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18529 invoked by alias); 10 Nov 2011 17:05:13 -0000 Received: (qmail 18515 invoked by uid 22791); 10 Nov 2011 17:05:11 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Nov 2011 17:04:58 +0000 From: "jojelino at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/50426] [4.7 Regression] gfortran -O1 ICE in estimate_function_body_sizes Date: Thu, 10 Nov 2011 17:22: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-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jojelino at gmail 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.7.0 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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 X-SW-Source: 2011-11/txt/msg01125.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50426 --- Comment #4 from gee 2011-11-10 17:04:40 UTC --- Created attachment 25787 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25787 preprocessed source $ g++ Engine.ii -c -O2 src/Engine.cpp: In member function 'void boost::python::class_::def_impl(T*, const char*, Fn, const Helper&, ...) [with T = CEngine; Fn = boost::shared_ptr (CEngine::*)(const std::basic_string&, std::basic_string, int, int, boost::python::api::object); Helper = boost::python::detail::def_helper, boost::python::detail::not_specified, boost::python::detail::not_specified, boost::python::detail::not_specified>; W = CEngine; X1 = boost::noncopyable_::noncopyable; X2 = boost::python::detail::not_specified; X3 = boost::python::detail::not_specified]': src/Engine.cpp:559:1: internal compiler error: in estimate_function_body_sizes, at ipa-inline-analysis.c:1977 Please submit a full bug report, with preprocessed source if appropriate. See for instructions.