From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29072 invoked by alias); 14 Apr 2014 09:43:47 -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 29014 invoked by uid 48); 14 Apr 2014 09:43:44 -0000 From: "rsandifo at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/52372] [4.7 Regression] gcc.target/mips/mips16-attributes{,-4}.c SEGV in dwf_regno Date: Mon, 14 Apr 2014 09:43: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-Version: 4.7.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rsandifo at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: rsandifo at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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: 2014-04/txt/msg00992.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52372 --- Comment #11 from rsandifo at gcc dot gnu.org --- (In reply to Arseny Solokha from comment #10) > It still fails, but indeed for different targets: PR60102, PR57933. I'm not > sure whether these are actually duplicates, though. Yeah, despite dwf_regno appearing in all three backtraces, I think those bugs are different from this one. In this case the problem was with SWITCHABLE_TARGET. This bug was specifically about the failures in the MIPS-specific mips16-attributes* tests.