Re: [PATCH v1 09/16] Add assembler_name to cgraph_function_version_info.

2025-02-05 Thread Alfie Richards
On 04/02/2025 08:41, Richard Sandiford wrote: Alfie Richards writes: This adds the assembler_name member to cgraph_function_version_info to store the base assembler name for the function to be mangled. This is used in later patches for refactoring FMV mangling. gcc/c/ChangeLog: * c

Re: [PATCH v1 09/16] Add assembler_name to cgraph_function_version_info.

2025-02-04 Thread Richard Sandiford
Alfie Richards writes: > This adds the assembler_name member to cgraph_function_version_info > to store the base assembler name for the function to be mangled. This is > used in later patches for refactoring FMV mangling. > > gcc/c/ChangeLog: > > * c-decl.cc (start_decl): Record assembler_na