public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2235] Require target lra for tests using asm goto
@ 2021-07-10 16:23 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2021-07-10 16:23 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7466a0a5d8d536ab15f9732ec0ca331df972b3ac

commit r12-2235-g7466a0a5d8d536ab15f9732ec0ca331df972b3ac
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Sat Jul 10 16:20:32 2021 +0000

    Require target lra for tests using asm goto
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/torture/pr100329.c: Require target lra.
            * gcc.dg/torture/pr100519.c: Likewise.

Diff:
---
 gcc/testsuite/gcc.dg/torture/pr100329.c | 2 +-
 gcc/testsuite/gcc.dg/torture/pr100519.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/torture/pr100329.c b/gcc/testsuite/gcc.dg/torture/pr100329.c
index b90700dd5f0..2a4331ba712 100644
--- a/gcc/testsuite/gcc.dg/torture/pr100329.c
+++ b/gcc/testsuite/gcc.dg/torture/pr100329.c
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target lra } } */
 /* { dg-additional-options "--param tree-reassoc-width=2" } */
 
 unsigned int a0;
diff --git a/gcc/testsuite/gcc.dg/torture/pr100519.c b/gcc/testsuite/gcc.dg/torture/pr100519.c
index faf6e240e08..89dff668a97 100644
--- a/gcc/testsuite/gcc.dg/torture/pr100519.c
+++ b/gcc/testsuite/gcc.dg/torture/pr100519.c
@@ -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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-10 16:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-10 16:23 [gcc r12-2235] Require target lra for tests using asm goto John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).