Re: [PATCH 4/5] cp: Use get_mangled_id in more places in mangle_decl

2024-01-16 Thread Jason Merrill
On 1/15/24 06:28, Andrew Carlotti wrote: There's no functional change here, but it makes it clearer that all three locations should be doing the same thing (aside from changes to flag_abi_version). OK. gcc/cp/ChangeLog: * mangle.cc (mangle_decl): Consistently use get_mangled_id.

[PATCH 4/5] cp: Use get_mangled_id in more places in mangle_decl

2024-01-15 Thread Andrew Carlotti
There's no functional change here, but it makes it clearer that all three locations should be doing the same thing (aside from changes to flag_abi_version). gcc/cp/ChangeLog: * mangle.cc (mangle_decl): Consistently use get_mangled_id. diff --git a/gcc/cp/mangle.cc b/gcc/cp/mangle.cc