diff options
author | Yao Qi <yao@codesourcery.com> | 2010-08-11 02:00:15 +0000 |
---|---|---|
committer | Yao Qi <qiyao@gcc.gnu.org> | 2010-08-11 02:00:15 +0000 |
commit | 1ae0fa1c16c568919d0a269414b4cf564d8529ec (patch) | |
tree | e28f3ebd15bbbc35a266c690a94ae990a6ec542a /gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c | |
parent | 2cb4a047b2a9192c1efdcb0ecc016068b40600e5 (diff) | |
download | gcc-1ae0fa1c16c568919d0a269414b4cf564d8529ec.zip gcc-1ae0fa1c16c568919d0a269414b4cf564d8529ec.tar.gz gcc-1ae0fa1c16c568919d0a269414b4cf564d8529ec.tar.bz2 |
builtin-stringop-chk-1.c: Change ARM triplet to a more general form.
2010-08-10 Yao Qi <yao@codesourcery.com>
* gcc.dg/builtin-stringop-chk-1.c: Change ARM triplet to a more
general form.
* gcc.dg/tree-ssa/loop-31.c: Likewise.
* g++.dg/other/packed1.C: Likewise.
* g++.dg/other/crash-4.C: Likewise.
* g++.dg/ext/packed8.C: Likewise.
* g++.dg/init/array16.C: Likewise.
From-SVN: r163088
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 f401d39..e9fb7db 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" } */ -/* { dg-options "-mstructure-size-boundary=8 -O2 -std=gnu99" { target arm-*-* } } */ +/* { dg-options "-mstructure-size-boundary=8 -O2 -std=gnu99" { target arm*-*-* } } */ extern void abort (void); |