Re: [PATCH] c++: Allow attributes on concepts - DR 2428

2022-11-14 Thread Jason Merrill via Gcc-patches
On 11/14/22 00:40, Jakub Jelinek wrote: Hi! Working virtually out of Baker Island. The following patch adds parsing of attributes to concept definition, allows deprecated attribute to be specified (some ugliness needed because CONCEPT_DECL is a cp/*.def attribute and so can't be mentioned in c-

[PATCH] c++: Allow attributes on concepts - DR 2428

2022-11-14 Thread Jakub Jelinek via Gcc-patches
Hi! Working virtually out of Baker Island. The following patch adds parsing of attributes to concept definition, allows deprecated attribute to be specified (some ugliness needed because CONCEPT_DECL is a cp/*.def attribute and so can't be mentioned in c-family/ directly; used what is used for ob