> On 27 Mar 2025, at 16:45, Alfie Richards <alfie.richa...@arm.com> wrote: > > > Notably this respects target_version semantics where an unannotated > function can be the default version. > > gcc/ChangeLog: > > * attribs.cc (is_function_default_version): Add target_version logic. > --- > gcc/attribs.cc | 27 ++++++++++++++++++++------- > 1 file changed, 20 insertions(+), 7 deletions(-) > > <v3-0005-Update-is_function_default_version-to-work-with-t.patch> Should we have this for GCC 15?
- [PATCH v3 00/19] FMV refactor and ACLE compliance. Alfie Richards
- [PATCH v3 03/19] Add string_slice class. Alfie Richards
- [PATCH v3 04/19] Remove unnecessary `record` argument ... Alfie Richards
- [PATCH v3 11/19] Add clone_identifier function. Alfie Richards
- [PATCH v3 13/19] Refactor riscv target parsing to take... Alfie Richards
- [PATCH v3 01/19] Add PowerPC FMV symbol tests. Alfie Richards
- [PATCH v3 10/19] Add dispatcher_resolver_function and ... Alfie Richards
- [PATCH v3 17/19] Support mixing of target_clones and t... Alfie Richards
- [PATCH v3 14/19] Add reject_target_clone hook in order... Alfie Richards
- [PATCH v3 05/19] Update is_function_default_version to... Alfie Richards
- Re: [PATCH v3 05/19] Update is_function_default_ve... Yangyu Chen
- Re: [PATCH v3 05/19] Update is_function_defaul... Alfie Richards
- [PATCH v3 19/19] Remove FMV beta warning. Alfie Richards
- [PATCH v3 15/19] Change target_version semantics to fo... Alfie Richards
- [PATCH v3 18/19] Add error cases and tests for Aarch64... Alfie Richards
- [PATCH v3 09/19] Add assembler_name to cgraph_function... Alfie Richards
- [PATCH v3 08/19] Add get_clone_versions and get_versio... Alfie Richards
- [PATCH v3 16/19] Refactor FMV frontend hooks and logic... Alfie Richards
- [PATCH v3 02/19] Add x86 FMV symbol tests Alfie Richards
- [PATCH v3 07/19] Change make_attribute to take string_... Alfie Richards