From: John David Anglin Date: Mon, 2 Oct 2023 20:27:23 +0000 (+0000) Subject: Require target lra in gcc.dg/pr108095.c X-Git-Tag: basepoints/gcc-15~5767 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c542906a205209e67b5cbf41fb5d0d5a747db308;p=thirdparty%2Fgcc.git Require target lra in gcc.dg/pr108095.c 2023-10-02 John David Anglin gcc/testsuite/ChangeLog: * gcc.dg/pr108095.c: Require target lra. --- diff --git a/gcc/testsuite/gcc.dg/pr108095.c b/gcc/testsuite/gcc.dg/pr108095.c index fb76caae72e2..0a487cf614a1 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;