Re: [PATCH] c++, v3: Improve handling of foreigner namespace attributes

2022-10-06 Thread Jason Merrill via Gcc-patches
On 10/6/22 14:29, Jakub Jelinek wrote: On Thu, Oct 06, 2022 at 01:30:18PM -0400, Jason Merrill wrote: Yes, except I was thinking the new function would take the attribute TREE_LIST as its parameter so that all the callers don't have to also call get_attribute_namespace. Ok, here it is in patch

[PATCH] c++, v3: Improve handling of foreigner namespace attributes

2022-10-06 Thread Jakub Jelinek via Gcc-patches
On Thu, Oct 06, 2022 at 01:30:18PM -0400, Jason Merrill wrote: > Yes, except I was thinking the new function would take the attribute > TREE_LIST as its parameter so that all the callers don't have to also call > get_attribute_namespace. Ok, here it is in patch form. 2022-10-06 Jakub Jelinek