Re: [PATCH] c++: Export usings referring to global module fragment [PR109679]

2024-01-06 Thread Nathan Sidwell
ok On 1/3/24 05:01, Nathaniel Shead wrote: Bootstrapped & regtested on x86_64-pc-linux-gnu, OK for trunk? -- >8 -- This patch stops 'add_binding_entity' from ignoring all names in the global module fragment, since they should still be exported if named in an exported using-declaration.

[PATCH] c++: Export usings referring to global module fragment [PR109679]

2024-01-03 Thread Nathaniel Shead
Bootstrapped & regtested on x86_64-pc-linux-gnu, OK for trunk? -- >8 -- This patch stops 'add_binding_entity' from ignoring all names in the global module fragment, since they should still be exported if named in an exported using-declaration. PR c++/109679 gcc/cp/ChangeLog: *