Re: [PATCH] c++/modules: Restrict partitions when parsing import declarations [PR110808]

2023-11-23 Thread Nathan Sidwell
On 11/14/23 01:24, Nathaniel Shead wrote: I'll also note that the comments above the parsing functions here no longer exactly match with the grammar in the standard, should they be updated as well? please. Bootstrapped and regtested on x86_64-pc-linux-gnu. I don't have write access. -- >8

[PATCH] c++/modules: Restrict partitions when parsing import declarations [PR110808]

2023-11-13 Thread Nathaniel Shead
I'll also note that the comments above the parsing functions here no longer exactly match with the grammar in the standard, should they be updated as well? Bootstrapped and regtested on x86_64-pc-linux-gnu. I don't have write access. -- >8 -- Currently we allow declarations like 'import A:B',