Disable no-section-anchors-vect-68.C for aarch64 tiny memory model.
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Thu, 6 Jun 2013 07:03:03 +0000 (07:03 +0000)
committerMarcus Shawcroft <mshawcroft@gcc.gnu.org>
Thu, 6 Jun 2013 07:03:03 +0000 (07:03 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-68.c

index 71b76ad6cd7773e26b9849903d7e0178b85a9b10..6385c7dc3b870ee375347a3891687502437865fd 100644 (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
index 4b613050a4c91d636a5487d352b51d3ac51e7982..7a7765110ecba68114caf26fae3c46e4497b3fc2 100644 (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"