target/9929: [3.3/3.4 regression] Can't find spill register

Steven Bosscher s.bosscher@student.tudelft.nl
Mon Mar 24 20:16:00 GMT 2003


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

From: Steven Bosscher <s.bosscher@student.tudelft.nl>
To: gabor@mac.com, gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org,
	nobody@gcc.gnu.org, gcc-prs@gcc.gnu.org, janis187@us.ibm.com
Cc:  
Subject: Re: target/9929: [3.3/3.4 regression] Can't find spill register
Date: Mon, 24 Mar 2003 21:00:40 +0100

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9929
 
 Still there today.
 
 Just -O -fPIC is enough to trigger it on i586.
 
 Janis, can you hunt this one?
 
 Greetz
  Steven
 
     ---------------------------
     typedef struct X {
         char * ptr;
         int    offset;
     } X_t;
     
     X_t foo(X_t *d1, char * A0);
     
     void bar() {
       X_t l1, l2, l3;
       l3 = foo(&l1, l2.ptr);
       (*(X_t *)(l2.ptr + l3.offset)) = l1;
     }
     -----------------------------
 
 
 



More information about the Gcc-prs mailing list