On Mon, Mar 26, 2018 at 11:57 AM, Jason Merrill <ja...@redhat.com> wrote:
> We've been passing C++11 attributes that appertain to a type-specifier
> down to decl_attributes, which gave a warning and ignored them, but it
> was confused by the pack expansion.  It seems easiest to deal with
> this by ignoring them directly in grokdeclarator.

I suppose it would make sense to allow [[gnu::vector_size]] in this
position, but that would be a change from the status quo, and it
doesn't seem urgent.

Jason

Reply via email to