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

--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Alexandre Oliva
<aol...@gcc.gnu.org>:

https://gcc.gnu.org/g:b70af0bd2e33e9cc20dae45c131429a402fc8845

commit r14-10352-gb70af0bd2e33e9cc20dae45c131429a402fc8845
Author: Alexandre Oliva <ol...@adacore.com>
Date:   Thu Jun 27 08:14:34 2024 -0300

    [libstdc++] [testsuite] defer to check_vect_support* [PR115454]

    The newly-added testcase overrides the default dg-do action set by
    check_vect_support_and_set_flags (in libstdc++-dg/conformance.exp), so
    it attempts to run the test even if runtime vector support is not
    available.

    Remove the explicit dg-do directive, so that the default is honored,
    and the test is run if vector support is found, and only compiled
    otherwise.


    for  libstdc++-v3/ChangeLog

            PR libstdc++/115454
            * testsuite/experimental/simd/pr115454_find_last_set.cc: Defer
            to check_vect_support_and_set_flags's default dg-do action.

    (cherry picked from commit 95faa1bea7bdc7f92fcccb3543bfcbc8184c5e5b)

Reply via email to