From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23862 invoked by alias); 23 May 2014 18:01:06 -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 23789 invoked by uid 48); 23 May 2014 18:01:02 -0000 From: "aaro.koskinen at iki dot fi" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/60925] [4.9/4.10 Regression] hppa: can't find a register in class 'R1_REGS' while reloading 'asm' Date: Fri, 23 May 2014 18:01:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: aaro.koskinen at iki dot fi X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.1 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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-05/txt/msg02098.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60925 Aaro Koskinen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |danglin at gcc dot gnu.org --- Comment #4 from Aaro Koskinen --- I bisected this on gcc-4_8_branch to: e990a321ced7f9b02c4065a2779bbf9eaa6c774f is the first bad commit commit e990a321ced7f9b02c4065a2779bbf9eaa6c774f Author: danglin Date: Wed Jan 8 02:01:50 2014 +0000 PR target/59652 * config/pa/pa.c (pa_legitimate_address_p): Return false before reload for 14-bit register offsets when INT14_OK_STRICT is false. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch@206414 138bc75d-0d04-0410-961f-82ee72b054a4 With that commit reverted, GCC 4.8.3 builds latest GLIBC fine. I have not yet tried if the same works with GCC 4.9.0. Adding the commit author to CC.