OSDN Git Service

* gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 10 Feb 2002 20:37:22 +0000 (20:37 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 10 Feb 2002 20:37:22 +0000 (20:37 +0000)
* gcc.c-torture/compile/980506-1.x: Likewise.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/961203-1.x
gcc/testsuite/gcc.c-torture/compile/980506-1.x

index f70c311..350a19d 100644 (file)
@@ -1,5 +1,10 @@
 2002-02-10  Kazu Hirata  <kazu@hxi.com>
 
+       * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
+       * gcc.c-torture/compile/980506-1.x: Likewise.
+
+2002-02-10  Kazu Hirata  <kazu@hxi.com>
+
        * gcc.dg/20020210-1.c: New.
 
 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
index 30ebea6..e6fd4e4 100644 (file)
@@ -4,10 +4,15 @@ if { [istarget "xstormy16-*-*"] } {
         return 1;
 }
 
+if { [istarget "h8300-*-*"] } {
+       return 1
+}
+
 # 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 0
index a0717a9..056ef46 100644 (file)
@@ -3,4 +3,8 @@ if { [istarget "xstormy16-*-*"] } {
         return 1;
 }
 
+if { [istarget "h8300-*-*"] } {
+        return 1;
+}
+
 return 0