re PR libmudflap/38462 (test libmudflap.c/fail27-frag.c fails output pattern test for ppc64)

PR libmudflap/38462
	* testsuite/libmudflap.c/fail27-frag.c: Match `mudflap dead
	object', not `mudflap object'.

From-SVN: r145329
This commit is contained in:
Ben Elliston 2009-03-31 03:05:23 +00:00 committed by Ben Elliston
parent 9b5b7ad00b
commit 3c968d41ce
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2009-03-31 Ben Elliston <bje@au.ibm.com>
PR libmudflap/38462
* testsuite/libmudflap.c/fail27-frag.c: Match `mudflap dead
object', not `mudflap object'.
2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure: Regenerate.

View File

@ -20,5 +20,5 @@ return 0;
}
/* { dg-output "mudflap violation 1.*" } */
/* { dg-output "Nearby object.*" } */
/* { dg-output "mudflap object.*buffer.*alloc.*dealloc" } */
/* { dg-output "mudflap dead object.*buffer.*alloc.*dealloc" } */
/* { dg-do run { xfail *-*-* } } */