[committed] Require target lra in gcc.dg/pr108095.c

Message ID ZRsrTLV0PNuDW7Jl@mx3210.localdomain
State Accepted
Headers
Series [committed] Require target lra in gcc.dg/pr108095.c |

Checks

Context Check Description
snail/gcc-patch-check success Github commit url

Commit Message

John David Anglin Oct. 2, 2023, 8:42 p.m. UTC
  Committed to trunk.

Dave
---

Require target lra in gcc.dg/pr108095.c

2023-10-02  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/ChangeLog:

	* gcc.dg/pr108095.c: Require target lra.
  

Comments

Jeff Law Oct. 2, 2023, 10:33 p.m. UTC | #1
On 10/2/23 14:42, John David Anglin wrote:
> Committed to trunk.
> 
> Dave
> ---
> 
> Require target lra in gcc.dg/pr108095.c
> 
> 2023-10-02  John David Anglin  <danglin@gcc.gnu.org>
> 
> gcc/testsuite/ChangeLog:
> 
> 	* gcc.dg/pr108095.c: Require target lra.
Thanks.  I already had this in my local tree.

jeff
  

Patch

diff --git a/gcc/testsuite/gcc.dg/pr108095.c b/gcc/testsuite/gcc.dg/pr108095.c
index fb76caae72e..0a487cf614a 100644
--- a/gcc/testsuite/gcc.dg/pr108095.c
+++ b/gcc/testsuite/gcc.dg/pr108095.c
@@ -1,5 +1,5 @@ 
 /* PR tree-optimization/108095 */
-/* { dg-do compile } */
+/* { dg-do compile { target lra } } */
 /* { dg-options "-Os -g" } */
 
 int v;