Commit 064e8a94 by Josh Conner Committed by Josh Conner

builtin-stringop-chk-1.c: Add -mstructure-size-boundary=8 to command-line…

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
parent da45075d
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.
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment