This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] PR/11368 clearer documentation on -falign-*
- From: Jim Wilson <wilson at tuliptree dot org>
- To: neil at daikokuya dot co dot uk
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>, gcc-patches at gcc dot gnu dot org
- Date: Fri, 04 Jul 2003 00:43:59 -0700
- Subject: Re: [PATCH] PR/11368 clearer documentation on -falign-*
- References: <7A86E326-AA34-11D7-B3D8-000393A6D2F2@physics.uc.edu>
-falign-functions and -fno-align-functions are not working properly.
The first one should set align_functions to 0, and the second one should
set it to 1. They do the opposite. I noticed this because Andrew
Pinski is trying to fix a documentation problem for PR 11368, and I
tried the options to see what they do.
The same is true for all of the other -falign-* options.
If you look at 3.3 toplev.c, you can see that the default values for
these options are 0, and hence they need some kind of special handling
in your new code.
Jim