This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH, libmudflap: fix PR 38462
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: fche at redhat dot com, janis187 at us dot ibm dot com
- Date: Tue, 24 Mar 2009 14:59:56 +1100
- Subject: PATCH, libmudflap: fix PR 38462
This trivial little patch is in accordance with Frank's advice on this
PR. Tested on powerpc-*-linux-gnu and powerpc64-*-linux-gnu with no
testsuite regressions. fail27-frag.c now passes on both targets.
Okay for the trunk, pending stage 1, or can I check this one in,
Janis? :-)
Thanks,
Ben
2009-03-24 Ben Elliston <bje@au.ibm.com>
PR libmudflap/38462
* testsuite/libmudflap.c/fail27-frag.c: Match `mudflap dead
object', not `mudflap object'.
Index: testsuite/libmudflap.c/fail27-frag.c
===================================================================
--- testsuite/libmudflap.c/fail27-frag.c (revision 145023)
+++ testsuite/libmudflap.c/fail27-frag.c (working copy)
@@ -20,5 +20,5 @@
}
/* { 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 *-*-* } } */