From: Eric Christopher Date: Tue, 11 May 2004 07:37:16 +0000 (+0000) Subject: sibcall-3.c: Remove xfail for mips*-*-elf. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3df844b1176f278d184a65fb2ce5c137e8dc8363;p=platform%2Fupstream%2Fgcc.git sibcall-3.c: Remove xfail for mips*-*-elf. 2004-05-10 Eric Christopher * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf. * gcc.dg/sibcall-4.c: Ditto. From-SVN: r81695 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 43dfa3b..cc303e9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-05-10 Eric Christopher + + * gcc.dg/sibcall-3.c: Remove xfail for mips. + * gcc.dg/sibcall-4.c: Ditto. + 2004-05-10 Ziemowit Laski * g++.dg/ext/altivec-8.C: New test case. @@ -34,7 +39,7 @@ 2004-05-05 Uros Bizjak * gcc.dg/builtins-40.c: New test. - + 2004-05-05 Richard Sandiford * gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version. @@ -126,7 +131,7 @@ PR c++/15119 * g++.dg/other/vararg-1.C: New test. - + PR c++/4794 * g++.dg/eh/cleanup3.C: New test. @@ -136,7 +141,7 @@ and ad8011a (target_insn). * ada/acats/support/macro.dfs: Likewise. * ada/acats/support/impbit.adb: New file. - + 2004-04-23 Ulrich Weigand * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*. diff --git a/gcc/testsuite/gcc.dg/sibcall-3.c b/gcc/testsuite/gcc.dg/sibcall-3.c index e61110f..37637e7 100644 --- a/gcc/testsuite/gcc.dg/sibcall-3.c +++ b/gcc/testsuite/gcc.dg/sibcall-3.c @@ -5,7 +5,7 @@ Copyright (C) 2002 Free Software Foundation Inc. Contributed by Hans-Peter Nilsson */ -/* { dg-do run { xfail arc-*-* avr-*-* c4x-*-* cris-*-* h8300-*-* ip2k-*-* m32r-*-* m68hc1?-*-* m681?-*-* m680*-*-* m68k-*-* mcore-*-* mips*-*-* mn10300-*-* ns32k-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa-*-* } } */ +/* { dg-do run { xfail arc-*-* avr-*-* c4x-*-* cris-*-* h8300-*-* ip2k-*-* m32r-*-* m68hc1?-*-* m681?-*-* m680*-*-* m68k-*-* mcore-*-* mips*-*-irix* mips*-*-linux-gnu mn10300-*-* ns32k-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa-*-* } } */ /* { dg-options "-O2 -foptimize-sibling-calls" } */ /* The option -foptimize-sibling-calls is the default, but serves as diff --git a/gcc/testsuite/gcc.dg/sibcall-4.c b/gcc/testsuite/gcc.dg/sibcall-4.c index 9674e75..15d235c 100644 --- a/gcc/testsuite/gcc.dg/sibcall-4.c +++ b/gcc/testsuite/gcc.dg/sibcall-4.c @@ -5,7 +5,7 @@ Copyright (C) 2002 Free Software Foundation Inc. Contributed by Hans-Peter Nilsson */ -/* { dg-do run { xfail arc-*-* avr-*-* c4x-*-* cris-*-* h8300-*-* ip2k-*-* m32r-*-* m68hc1?-*-* m681?-*-* m680*-*-* m68k-*-* mcore-*-* mips*-*-* mn10300-*-* ns32k-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa-*-* } } */ +/* { dg-do run { xfail arc-*-* avr-*-* c4x-*-* cris-*-* h8300-*-* ip2k-*-* m32r-*-* m68hc1?-*-* m681?-*-* m680*-*-* m68k-*-* mcore-*-* mips*-*-irix* mips*-*-linux-gnu mn10300-*-* ns32k-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa-*-* } } */ /* { dg-options "-O2 -foptimize-sibling-calls" } */ /* The option -foptimize-sibling-calls is the default, but serves as