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

2025-02-18 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. OK for GCC 16, thanks. Richard > --- > gcc/attribs.cc | 27

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

2025-02-17 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 | 27 --- 1 file changed, 20 insertions(+), 7 deletion