This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.0 Release Criteria
- To: Andrew Morton <andrewm at uow dot edu dot au>
- Subject: Re: GCC 3.0 Release Criteria
- From: Bernd Schmidt <bernds at balti dot cygnus dot co dot uk>
- Date: Thu, 27 Apr 2000 12:37:27 +0100 (BST)
- cc: gcc at gcc dot gnu dot org
> Could the 10% increase in code size be due to changed alignment policy?
Try again with
-malign-jumps=0 -malign-loops=0 -malign-functions=0 -mpreferred-stack-boundary=2
in the CFLAGS. I don't remember whether 2.7.2 already had the alignment
flags, if so, pass them to that compiler as well.
Bernd