This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] bootstrap failure on ppc-apple-darwin6.6
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 21 May 2003 12:15:14 -0400
- Subject: Re: [tree-ssa] bootstrap failure on ppc-apple-darwin6.6
The rtl right after it gcc converts simple to rtl differers for some
reason (- is the correct one):
(insn 11 10 12 0x0 (set (reg/v:SI 120 [ op ])
(mem/f:SI (plus:SI (reg/f:SI 113 virtual-incoming-args)
- (const_int 40 [0x28])) [61 op+0 S4 A32])) -1 (nil)
+ (const_int 32 [0x20])) [61 op+0 S4 A32])) -1 (nil)
(expr_list:REG_EQUIV (mem/f:SI (plus:SI (reg/f:SI 113
virtual-incoming-args)
- (const_int 40 [0x28])) [61 op+0 S4 A32])
+ (const_int 32 [0x20])) [61 op+0 S4 A32])
(nil)))
Thanks,
Andrew Pinski