Re: [PATCH] c++: GC during late parsing collects live data [PR91416]

2021-04-03 Thread Jason Merrill via Gcc-patches
On 4/2/21 9:53 PM, Marek Polacek wrote: Coming back to : This is a crash that points to a GC problem. Consider this test: __attribute__ ((unused)) struct S { S() { } } s; We're parsing a simple-declaration. While p

[PATCH] c++: GC during late parsing collects live data [PR91416]

2021-04-02 Thread Marek Polacek via Gcc-patches
Coming back to : This is a crash that points to a GC problem. Consider this test: __attribute__ ((unused)) struct S { S() { } } s; We're parsing a simple-declaration. While parsing the decl specs, we parse the attribute