fail8-frag.c: Adjust scan pattern for mudflap dead object.

* testsuite/libmudflap.c/fail8-frag.c: Adjust scan pattern for
        mudflap dead object.
        * testsuite/libmudflap.c/fail9-frag.c: Ditto.

From-SVN: r132557
This commit is contained in:
Uros Bizjak 2008-02-22 22:18:36 +01:00 committed by Uros Bizjak
parent 34d02d17ac
commit 5114c2a320
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2008-02-21 Uros Bizjak <ubizjak@gmail.com>
* testsuite/libmudflap.c/fail8-frag.c: Adjust scan pattern for
mudflap dead object.
* testsuite/libmudflap.c/fail9-frag.c: Ditto.
2008-01-24 David Edelsohn <edelsohn@gnu.org>
* configure: Regenerate.

View File

@ -15,5 +15,5 @@ return 0;
}
/* { dg-output "mudflap violation 1.*memcpy source.*" } */
/* { dg-output "Nearby object.*" } */
/* { dg-output "mudflap object.*malloc region.*alloc time.*dealloc time.*" } */
/* { dg-output "mudflap dead object.*malloc region.*alloc time.*dealloc time.*" } */
/* { dg-do run { xfail *-*-* } } */

View File

@ -17,5 +17,5 @@ return 0;
/* { dg-output "mudflap violation 1.*memcpy dest.*" } */
/* { dg-output "Nearby object.*" } */
/* { dg-output "mudflap object.*malloc region.*alloc time.*dealloc time.*" } */
/* { dg-output "mudflap dead object.*malloc region.*alloc time.*dealloc time.*" } */
/* { dg-do run { xfail *-*-* } } */