From: Lili Cui Date: Sat, 28 Jun 2025 13:19:19 +0000 (-0700) Subject: Relax the testcase check for Solaris [PR120818] X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7fb2459b00cde4fb14062076df29320efafdb98;p=thirdparty%2Fgcc.git Relax the testcase check for Solaris [PR120818] gcc/testsuite/ChangeLog: PR target/120818 * g++.target/i386/shrink_wrap_separate.C: Relax the check. --- diff --git a/gcc/testsuite/g++.target/i386/shrink_wrap_separate.C b/gcc/testsuite/g++.target/i386/shrink_wrap_separate.C index 294dccde5d3..b924fd02ca9 100644 --- a/gcc/testsuite/g++.target/i386/shrink_wrap_separate.C +++ b/gcc/testsuite/g++.target/i386/shrink_wrap_separate.C @@ -21,5 +21,4 @@ bool k() { b *n; return h(l->g, n); } -/* { dg-final { scan-rtl-dump "The components we wrap separately are \\\[sep 3 4\\\]" "pro_and_epilogue" { target { ia32 } } } } */ -/* { dg-final { scan-rtl-dump "The components we wrap separately are \\\[sep 40 41 42 43\\\]" "pro_and_epilogue" { target { ! ia32 } } } } */ +/* { dg-final { scan-rtl-dump "The components we wrap separately are" "pro_and_epilogue" } } */