From 064e8a9454723cefaac28aaaf30d36d73694efbe Mon Sep 17 00:00:00 2001 From: Josh Conner Date: Tue, 30 Aug 2005 15:07:15 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b6a2aae1b3ab..07cf23f7b1f7 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 aaf32884e509..f401d39c2bed 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);