builtin-stringop-chk-1.c (dg-options): Replace dg-options for target arm with dg...
authorGreta Yorsh <greta.yorsh@arm.com>
Thu, 3 May 2012 08:48:22 +0000 (09:48 +0100)
committerGreta Yorsh <gretay@gcc.gnu.org>
Thu, 3 May 2012 08:48:22 +0000 (09:48 +0100)
gcc/testsuite

2012-05-02  Greta Yorsh  <Greta.Yorsh@arm.com>

* 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
gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c

index b3063cc3cb4c99c7825073f6e9b5f434d06ce9eb..985f81ff9c3d3080c41c837c024df5802d785f21 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-03  Greta Yorsh  <Greta.Yorsh@arm.com>
+
+       * gcc.dg/builtin-stringop-chk-1.c (dg-options): Replace
+       dg-options for target arm with dg-additional-options.
+
 2012-05-03  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/53144
index beecab652e362acefed5276e7062c83acbf93231..5cec6b361e4001300598741dc8e06895a4bfb39a 100644 (file)
@@ -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);