This is the mail archive of the gcc-bugs@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: c/4414: __packed__ keyword not recognized


On 27 Sep 2001 jtison@us.ibm.com wrote:

> info gcc says that __attribute__ ((x)) may be abbreviated as __x__.
> Not happening, folks. The attached source fails. The fix is to change
> __packed__ to __attribute__ ((packed)).

That would be a bug in the documentation, if so.  Could you please quote
the exact wording that says this (rather than simply saying that __x__ may
replace x within __attribute__)?

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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