From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23467 invoked by alias); 17 Nov 2012 12:45:23 -0000 Received: (qmail 23364 invoked by uid 48); 17 Nov 2012 12:45:06 -0000 From: "jamborm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/55260] [4.8 Regression] ICE: in ipa_get_parm_lattices, at ipa-cp.c:263 with -O2 -fno-inline -fipa-cp-clone Date: Sat, 17 Nov 2012 12:45: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: jamborm at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jamborm at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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: 2012-11/txt/msg01583.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55260 --- Comment #4 from Martin Jambor 2012-11-17 12:45:05 UTC --- Even though they both lead to the same ICE, the testcase in the summary and the one from comment #2 are actually caused by different bugs in ipa-cp.c. I have just submitted the summary testcase fix to the mailing list: http://gcc.gnu.org/ml/gcc-patches/2012-11/msg01443.html I'll deal with the other issue next week.