This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Define libc_max_align_t


On Thu, Apr 02, 2015 at 09:33:45AM +0200, Andreas Schwab wrote:
> Rich Felker <dalias@libc.org> writes:
> 
> > gcc behavior is inconsistent and confusing.
> 
> gcc just implements the ABI.

No it doesn't. It uses "alignment of X" for two radically different
things. This even resulted in a bug where they chose the wrong one
initially for implementing C11 _Alignof; early gcc versions return the
wrong value for it.

Rich


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