This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
pr27095.c test
- From: Alan Modra <amodra at bigpond dot net dot au>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 8 May 2006 10:08:25 +0930
- Subject: pr27095.c test
Fails on darwin because stubs include the string "strlen" multiple
times. Applying as obvious.
* gcc.dg/pr27095.c: xfail *-*-darwin*.
Index: gcc/testsuite/gcc.dg/pr27095.c
===================================================================
--- gcc/testsuite/gcc.dg/pr27095.c (revision 113615)
+++ gcc/testsuite/gcc.dg/pr27095.c (working copy)
@@ -11,4 +11,4 @@ main (int argc, char **argv)
memset (x, argc, strlen (x));
return 0;
}
-/* { dg-final { scan-assembler-not "(?n)strlen\(.*\n\)+.*strlen" } } */
+/* { dg-final { scan-assembler-not "(?n)strlen\(.*\n\)+.*strlen" { xfail *-*-darwin* } } } */
--
Alan Modra
IBM OzLabs - Linux Technology Centre