From 512327229b4caf335452ae34c073501efe681920 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 30 Dec 2003 17:25:49 +0000 Subject: [PATCH] * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead ports. * g++.old-deja/g++.jason/thunk3.C: Likewise. * g++.old-deja/g++.law/profile1.C: Likewise. * gcc.c-torture/compile/981006-1.c: Likewise. * gcc.c-torture/execute/loop-2e.x: Likewise. * gcc.c-torture/execute/loop-2f.x: Remove. * gcc.c-torture/execute/loop-2g.x: Likewise. * gcc.c-torture/execute/strct-varg-1.x: Likewise. * gcc.dg/20020312-2.c: Remove traces of dead ports. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75240 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 13 +++++++++++++ gcc/testsuite/g++.old-deja/g++.jason/thunk2.C | 2 +- gcc/testsuite/g++.old-deja/g++.jason/thunk3.C | 2 +- gcc/testsuite/g++.old-deja/g++.law/profile1.C | 2 +- gcc/testsuite/gcc.c-torture/compile/981006-1.c | 2 +- gcc/testsuite/gcc.c-torture/execute/loop-2e.x | 7 ------- gcc/testsuite/gcc.c-torture/execute/loop-2f.x | 9 --------- gcc/testsuite/gcc.c-torture/execute/loop-2g.x | 9 --------- gcc/testsuite/gcc.c-torture/execute/strct-varg-1.x | 7 ------- gcc/testsuite/gcc.dg/20020312-2.c | 6 ------ 10 files changed, 17 insertions(+), 42 deletions(-) delete mode 100644 gcc/testsuite/gcc.c-torture/execute/loop-2f.x delete mode 100644 gcc/testsuite/gcc.c-torture/execute/loop-2g.x delete mode 100644 gcc/testsuite/gcc.c-torture/execute/strct-varg-1.x diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d13331fdfd9..4bf92b6f2f6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,16 @@ +2003-12-30 Kazu Hirata + + * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead + ports. + * g++.old-deja/g++.jason/thunk3.C: Likewise. + * g++.old-deja/g++.law/profile1.C: Likewise. + * gcc.c-torture/compile/981006-1.c: Likewise. + * gcc.c-torture/execute/loop-2e.x: Likewise. + * gcc.c-torture/execute/loop-2f.x: Remove. + * gcc.c-torture/execute/loop-2g.x: Likewise. + * gcc.c-torture/execute/strct-varg-1.x: Likewise. + * gcc.dg/20020312-2.c: Remove traces of dead ports. + 2003-12-30 Nathan Sidwell PR c++/13507 diff --git a/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C b/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C index a52ec2e865e..01a2ec696db 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C @@ -1,4 +1,4 @@ -// { dg-do run { xfail m68k-motorola-sysv m88k-motorola-sysv3 } } +// { dg-do run } // { dg-options "-fPIC" } // Test that non-variadic function calls using thunks and PIC work right. diff --git a/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C b/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C index 9a4cffcdc56..8b8104969a3 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C @@ -1,4 +1,4 @@ -// { dg-do run { xfail mips*-*-* rs6000-*-* powerpc-*-eabi m68k-*-coff m68k-motorola-sysv m88k-motorola-sysv3 mn10300-*-* mn10200-*-* v850-*-* sh-*-* sh64-*-* h8*-*-* xtensa-*-* } } +// { dg-do run { xfail mips*-*-* rs6000-*-* powerpc-*-eabi m68k-*-coff mn10300-*-* v850-*-* sh-*-* sh64-*-* h8*-*-* xtensa-*-* } } // Test that variadic function calls using thunks work right. // Note that this will break on any target that uses the generic thunk // support, because it doesn't support variadic functions. diff --git a/gcc/testsuite/g++.old-deja/g++.law/profile1.C b/gcc/testsuite/g++.old-deja/g++.law/profile1.C index 0a03bff6e80..9ca4a915469 100644 --- a/gcc/testsuite/g++.old-deja/g++.law/profile1.C +++ b/gcc/testsuite/g++.old-deja/g++.law/profile1.C @@ -1,4 +1,4 @@ -// { dg-do run { xfail m68k-motorola-sysv m88k-motorola-sysv3 mips*-*-* i[3456]86-*-sco3.2v5* } } +// { dg-do run { xfail mips*-*-* i[3456]86-*-sco3.2v5* } } // { dg-require-profiling "" } // { dg-options "-pg" } // { dg-options "-pg -static" { target hppa*-*-hpux* } } diff --git a/gcc/testsuite/gcc.c-torture/compile/981006-1.c b/gcc/testsuite/gcc.c-torture/compile/981006-1.c index d71637328db..718fa881af5 100644 --- a/gcc/testsuite/gcc.c-torture/compile/981006-1.c +++ b/gcc/testsuite/gcc.c-torture/compile/981006-1.c @@ -6,7 +6,7 @@ /* { dg-do assemble } */ /* For MIPS at least, pic is needed to trigger the problem. */ /* { dg-options "-w -Wuninitialized -Werror -fpic" } */ -/* { dg-options "-w -Wuninitialized -Werror" { target rs6000-*-aix* powerpc*-*-aix* arm*-*-* xscale*-*-* strongarm*-*-* fr30-*-* sh-*-hms sh-*-coff h8300*-*-* mn10200*-*-* cris-*-elf* cris-*-aout* mmix-*-* } } */ +/* { dg-options "-w -Wuninitialized -Werror" { target rs6000-*-aix* powerpc*-*-aix* arm*-*-* xscale*-*-* strongarm*-*-* fr30-*-* sh-*-hms sh-*-coff h8300*-*-* cris-*-elf* cris-*-aout* mmix-*-* } } */ int foo (int a, int b) { diff --git a/gcc/testsuite/gcc.c-torture/execute/loop-2e.x b/gcc/testsuite/gcc.c-torture/execute/loop-2e.x index d7b9f285097..9836850d8b2 100644 --- a/gcc/testsuite/gcc.c-torture/execute/loop-2e.x +++ b/gcc/testsuite/gcc.c-torture/execute/loop-2e.x @@ -1,11 +1,4 @@ -# This doesn't work on m68k-motorola-sysv -# It also doesn't work on m88k-motorola-sysv3 - global target_triplet -if { [istarget "m68k-motorola-sysv"] || [istarget "m88k-motorola-sysv3"] } { - set torture_compile_xfail "$target_triplet" -} - if { [istarget "i?86-*"] } { set torture_eval_before_execute { global compiler_conditional_xfail_data diff --git a/gcc/testsuite/gcc.c-torture/execute/loop-2f.x b/gcc/testsuite/gcc.c-torture/execute/loop-2f.x deleted file mode 100644 index e68b8fbb8d2..00000000000 --- a/gcc/testsuite/gcc.c-torture/execute/loop-2f.x +++ /dev/null @@ -1,9 +0,0 @@ -# This doesn't work on m68k-motorola-sysv -# It also doesn't work on m88k-motorola-sysv3 - -global target_triplet -if { [istarget "m68k-motorola-sysv"] || [istarget "m88k-motorola-sysv3"] } { - set torture_compile_xfail "$target_triplet" -} - -return 0 diff --git a/gcc/testsuite/gcc.c-torture/execute/loop-2g.x b/gcc/testsuite/gcc.c-torture/execute/loop-2g.x deleted file mode 100644 index e68b8fbb8d2..00000000000 --- a/gcc/testsuite/gcc.c-torture/execute/loop-2g.x +++ /dev/null @@ -1,9 +0,0 @@ -# This doesn't work on m68k-motorola-sysv -# It also doesn't work on m88k-motorola-sysv3 - -global target_triplet -if { [istarget "m68k-motorola-sysv"] || [istarget "m88k-motorola-sysv3"] } { - set torture_compile_xfail "$target_triplet" -} - -return 0 diff --git a/gcc/testsuite/gcc.c-torture/execute/strct-varg-1.x b/gcc/testsuite/gcc.c-torture/execute/strct-varg-1.x deleted file mode 100644 index 850736e82dc..00000000000 --- a/gcc/testsuite/gcc.c-torture/execute/strct-varg-1.x +++ /dev/null @@ -1,7 +0,0 @@ -# This doesn't work on mn10200 - -if { [istarget "mn10200*-*-*"] } { - set torture_execute_xfail "mn10200*-*-*" -} - -return 0 diff --git a/gcc/testsuite/gcc.dg/20020312-2.c b/gcc/testsuite/gcc.dg/20020312-2.c index 082190b3c36..c6b9d8e26fa 100644 --- a/gcc/testsuite/gcc.dg/20020312-2.c +++ b/gcc/testsuite/gcc.dg/20020312-2.c @@ -40,8 +40,6 @@ /* No pic register. */ #elif defined(__m68k__) # define PIC_REG "a5" -#elif defined(__m88k__) -# define PIC_REG "25" #elif defined(__mc68hc1x__) /* No pic register. */ #elif defined(__mcore__) @@ -50,8 +48,6 @@ /* PIC register is $28, but is used even without -fpic. */ #elif defined(__MMIX__) /* No pic register. */ -#elif defined(__mn10200__) -/* No pic register. */ #elif defined(__mn10300__) /* No pic register. */ #elif #cpu(ns32k) @@ -66,8 +62,6 @@ # else # define PIC_REG "30" # endif -#elif defined(__ibm032__) /* aka romp */ -/* No pic register. */ #elif defined(__s390__) # define PIC_REG "12" #elif defined(__sparc__) -- 2.11.0