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

--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
<ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:2354ccb493ddca6d2e1af9cc76ad45367932f1e2

commit r13-8330-g2354ccb493ddca6d2e1af9cc76ad45367932f1e2
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Thu Feb 15 20:04:01 2024 +0100

    testsuite: Require lra effective target for pr107385.c

    Old reload doesn't support asm goto with output operands.
    We have lra effective target (though, strangely it returns
    0 just for 2 targets out of at least 16 targets with no LRA support),
    so this patch uses it, similarly how it is done in other asm goto
    tests with output operands.

    2024-02-15  Jakub Jelinek  <ja...@redhat.com>

            PR middle-end/107385
            * gcc.dg/pr107385.c: Require lra effective target.

    (cherry picked from commit 0d5d1c75f5c68b6064640c3154ae5f4c0b464905)

Reply via email to