]> gcc.gnu.org Git - gcc.git/commitdiff
Require target lra for tests using asm goto
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 10 Jul 2021 16:20:32 +0000 (16:20 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 10 Jul 2021 16:23:02 +0000 (16:23 +0000)
gcc/testsuite/ChangeLog:

* gcc.dg/torture/pr100329.c: Require target lra.
* gcc.dg/torture/pr100519.c: Likewise.

gcc/testsuite/gcc.dg/torture/pr100329.c
gcc/testsuite/gcc.dg/torture/pr100519.c

index b90700dd5f0c0582aafc7ef02797fa7c48a89c62..2a4331ba7127cbd7ae05da9446ea3e5a02d32f65 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target lra } } */
 /* { dg-additional-options "--param tree-reassoc-width=2" } */
 
 unsigned int a0;
index faf6e240e08d2b8083f83a5e3eabfe4d4a10ccb2..89dff668a970eda3d7e83ee87ffb97ea3313c698 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target lra } } */
 /* { dg-additional-options "--param tree-reassoc-width=2" } */
 
 unsigned int foo_a1, foo_a2;
This page took 0.077441 seconds and 5 git commands to generate.