Re: [PATCH] c++: Parse and ignore attributes on base specifiers [PR110345]

2024-08-19 Thread Jason Merrill
On 8/15/24 4:53 PM, Jakub Jelinek wrote: Hi! For C++ 26 P2552R3 I went through all the spots (except modules) where attribute-specifier-seq appears in the grammar and tried to construct a testcase in all those spots, for now for [[deprecated]] attribute. This is the third issue I found. https:

[PATCH] c++: Parse and ignore attributes on base specifiers [PR110345]

2024-08-15 Thread Jakub Jelinek
Hi! For C++ 26 P2552R3 I went through all the spots (except modules) where attribute-specifier-seq appears in the grammar and tried to construct a testcase in all those spots, for now for [[deprecated]] attribute. This is the third issue I found. https://eel.is/c++draft/class.derived#general-1 h