Disable no-section-anchors-vect-68.C for aarch64 tiny memory model.

The vect/no-section-anchors-vect-68.C test case results in a binary that
is too large for the aarch64 tiny memory model.  This patch disables the
test case for that memory model.

From-SVN: r199720
This commit is contained in:
Marcus Shawcroft 2013-06-06 07:03:03 +00:00 committed by Marcus Shawcroft
parent e47e07dec1
commit fbb68970f7
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-06-06 Marcus Shawcroft <marcus.shawcroft@arm.com>
* gcc.dg/vect/no-section-anchors-vect-68.c:
Add dg-skip-if aarch64_tiny.
2013-06-05 Balaji V. Iyer <balaji.v.iyer@intel.com>
PR C/57457

View File

@ -1,4 +1,6 @@
/* { dg-require-effective-target vect_int } */
/* { dg-require-effective-target vect_int }
{ dg-skip-if "AArch64 tiny code model does not support programs larger than 1MiB" {aarch64_tiny} {"*"} {""} }
*/
#include <stdarg.h>
#include "tree-vect.h"