diff options
author | Greta Yorsh <greta.yorsh@arm.com> | 2012-05-03 09:48:22 +0100 |
---|---|---|
committer | Greta Yorsh <gretay@gcc.gnu.org> | 2012-05-03 09:48:22 +0100 |
commit | 4b507196a1745736c415d83d9cb3d7c55edbcd61 (patch) | |
tree | 68e45511ed309ecb6da83e7207756862b04ddb09 | |
parent | 9179ed9dfcff3506a350f19f835c4a1680d6886b (diff) | |
download | gcc-4b507196a1745736c415d83d9cb3d7c55edbcd61.zip gcc-4b507196a1745736c415d83d9cb3d7c55edbcd61.tar.gz gcc-4b507196a1745736c415d83d9cb3d7c55edbcd61.tar.bz2 |
builtin-stringop-chk-1.c (dg-options): Replace dg-options for target arm with dg-additional-options.
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b3063cc..985f81f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c b/gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c index beecab6..5cec6b3 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); |