[gcc r16-1757] Relax the testcase check for Solaris [PR120818]
Lili Cui
cuilili@gcc.gnu.org
Sat Jun 28 13:45:00 GMT 2025
https://gcc.gnu.org/g:e7fb2459b00cde4fb14062076df29320efafdb98
commit r16-1757-ge7fb2459b00cde4fb14062076df29320efafdb98
Author: Lili Cui <lili.cui@intel.com>
Date: Sat Jun 28 06:19:19 2025 -0700
Relax the testcase check for Solaris [PR120818]
gcc/testsuite/ChangeLog:
PR target/120818
* g++.target/i386/shrink_wrap_separate.C: Relax the check.
Diff:
---
gcc/testsuite/g++.target/i386/shrink_wrap_separate.C | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gcc/testsuite/g++.target/i386/shrink_wrap_separate.C b/gcc/testsuite/g++.target/i386/shrink_wrap_separate.C
index 294dccde5d31..b924fd02ca94 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" } } */
More information about the Gcc-cvs
mailing list