Re: [PATCH] c++: Fix GC with TU_LOCAL_ENTITY [PR119564]

2025-04-04 Thread Jason Merrill
On 4/3/25 9:28 PM, Nathaniel Shead wrote: Tested on x86_64-pc-linux-gnu (so far just modules.exp), OK for trunk if full bootstrap+regtest succeeds? OK. -- >8 -- When adding TU_LOCAL_ENTITY in r15-6379 I neglected to add it to cp_tree_node_structure, so garbage collection was crashing on it.

[PATCH] c++: Fix GC with TU_LOCAL_ENTITY [PR119564]

2025-04-03 Thread Nathaniel Shead
Tested on x86_64-pc-linux-gnu (so far just modules.exp), OK for trunk if full bootstrap+regtest succeeds? -- >8 -- When adding TU_LOCAL_ENTITY in r15-6379 I neglected to add it to cp_tree_node_structure, so garbage collection was crashing on it. gcc/cp/ChangeLog: * decl.cc (cp_tree_node