From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22457 invoked by alias); 20 Nov 2012 15:45:51 -0000 Received: (qmail 19748 invoked by uid 48); 20 Nov 2012 15:45:10 -0000 From: "rcp at sentientmeat dot ca" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/55355] internal compiler error: in tree_low_cst, at tree.c:6415 Date: Tue, 20 Nov 2012 15:45:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rcp at sentientmeat dot ca X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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/msg01935.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55355 --- Comment #9 from Richard Perrin 2012-11-20 15:45:06 UTC --- (In reply to comment #8) > Note that, as I said already, I can't reproduce anywhere, not even in current > 4_6-branch (on x86_64-linux -m32). Did you actually try it? I have reproduced the ICE in an i386 build of gcc-4_6-branch at r193571. I then switched to an x86_64-linux platform and built gcc from the same codebase, and could not reproduce the ICE with the x86_64 gcc binary against the test code.