diff options
author | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2013-06-06 07:03:03 +0000 |
---|---|---|
committer | Marcus Shawcroft <mshawcroft@gcc.gnu.org> | 2013-06-06 07:03:03 +0000 |
commit | fbb68970f707390b33fcaf184e167bbcd5ac9dfd (patch) | |
tree | 390902a9e8b6bbb272110b3e146bdf1287d0a816 | |
parent | e47e07dec118ca6bc38a2c507ec64c9358ddd67d (diff) | |
download | gcc-fbb68970f707390b33fcaf184e167bbcd5ac9dfd.zip gcc-fbb68970f707390b33fcaf184e167bbcd5ac9dfd.tar.gz gcc-fbb68970f707390b33fcaf184e167bbcd5ac9dfd.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-68.c | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 71b76ad..6385c7d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 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 4b61305..7a77651 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 <stdarg.h> #include "tree-vect.h" |