On Thu, May 21, 2015 at 09:54:19AM +0100, Ramana Radhakrishnan wrote:
> And here's an additional patch for the testsuite which was missed in the
> original posting.
>
> This is a testism that's testing code generation as per
> TARGET_RELAXED_ORDERING being false and therefore needs to be adjusted
> as attached.
>
> Ramana
>
> PR target/66200
> * g++.dg/abi/aarch64_guard1.C: Adjust testcase.
OK.
Thanks,
James
> diff --git a/gcc/testsuite/g++.dg/abi/aarch64_guard1.C
> b/gcc/testsuite/g++.dg/abi/aarch64_guard1.C
> index ca1778b..e78f93c 100644
> --- a/gcc/testsuite/g++.dg/abi/aarch64_guard1.C
> +++ b/gcc/testsuite/g++.dg/abi/aarch64_guard1.C
> @@ -13,5 +13,4 @@ int *foo ()
> }
>
> // { dg-final { scan-assembler _ZGVZ3foovE1x,8,8 } }
> -// { dg-final { scan-tree-dump "_ZGVZ3foovE1x & 1" "original" } }
> // { dg-final { cleanup-tree-dump "original" } }