This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Alignment and preprocessor directives
- To: gcc at gcc dot gnu dot org, js1 at microwave dot ph dot msstate dot edu
- Subject: Re: Alignment and preprocessor directives
- From: Mike Stump <mrs at windriver dot com>
- Date: Thu, 11 May 2000 13:56:38 -0700 (PDT)
> Date: Thu, 11 May 2000 14:12:42 -0500 (CDT)
> From: Jiann-Ming Su <js1@microwave.ph.msstate.edu>
> To: gcc@gcc.gnu.org
> What's the command line arguments to g++ to specify word or byte
> alignment?
See the manual under attribute, and packed and align.
> Is there a preprocessor directive to do this within the C++ code?
No, but that is the wrong question. The answer you want it yes.