]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Require target lra in gcc.dg/torture/pr110422.c
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 20 Jan 2024 21:10:44 +0000 (21:10 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 20 Jan 2024 21:10:44 +0000 (21:10 +0000)
LRA is required for asm goto.

2024-01-20  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/ChangeLog:

* gcc.dg/torture/pr110422.c: Require target lra.

gcc/testsuite/gcc.dg/torture/pr110422.c

index 2e171a7a19e5da415d0893b05ab23455087d5ace..2a653bdfce3eefc647679e173f74ea93ff894c15 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target lra } } */
 
 struct T { int x; };
 int foo(void) {