builtin-stringop-chk-1.c: Add -mstructure-size-boundary=8 to command-line options...
authorJosh Conner <jconner@apple.com>
Tue, 30 Aug 2005 15:07:15 +0000 (15:07 +0000)
committerJosh Conner <jconner@gcc.gnu.org>
Tue, 30 Aug 2005 15:07:15 +0000 (15:07 +0000)
        * gcc.dg/builtin-stringop-chk-1.c: Add -mstructure-size-boundary=8
        to command-line options for arm-*-* targets.

From-SVN: r103640

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c

index b6a2aae1b3abe5d89d45ab154f0687a7b967d3d5..07cf23f7b1f7f92dc926f8301bc24ea18b06499e 100644 (file)
@@ -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.
index aaf32884e509857cc6708422c3b7dadfda328a66..f401d39c2bedab7fe3333ee809d2b67cbecfff74 100644 (file)
@@ -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);