Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sun, 8 Jun 2014 12:19:21 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: Revisiting max_align_t and stdalign.h

On Sun, Jun 08, 2014 at 11:54:41AM -0400, Rich Felker wrote:
> > I suspect _Alignas is similarly broken.
> 
> And _Alignas might be broken even on current gcc -- it accepts not
> just types but also expressions. However it's not clear to me whether

Never mind; I was being stupid. The expression argument to _Alignas is
a value for the alignment, not an expression whose type is used.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.