]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
builtin-stringop-chk-1.c: Change ARM triplet to a more general form.
authorYao Qi <yao@codesourcery.com>
Wed, 11 Aug 2010 02:00:15 +0000 (02:00 +0000)
committerYao Qi <qiyao@gcc.gnu.org>
Wed, 11 Aug 2010 02:00:15 +0000 (02:00 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/packed8.C
gcc/testsuite/g++.dg/init/array16.C
gcc/testsuite/g++.dg/other/crash-4.C
gcc/testsuite/g++.dg/other/packed1.C
gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c
gcc/testsuite/gcc.dg/tree-ssa/loop-31.c

index 38f0ee015e3aefd3783f3c54f07120bb194de994..fe4ce63e71bdfb7e32528b5e397ccc9f4ec892e8 100644 (file)
@@ -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
index 1f86cfc0a69ebac224c597ab0f4f664f6ae8d217..91ee8b3ee74dc6896c2029541678c1d1ccd347b9 100644 (file)
@@ -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
 {
index be65219075bde014bb845a8096acc0385ce86722..188d1a84ff1920d6f6a335e1e0691dcf2cdd04c6 100644 (file)
@@ -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>
index d6247c44f36be5fb2864cbaad93b2be1aa6e5cfd..a77fe05d487abd57097272c61899ddf5271db30c 100644 (file)
@@ -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
 {
index 91d0ed3a7245bb9c0b1fcabc8288678bddc78f91..7a842d39ad18f64d72881795433e1f318482a5bc 100644 (file)
@@ -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.
index f401d39c2bedab7fe3333ee809d2b67cbecfff74..e9fb7db52191745fd7736afe583ef79b844c717c 100644 (file)
@@ -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);
 
index 603aec033a776b7d123ccb0edf61b0383a6bfd67..4f226374bdb0380bcda577ef1248cf7e340b662f 100644 (file)
@@ -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" } } */