Re: [PATCH] use proper DECL_INITIAL for VTV

2022-10-13 Thread Jason Merrill via Gcc-patches
On 10/13/22 10:25, Martin Liška wrote: Hi. I am working on the early debug info emission that would benefit from a late use of asm_put_file. This is last blocker where C++ emits early a section directive in assemble_vtv_preinit_initializer. We can use a proper DECL_INITIAL for that. Patch can

[PATCH] use proper DECL_INITIAL for VTV

2022-10-13 Thread Martin Liška
Hi. I am working on the early debug info emission that would benefit from a late use of asm_put_file. This is last blocker where C++ emits early a section directive in assemble_vtv_preinit_initializer. We can use a proper DECL_INITIAL for that. Patch can bootstrap on x86_64-linux-gnu and survive