[patches] Re: PRE_DEC/PUSH_ROUNDING inconsistency fix

Neil Booth NeilB@earthling.net
Wed Nov 8 15:37:00 GMT 2000


Jan Hubicka wrote:-

> ./convex/convex.h:#define PUSH_ROUNDING(BYTES) (((BYTES) + 4) & ~3)
>
> ./pj/pj.h:#define PUSH_ROUNDING(NPUSHED)  (((NPUSHED) + 3) & ~3)
>
> ./sh/sh.h:#define PUSH_ROUNDING(NPUSHED)  (((NPUSHED) + 3) & ~3)
>
> ./we32k/we32k.h:#define PUSH_ROUNDING(BYTES) (((BYTES) + 3) & ~3)

Hmm.  I don't know this part of the compiler at all, but it looks to
me like convex.h has a bug, no?

Neil.

----- End forwarded message -----



More information about the Gcc-patches mailing list