Date
2022-11-20.07:54:16
Message id
3575

Content

The grammar for alignment-specifier in 9.13.1 [dcl.attr.grammar] paragraph 1 is:

    alignment-specifier:
      alignas ( type-id ...opt )
      alignas ( alignment-expression ...opt )

There is no such nonterminal as alignment-expression; it should be assignment-expression instead.