From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24879 invoked by alias); 7 Dec 2011 05:37:52 -0000 Received: (qmail 24785 invoked by uid 22791); 7 Dec 2011 05:37:50 -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; Wed, 07 Dec 2011 05:37:38 +0000 From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/49772] [4.7 Regression] ICE: in ipa_pta_execute, at tree-ssa-structalias.c:6790 with -fipa-pta Date: Wed, 07 Dec 2011 05:37:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: zsojka at seznam dot cz X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: rguenth 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-12/txt/msg00695.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49772 --- Comment #9 from Zdenek Sojka 2011-12-07 05:37:04 UTC --- Created attachment 26014 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26014 autoreduced testcase $ gcc -O -fipa-pta testcase-min14.ii testcase-min14.ii: In member function 'VALUE SFVT< , VALUE>::IS(SFVT< , VALUE>) [with = unsigned int; VALUE = double; SFVT< , VALUE> = SFVT]': testcase-min14.ii:17:41: error: inlining failed in call to always_inline 'VALUE SFVT< , VALUE>::IS(SFVT< , VALUE>) [with = unsigned int; VALUE = double; SFVT< , VALUE> = SFVT]': recursive inlining testcase-min14.ii:21:2: error: called from here testcase-min14.ii: At global scope: testcase-min14.ii:41:1: internal compiler error: in ipa_pta_execute, at tree-ssa-structalias.c:6863 Please submit a full bug report, with preprocessed source if appropriate. See for instructions.