On Mon, 21 Nov 2022, Jeff Law wrote: > > gcc/testsuite/ > > * lib/target-supports.exp > > (check_effective_target_mpaired_single): Add `args' argument and > > pass it to `check_no_compiler_messages' replacing > > `-mpaired-single'. > > (add_options_for_mips_loongson_mmi): Add `args' argument and > > pass it to `check_no_compiler_messages'. > > (check_effective_target_mips_msa): Add `args' argument and pass > > it to `check_no_compiler_messages' replacing `-mmsa'. > > (check_effective_target_mpaired_single_runtime) > > (add_options_for_mpaired_single): Pass `-mpaired-single' to > > `check_effective_target_mpaired_single'. > > (check_effective_target_mips_loongson_mmi_runtime) > > (add_options_for_mips_loongson_mmi): Pass `-mloongson-mmi' to > > `check_effective_target_mips_loongson_mmi'. > > (check_effective_target_mips_msa_runtime) > > (add_options_for_mips_msa): Pass `-mmsa' to > > `check_effective_target_mips_msa'. > > (et-is-effective-target): Verify that EFFECTIVE_TARGETS exists > > and if not, just check if the current compilation environment > > supports the target feature requested. > > (check_vect_support_and_set_flags): Pass `-mpaired-single', > > `-mloongson-mmi', and `-mmsa' to the respective target feature > > checks. > > OK.
I have committed it now, thanks for your review. Maciej