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 | |
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 10 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/ext/packed8.C | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/init/array16.C | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/other/crash-4.C | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/other/packed1.C | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/loop-31.c | 2 |
7 files changed, 16 insertions, 6 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 38f0ee0..fe4ce63 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,13 @@ +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. + 2010-08-10 xinliang David Li <davidxl@google.com> * gcc.dg/tree-ssa/loop-19.c: Add option -fno-prefetch-loop-array diff --git a/gcc/testsuite/g++.dg/ext/packed8.C b/gcc/testsuite/g++.dg/ext/packed8.C index 1f86cfc..91ee8b3 100644 --- a/gcc/testsuite/g++.dg/ext/packed8.C +++ b/gcc/testsuite/g++.dg/ext/packed8.C @@ -2,7 +2,7 @@ // NOTE: This test assumes packed structure layout differs from unpacked // structure layout. This isn't true, e.g., with the default // arm-none-elf options. -// { dg-options "-mstructure-size-boundary=8" { target arm-*-* } } +// { dg-options "-mstructure-size-boundary=8" { target arm*-*-* } } class A { diff --git a/gcc/testsuite/g++.dg/init/array16.C b/gcc/testsuite/g++.dg/init/array16.C index be65219..188d1a84 100644 --- a/gcc/testsuite/g++.dg/init/array16.C +++ b/gcc/testsuite/g++.dg/init/array16.C @@ -1,7 +1,7 @@ // Causes timeout for the MMIX simulator on a 3GHz P4 and we can't // have "compile" for some targets and "run" for others. // { dg-do run { target { ! mmix-*-* } } } -// { dg-options "-mstructure-size-boundary=8" { target arm-*-* } } +// { dg-options "-mstructure-size-boundary=8" { target arm*-*-* } } // Copyright (C) 2004 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 8 Dec 2004 <nathan@codesourcery.com> diff --git a/gcc/testsuite/g++.dg/other/crash-4.C b/gcc/testsuite/g++.dg/other/crash-4.C index d6247c4..a77fe05 100644 --- a/gcc/testsuite/g++.dg/other/crash-4.C +++ b/gcc/testsuite/g++.dg/other/crash-4.C @@ -7,7 +7,7 @@ // NOTE: This test assumes packed structure layout differs from unpacked // structure layout. This isn't true, e.g., with the default // arm-none-elf options. -// { dg-options "-mstructure-size-boundary=8" { target arm-*-* } } +// { dg-options "-mstructure-size-boundary=8" { target arm*-*-* } } struct a { diff --git a/gcc/testsuite/g++.dg/other/packed1.C b/gcc/testsuite/g++.dg/other/packed1.C index 91d0ed3..7a842d3 100644 --- a/gcc/testsuite/g++.dg/other/packed1.C +++ b/gcc/testsuite/g++.dg/other/packed1.C @@ -1,4 +1,4 @@ -// { dg-do run { xfail arm-*-* sh-*-* lm32-*-* } } +// { dg-do run { xfail arm*-*-* sh-*-* lm32-*-* } } // NMS:2003-04-21 this fails on strict aligned architectures again, // the patch was reverted because it broke something more important. 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); diff --git a/gcc/testsuite/gcc.dg/tree-ssa/loop-31.c b/gcc/testsuite/gcc.dg/tree-ssa/loop-31.c index 603aec0..4f22637 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/loop-31.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/loop-31.c @@ -15,7 +15,7 @@ short foo (int len, int v) /* When we do not have addressing mode including multiplication, the memory access should be strength-reduced. */ -/* { dg-final { scan-tree-dump-times " \\+ 2" 1 "optimized" { target arm-*-* } } } */ +/* { dg-final { scan-tree-dump-times " \\+ 2" 1 "optimized" { target arm*-*-* } } } */ /* { dg-final { scan-tree-dump-times " \\+ 2" 1 "optimized" { target { ia64-*-* && ilp32 } } } } */ /* { dg-final { scan-tree-dump-times " \\+ 2" 2 "optimized" { target { ia64-*-* && lp64 } } } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */ |