Re: [PATCH v1 05/16] Update is_function_default_version to work with target_version.

2025-02-03 Thread Richard Sandiford
Alfie Richards writes: > 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. Generally looks good to me, but: > --- > gcc/attribs.cc | 28 +++

[PATCH v1 05/16] Update is_function_default_version to work with target_version.

2025-02-03 Thread Alfie Richards
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 | 28 1 file changed, 20 insertions(+), 8 deletio