This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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 *-*-* } } */




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]