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
This commit is contained in:
Josh Conner 2005-08-30 15:07:15 +00:00 committed by Josh Conner
parent da45075de7
commit 064e8a9454
2 changed files with 6 additions and 0 deletions

View 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.

View 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);