Re: [PATCH 1/2] symtab: also change RTL decl name

2023-02-18 Thread Bernhard Reutner-Fischer via Fortran
On Tue, 22 Nov 2022 12:54:01 +0100 Jan Hubicka wrote: > > > I am not quite sure how safe this is. We generally produce DECL_RTL > > > when we produce assembly file. So if DECL_RTL is set then we probably > > > already output the original function name and it is too late to change > > > it. >

Re: [PATCH 1/2] symtab: also change RTL decl name

2023-02-18 Thread Bernhard Reutner-Fischer via Fortran
On Sun, 19 Feb 2023 03:29:43 +0100 Bernhard Reutner-Fischer wrote: > But i've seen in C++ too that there are GC dangles like here. s/like here//;# not true in this case. Those were GC marks for names elsewhere. To be fair, i'd have made lhd_overwrite_decl_assembler_name a (where supported) weakr