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

--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Dimitar Dimitrov <dimi...@gcc.gnu.org>:

https://gcc.gnu.org/g:3796216bfa49b5ca288afe0760931a4c5b8ea346

commit r14-9055-g3796216bfa49b5ca288afe0760931a4c5b8ea346
Author: Dimitar Dimitrov <dimi...@dinux.eu>
Date:   Thu Feb 15 21:02:37 2024 +0200

    testsuite: Mark non-optimized variants as expensive

    When not optimized for speed, the test for PR112344 takes several
    seconds to execute on native x86_64, and 15 minutes on PRU target
    simulator.  Thus mark those variants as expensive.  The -O2 variant
    which originally triggered the PR is not expensive, hence it is
    still run by default.

            PR middle-end/112344

    gcc/testsuite/ChangeLog:

            * gcc.dg/torture/pr112344.c: Run non-optimized variants only
            if expensive tests are allowed.

    Signed-off-by: Dimitar Dimitrov <dimi...@dinux.eu>

Reply via email to