From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10434 invoked by alias); 28 May 2013 07:37:17 -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 10384 invoked by uid 48); 28 May 2013 07:37:08 -0000 From: "chrbr at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/57389] ICE in dbx_reg_number, at dwarf2out.c:10507 on powerpc-spe target Date: Tue, 28 May 2013 07:37:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: chrbr at gcc dot gnu.org 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: attachments.created Message-ID: In-Reply-To: References: 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-05/txt/msg01920.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57389 --- Comment #5 from chrbr at gcc dot gnu.org --- Created attachment 30208 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30208&action=edit Alternative to fix the root cause. This patch only produces dbx regno for the dbx regno locations. tested for the SH4, ARM, RS6000 configurations that caused problem at one time or the other. Posted at http://gcc.gnu.org/ml/gcc-patches/2013-05/msg01613.html