]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Require lra effective target for pr107385.c
authorJakub Jelinek <jakub@redhat.com>
Thu, 15 Feb 2024 19:04:01 +0000 (20:04 +0100)
committerJakub Jelinek <jakub@redhat.com>
Thu, 15 Feb 2024 19:08:44 +0000 (20:08 +0100)
commit7c81fed21c355565182e00bed58375e2f3dcf01c
tree21cb34b7ea497212d9e851a3eabe2d2447339432
parentd2ebd5948bd21f54fdbc5ea99e391be59d0af64c
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  <jakub@redhat.com>

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

(cherry picked from commit 0d5d1c75f5c68b6064640c3154ae5f4c0b464905)
gcc/testsuite/gcc.dg/pr107385.c