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

--- Comment #4 from GCC 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:484f48f03cf9a382b3bcf4dadac09c4ee59c2ddf

commit r14-8210-g484f48f03cf9a382b3bcf4dadac09c4ee59c2ddf
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Thu Jan 18 08:51:53 2024 +0100

    testsuite: Fix up scev-16.c test [PR113446]

    This test FAILs on i686-linux or e.g. sparc*-solaris*, because
    it uses vect_int effective target outside of */vect/ testsuite.
    That is wrong, vect_int assumes the extra added flags by vect.exp
    by default, which aren't added in other testsuites.

    The following patch fixes that by moving the test into gcc.dg/vect/
    and doing small tweaks.

    2024-01-18  Jakub Jelinek  <ja...@redhat.com>

            PR tree-optimization/112774
            PR testsuite/113446
            * gcc.dg/tree-ssa/scev-16.c: Move test ...
            * gcc.dg/vect/pr112774.c: ... here.  Add PR comment line, use
            dg-additional-options instead of dg-options and drop
            -fdump-tree-vect-details.

Reply via email to