On Sun, 12 Nov 2023, Iain Sandoe wrote: > This adds the ability to defer the validation of numeric attribute > arguments until the sequence is parsed if the attribute being > handled is one known to be 'clang form'.
This is only for __attribute__ and not [[]]-style attributes, is that as intended? (Doing it for [[]] might be harder because of how the tokens after [[ have to be lexed early for Objective-C to see whether there is a matching ]] and thus whether it's an attribute at all.) -- Joseph S. Myers jos...@codesourcery.com