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 /gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c | |
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
Diffstat (limited to 'gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |