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]

[NeilB@earthling.net: Re: [patches] Re: PRE_DEC/PUSH_ROUNDING inconsistency fix]


----- Forwarded message from Neil Booth <NeilB@earthling.net> -----

Subject: Re: [patches] Re: PRE_DEC/PUSH_ROUNDING inconsistency fix
From: Neil Booth <NeilB@earthling.net>
To: Jan Hubicka <jh@suse.cz>
Cc: Richard Henderson <rth@cygnus.com>, gcc-patches@gcc.gnu.org,
	patches@x86-64.org
Date: Wed, 8 Nov 2000 20:01:09 +0000

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 -----

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