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]

Re: PATCH, libmudflap: fix PR 38462


On Tue, 2009-03-24 at 14:59 +1100, Ben Elliston wrote:
> 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?  :-)

OK for trunk and 4.4.

Janis

> 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]