]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Relax the testcase check for Solaris [PR120818]
authorLili Cui <lili.cui@intel.com>
Sat, 28 Jun 2025 13:19:19 +0000 (06:19 -0700)
committerCui, Lili <lili.cui@intel.com>
Sat, 28 Jun 2025 13:34:12 +0000 (21:34 +0800)
gcc/testsuite/ChangeLog:

PR target/120818
* g++.target/i386/shrink_wrap_separate.C: Relax the check.

gcc/testsuite/g++.target/i386/shrink_wrap_separate.C

index 294dccde5d3104510bf9ef662a6260921dc902e7..b924fd02ca940b6248811481981de619e6cbbbe2 100644 (file)
@@ -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" } } */