This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: target/10282: [3.3/3.4 regression] ICE: unable to find a register to spill in class `Q_REGS'


The following reply was made to PR target/10282; it has been noted by GNATS.

From: Janis Johnson <janis187 at us dot ibm dot com>
To: gabor at mac dot com, gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org,
   nobody at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, jh at suse dot cz
Cc:  
Subject: Re: target/10282: [3.3/3.4 regression] ICE: unable to find a register to 
 spill in class `Q_REGS'
Date: Tue, 01 Apr 2003 08:59:17 -0800

 The regression appeared with this patch:
 
 Sat Mar 30 14:08:55 CET 2002  Jan Hubicka  <jh at suse dot cz>
 
         * i386.c (aligned_operand): Be prepared for SUBREGed registers.
         (ix86_decompose_address): Use REG_P instead of GET_CODE (...) ==
 REG.
         (ix86_address_cost): Be prepared for SUBREGed registers.
         (legitimate_address_p): Accept SUBREGed registers.
 
 The hunt used -O with Wolfgang's minimized testcase on
 i686-pc-linux-gnu.  This change was checked in at the same
 time as four others that appear to be unrelated to each
 other, and I verified that this one breaks the test case.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10282
 
 
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]