mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-11 12:54:00 +08:00
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
This commit is contained in:
parent
e47e07dec1
commit
fbb68970f7
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user