[Bug target/13559] GCC generates more code that doesn't conform to the SPARC 64-bit psABI
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jan 3 22:25:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-03 22:25 -------
>From the mainline's rtl:
(insn 24 23 25 (set (reg:SF 32 %f0)
(reg:SF 107 [ <result> ])) -1 (nil)
(nil))
(insn 25 24 26 (set (reg:SI 24 %i0)
(reg:SI 108 [ <result>+4 ])) -1 (nil)
(nil))
(insn 26 25 30 (set (reg:SI 25 %i1)
(reg:SI 109 [ <result>+8 ])) -1 (nil)
(nil))
basically means that %f0 = xfi.f
%i0 = xfi.i
%i1 = xfi.j
I do not know if there is what you want or something different (and it is 32 bit version of
%i0/%i1)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13559
More information about the Gcc-bugs
mailing list