From fbb68970f707390b33fcaf184e167bbcd5ac9dfd Mon Sep 17 00:00:00 2001 From: Marcus Shawcroft Date: Thu, 6 Jun 2013 07:03:03 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-68.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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" -- 2.30.2