This is the mail archive of the gcc@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: Alignment and preprocessor directives


> 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.

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