* gcc.c-torture/compile/20000804-1.x: Don't execute this test at
authorciceron <ciceron@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Jan 2003 21:26:14 +0000 (21:26 +0000)
committerciceron <ciceron@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Jan 2003 21:26:14 +0000 (21:26 +0000)
all for HC11/HC12.
* gcc.c-torture/compile/20001205-1.x: Likewise.
* gcc.c-torture/compile/20001226-1.x: Likewise.
* gcc.c-torture/compile/920520-1.x: Likewise.
* gcc.c-torture/compile/961203-1.x: Likewise.
* gcc.c-torture/compile/20020604-1.x: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61351 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20000804-1.x
gcc/testsuite/gcc.c-torture/compile/20001205-1.x
gcc/testsuite/gcc.c-torture/compile/20001226-1.x
gcc/testsuite/gcc.c-torture/compile/20020604-1.x
gcc/testsuite/gcc.c-torture/compile/920520-1.x
gcc/testsuite/gcc.c-torture/compile/961203-1.x

index 0133eb2..4b38fb0 100644 (file)
@@ -1,3 +1,13 @@
+2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
+       all for HC11/HC12.
+       * gcc.c-torture/compile/20001205-1.x: Likewise.
+       * gcc.c-torture/compile/20001226-1.x: Likewise.
+       * gcc.c-torture/compile/920520-1.x: Likewise.
+       * gcc.c-torture/compile/961203-1.x: Likewise.
+       * gcc.c-torture/compile/20020604-1.x: Likewise.
+
 Wed Jan 15 12:20:52 CET 2003  Jan Hubicka  <jh@suse.cz>
 
        * gcc.c-torture/compile/20030115-1.c: New test.
index d2c3cec..458c8e7 100644 (file)
@@ -1,9 +1,8 @@
 # This does not work on m68hc11 due to the use of an asm statement
 # to force a 'long long' (64-bits) to go in a register.
 
-global target_triplet
 if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
-      set torture_compile_xfail "$target_triplet"
+      return 1
 }
 
 return 0
index bde61fd..134cdf1 100644 (file)
@@ -1,8 +1,7 @@
 # This does not work on m68hc11 due to the asm statement which
 # forces two 'long' (32-bits) variables to go in registers.
 
-global target_triplet
 if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
-      set torture_compile_xfail "$target_triplet"
+      return 1
 }
 return 0
index 13616c6..6e46f46 100644 (file)
@@ -3,7 +3,7 @@
 
 global target_triplet
 if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
-      set torture_compile_xfail "$target_triplet"
+      return 1
 }
 
 # It doesn't work on Xtensa with -O0 because the function is larger
index 4d4a49e..bced22f 100644 (file)
@@ -3,4 +3,8 @@ if { [istarget "h8300-*-*"] } {
         return 1;
 }
 
+if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
+        return 1;
+}
+
 return 0
index f7a13c8..3687bf6 100644 (file)
@@ -3,8 +3,7 @@ set options "-S"
 # This does not work on m68hc11 due to the asm which forces a
 # float or a double to go in a register.
 
-global target_triplet
 if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
-      set torture_compile_xfail "$target_triplet"
+      return 1
 }
 return 0
index e6fd4e4..e705ffe 100644 (file)
@@ -10,9 +10,8 @@ if { [istarget "h8300-*-*"] } {
 
 # Array 'a' in this test is too large to fit in 64K.
 
-global target_triplet
 if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
-       set torture_compile_xfail "$target_triplet"
+       return 1
 }
 
 return 0