summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
diff options
context:
space:
mode:
authorjconner <jconner@138bc75d-0d04-0410-961f-82ee72b054a4>2005-08-30 15:07:15 +0000
committerjconner <jconner@138bc75d-0d04-0410-961f-82ee72b054a4>2005-08-30 15:07:15 +0000
commitc07d7abffd01de690f46f1574c30b4fbedad1455 (patch)
treedb51fbaeab0aafbe70e281e37eb1c038dfa45288 /gcc/testsuite/gcc.dg
parenta986260acc0a7f095645a45b26f5626bdd11af54 (diff)
downloadgcc-c07d7abffd01de690f46f1574c30b4fbedad1455.tar.gz
* gcc.dg/builtin-stringop-chk-1.c: Add -mstructure-size-boundary=8
to command-line options for arm-*-* targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103640 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-rw-r--r--gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c b/gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c
index aaf32884e50..f401d39c2be 100644
--- a/gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c
+++ b/gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c
@@ -2,6 +2,7 @@
are emitted properly. */
/* { dg-do compile } */
/* { dg-options "-O2 -std=gnu99" } */
+/* { dg-options "-mstructure-size-boundary=8 -O2 -std=gnu99" { target arm-*-* } } */
extern void abort (void);