https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98243

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:25f303e9a27a0d799f9979446d9f11ed62b8d648

commit r11-6993-g25f303e9a27a0d799f9979446d9f11ed62b8d648
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Sat Jan 30 10:52:57 2021 +0100

    testsuite: Fix up gomp/simd-{2,3}.c tests [PR98243]

    The test (intentionally) is not gcc.dg/vect/, as it needs -fopenmp and uses
    OpenMP directives other than simd and therefore can't rely on default
    VECTFLAGS and so I think can't safely use vect_int effective target
    either.  So, I'm just making sure it is vectorized on x86 and on aarch64
(the
    latter as an example of a target that doesn't need any extra options to get
    the vectorization).

    2021-01-30  Jakub Jelinek  <ja...@redhat.com>

            PR testsuite/98243
            * gcc.dg/gomp/simd-2.c: Add -msse2 on x86.  Restrict
            scan-tree-dump-times to x86 and aarch64 targets.
            * gcc.dg/gomp/simd-3.c: Likewise.

Reply via email to