From: Kazu Hirata Date: Sun, 10 Feb 2002 20:37:22 +0000 (+0000) Subject: 961203-1.x: Disable on h8300 port. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b8c0d4e307f46a2d8204214ad0c66a557ba17c0;p=gcc.git 961203-1.x: Disable on h8300 port. * gcc.c-torture/compile/961203-1.x: Disable on h8300 port. * gcc.c-torture/compile/980506-1.x: Likewise. From-SVN: r49658 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f70c3119117..350a19d2f53 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-02-10 Kazu Hirata + + * gcc.c-torture/compile/961203-1.x: Disable on h8300 port. + * gcc.c-torture/compile/980506-1.x: Likewise. + 2002-02-10 Kazu Hirata * gcc.dg/20020210-1.c: New. diff --git a/gcc/testsuite/gcc.c-torture/compile/961203-1.x b/gcc/testsuite/gcc.c-torture/compile/961203-1.x index 30ebea69ea6..e6fd4e41a70 100644 --- a/gcc/testsuite/gcc.c-torture/compile/961203-1.x +++ b/gcc/testsuite/gcc.c-torture/compile/961203-1.x @@ -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 diff --git a/gcc/testsuite/gcc.c-torture/compile/980506-1.x b/gcc/testsuite/gcc.c-torture/compile/980506-1.x index a0717a90674..056ef463835 100644 --- a/gcc/testsuite/gcc.c-torture/compile/980506-1.x +++ b/gcc/testsuite/gcc.c-torture/compile/980506-1.x @@ -3,4 +3,8 @@ if { [istarget "xstormy16-*-*"] } { return 1; } +if { [istarget "h8300-*-*"] } { + return 1; +} + return 0