From: Marcus Shawcroft Date: Thu, 6 Jun 2013 07:03:03 +0000 (+0000) Subject: Disable no-section-anchors-vect-68.C for aarch64 tiny memory model. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fbb68970f707390b33fcaf184e167bbcd5ac9dfd;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 71b76ad6cd7..6385c7dc3b8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-06-06 Marcus Shawcroft + + * gcc.dg/vect/no-section-anchors-vect-68.c: + Add dg-skip-if aarch64_tiny. + 2013-06-05 Balaji V. Iyer PR C/57457 diff --git a/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-68.c b/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-68.c index 4b613050a4c..7a7765110ec 100644 --- a/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-68.c +++ b/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-68.c @@ -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 #include "tree-vect.h"