aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Conner <jconner@apple.com>2005-08-30 15:07:15 +0000
committerJosh Conner <jconner@gcc.gnu.org>2005-08-30 15:07:15 +0000
commit064e8a9454723cefaac28aaaf30d36d73694efbe (patch)
treedb51fbaeab0aafbe70e281e37eb1c038dfa45288
parentda45075de7626beb7546ccc28176048330158695 (diff)
downloadgcc-064e8a9454723cefaac28aaaf30d36d73694efbe.zip
gcc-064e8a9454723cefaac28aaaf30d36d73694efbe.tar.gz
gcc-064e8a9454723cefaac28aaaf30d36d73694efbe.tar.bz2
builtin-stringop-chk-1.c: Add -mstructure-size-boundary=8 to command-line options for arm-*-* targets.
* gcc.dg/builtin-stringop-chk-1.c: Add -mstructure-size-boundary=8 to command-line options for arm-*-* targets. From-SVN: r103640
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index b6a2aae..07cf23f 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-30 Josh Conner <jconner@apple.com>
+
+ * gcc.dg/builtin-stringop-chk-1.c: Add -mstructure-size-boundary=8
+ to command-line options for arm-*-* targets.
+
2005-08-30 Geoffrey Keating <geoffk@apple.com>
* g++.dg/other/i386-1.C: New.
diff --git a/gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c b/gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c
index aaf3288..f401d39 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);