From 4b507196a1745736c415d83d9cb3d7c55edbcd61 Mon Sep 17 00:00:00 2001 From: Greta Yorsh Date: Thu, 3 May 2012 09:48:22 +0100 Subject: [PATCH] builtin-stringop-chk-1.c (dg-options): Replace dg-options for target arm with dg-additional-options. gcc/testsuite 2012-05-02 Greta Yorsh * gcc.dg/builtin-stringop-chk-1.c (dg-options): Replace dg-options for target arm with dg-additional-options. From-SVN: r187079 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b3063cc3cb4..985f81ff9c3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-05-03 Greta Yorsh + + * gcc.dg/builtin-stringop-chk-1.c (dg-options): Replace + dg-options for target arm with dg-additional-options. + 2012-05-03 Richard Guenther PR tree-optimization/53144 diff --git a/gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c b/gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c index beecab652e3..5cec6b361e4 100644 --- a/gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c +++ b/gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c @@ -2,7 +2,7 @@ are emitted properly. */ /* { dg-do compile } */ /* { dg-options "-O2 -std=gnu99 -ftrack-macro-expansion=0" } */ -/* { dg-options "-mstructure-size-boundary=8 -O2 -std=gnu99" { target arm*-*-* } } */ +/* { dg-additional-options "-mstructure-size-boundary=8" { target arm*-*-* } } */ extern void abort (void); -- 2.30.2