From: Josh Conner Date: Tue, 30 Aug 2005 15:07:15 +0000 (+0000) Subject: builtin-stringop-chk-1.c: Add -mstructure-size-boundary=8 to command-line options... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=064e8a9454723cefaac28aaaf30d36d73694efbe;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b6a2aae1b3a..07cf23f7b1f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-08-30 Josh Conner + + * gcc.dg/builtin-stringop-chk-1.c: Add -mstructure-size-boundary=8 + to command-line options for arm-*-* targets. + 2005-08-30 Geoffrey Keating * 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 aaf32884e50..f401d39c2be 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);