------- Comment #4 from uros at kss-loka dot si  2005-10-03 14:46 -------
This one looks like real RA problem to me. For some reason, global register
allocator is not allocating an xmm register to pseudo 76. This further leads to
malformed RTL pattern as shown in the original report.

There is something wrong either in the calculation of reg_renumber[] array or
the problem is in alter_reg() function. In alter_reg()  pseudo 76 is claimed to
be a constant, so no stack slot is produced.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24160

Reply via email to