Re: [FYI, PATCH v3] [testsuite] add x86 effective target

2025-02-26 Thread Florian Weimer
* Alexandre Oliva: > diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi > index 28338324f0724..d44c2e8cbe6a1 100644 > --- a/gcc/doc/sourcebuild.texi > +++ b/gcc/doc/sourcebuild.texi > @@ -2798,6 +2798,9 @@ Target supports the execution of @code{user_msr} > instructions. > @item vec

[FYI, PATCH v3] [testsuite] add x86 effective target

2025-02-26 Thread Alexandre Oliva
On Feb 18, 2025, Richard Sandiford wrote: > Thanks for doing this. How about also replacing all uses of: >([check_effective_target_x86]) > with: >[check_effective_target_x86] > OK with that change if there are no objections within 24 hours. Sure, thanks for the review and for the su