This is the mail archive of the gcc-patches@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: Fix -mcpu=K6 ICE


Hi,

On Fri, 20 Feb 2004, Jan Hubicka wrote:

> dificult to distile testcase (as one needs to manage something very
> wrong to be in operands[0] that is not really easy),

You mean like:

unsigned short *ar;
int f(unsigned char *r, unsigned short *u)
{
        *u = ar[*r];
        if (*u == 0x0000)
                return -22;
        return 1;
}

and ./gcc/cc1 -O2 -march=k6 t.c
?  
;-)

(It's fixed indeed by the patch)


Ciao,
Michael.


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