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
+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
-/* { 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"