mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 21:41:14 +08:00
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:
parent
da45075de7
commit
064e8a9454
@ -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.
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user