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]

Re: Bootstrap ICE on alpha-osf4 building stage1 libgcc.a


On Wed, Jan 26, 2000 at 05:00:26AM -0200, Alexandre Oliva wrote:
> Nope, the problem is stack corruption, at least in case of
> FLOAT_TRUNCATE.  The incoming operands array is just two-entries
> long, so you can't assign to operands[2].

Ug.  How dumb.

>      default:
> +      out_operands[0] = operands[1];

Pull this up out of the switch so there's only one such assignment.

Same bug in alpha_emit_xfloating_arith too.



r~

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