Message ID | ZRsrTLV0PNuDW7Jl@mx3210.localdomain |
---|---|
State | New |
Headers | show |
Series | [committed] Require target lra in gcc.dg/pr108095.c | expand |
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
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;