Commit for Matthew Gretton-Dann fix for the test.

From-SVN: r179377
This commit is contained in:
Matthew Gretton-Dann 2011-09-30 09:28:38 +00:00 committed by Ramana Radhakrishnan
parent c4728c6b20
commit 8a58edc29d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-09-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
* gcc.target/arm/pr42835.c: Add -fno-tree-tail-merge.
2011-09-30 David S. Miller <davem@davemloft.net>
* gcc.target/sparc/bmaskbshuf.c: New test.

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-mthumb -Os" } */
/* { dg-options "-mthumb -Os -fno-tree-tail-merge" } */
/* { dg-require-effective-target arm_thumb2_ok } */
int foo(int *p, int i)