This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: -mpreferred-stack-boundary may overflow
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: -mpreferred-stack-boundary may overflow
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Tue, 23 Oct 2001 10:54:31 +0100 (BST)
- cc: <gcc-patches at gcc dot gnu dot org>
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