]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fshort-wchar.c: add extra dg-options for arm*-*-*eabi* targets.
authorJames Greenhalgh <james.greenhalgh@arm.com>
Wed, 5 Jun 2013 11:08:00 +0000 (11:08 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Wed, 5 Jun 2013 11:08:00 +0000 (11:08 +0000)
gcc/testsuite

* gcc.dg/fshort-wchar.c: add extra dg-options for
arm*-*-*eabi* targets.
* gcc.dg/tree-ssa/pr42585.c: change dg-final to catch
arm*-*-* targets.
* gcc.dg/tree-ssa/pr43491.c: likewise.

From-SVN: r199692

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/fshort-wchar.c
gcc/testsuite/gcc.dg/tree-ssa/pr42585.c
gcc/testsuite/gcc.dg/tree-ssa/pr43491.c

index aeef1facea94be0ef9c7099e79a05c75e57726b9..2985cb619666682f8700bce8f68918f4c72a1400 100644 (file)
@@ -1,3 +1,11 @@
+2013-06-05  James Greenhalgh  <james.greenhalgh@arm.com>
+
+       * gcc.dg/fshort-wchar.c: Add extra dg-options for
+       arm*-*-*eabi* targets.
+       * gcc.dg/tree-ssa/pr42585.c: Change dg-final to catch
+       arm*-*-* targets.
+       * gcc.dg/tree-ssa/pr43491.c: Likewise.
+
 2013-06-05  Manfred Schwarb  <manfred99@gmx.ch>
            Tobias Burnus  <burnus@net-b.de>
 
index c9c751504df5144beb906e5bdb017ce9007ade20..bb6988167740987a5eae5c373424ae57544e4497 100644 (file)
@@ -2,7 +2,7 @@
 
 /* { dg-do run } */
 /* { dg-options "-fshort-wchar" } */
-/* { dg-options "-fshort-wchar -Wl,--no-wchar-size-warning" { target arm*-*-*eabi } } */
+/* { dg-options "-fshort-wchar -Wl,--no-wchar-size-warning" { target arm*-*-*eabi* } } */
 
 /* Source: Neil Booth, 10 Dec 2002.
 
index d01b8abdda700eba36e24b38528930b13659c214..520c357a3ad3b789fcee87740587d2caee821fba 100644 (file)
@@ -35,6 +35,6 @@ Cyc_string_ungetc (int ignore, struct _fat_ptr *sptr)
 /* Whether the structs are totally scalarized or not depends on the
    MOVE_RATIO macro defintion in the back end.  The scalarization will
    not take place when using small values for MOVE_RATIO.  */
-/* { dg-final { scan-tree-dump-times "struct _fat_ptr _ans" 0 "optimized" { target { ! "arm-*-* powerpc*-*-* s390*-*-* sh*-*-*" } } } } */
-/* { dg-final { scan-tree-dump-times "struct _fat_ptr _T2" 0 "optimized" { target { ! "arm-*-* powerpc*-*-* s390*-*-* sh*-*-*" } } } } */
+/* { dg-final { scan-tree-dump-times "struct _fat_ptr _ans" 0 "optimized" { target { ! "arm*-*-* powerpc*-*-* s390*-*-* sh*-*-*" } } } } */
+/* { dg-final { scan-tree-dump-times "struct _fat_ptr _T2" 0 "optimized" { target { ! "arm*-*-* powerpc*-*-* s390*-*-* sh*-*-*" } } } } */
 /* { dg-final { cleanup-tree-dump "optimized" } } */
index 247340044567fceb1c0704e5a4713fd249d2de7b..44dc5f2d3cf14eff65f24b76d84c1e3f96d485b8 100644 (file)
@@ -37,6 +37,6 @@ long foo(long data, long v)
 }
 /* We should not eliminate global register variable when it is the RHS of
    a single assignment.  */
-/* { dg-final { scan-tree-dump-times "Eliminated: 2" 1 "pre" { target { arm-*-* i?86-*-* mips*-*-* x86_64-*-* } } } } */
-/* { dg-final { scan-tree-dump-times "Eliminated: 3" 1 "pre" { target { ! { arm-*-* i?86-*-* mips*-*-* x86_64-*-* } } } } } */
+/* { dg-final { scan-tree-dump-times "Eliminated: 2" 1 "pre" { target { arm*-*-* i?86-*-* mips*-*-* x86_64-*-* } } } } */
+/* { dg-final { scan-tree-dump-times "Eliminated: 3" 1 "pre" { target { ! { arm*-*-* i?86-*-* mips*-*-* x86_64-*-* } } } } } */
 /* { dg-final { cleanup-tree-dump "pre" } } */