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: -mpreferred-stack-boundary may overflow


On 23 Oct 2001, Alexandre Oliva wrote:

> multiplied by BITS_PER_UNIT.  Besides, it assumes `int' (the type used
> to hold the computed alignment) is 32-bits wide, but int is not
> guaranteed to be wider than 16 bits.  I don't see much point in

GNU Coding Standards:

	However, don't make any effort to cater to the possibility that an
	`int' will be less than 32 bits.  We don't support 16-bit machines in
	GNU.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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