This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] remove xfail for sibcall-3/4.c


Richard fixed this eons ago. I'm going to remove the xfails just to make
the test results look a little prettier.

-eric

-- 
Eric Christopher <echristo@redhat.com>

2004-05-10  Eric Christopher  <echristo@redhat.com>

	* gcc.dg/sibcall-3.c: Remove xfail for mips.
	* gcc.dg/sibcall-4.c: Ditto.

Index: gcc.dg/sibcall-3.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/sibcall-3.c,v
retrieving revision 1.6
diff -u -p -w -r1.6 sibcall-3.c
--- gcc.dg/sibcall-3.c	30 Apr 2004 16:40:21 -0000	1.6
+++ gcc.dg/sibcall-3.c	11 May 2004 06:53:57 -0000
@@ -5,7 +5,7 @@
    Copyright (C) 2002 Free Software Foundation Inc.
    Contributed by Hans-Peter Nilsson  <hp@bitrange.com>  */
 
-/* { 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-*-*
mn10300-*-* ns32k-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa-*-* } } */
 /* { dg-options "-O2 -foptimize-sibling-calls" } */
 
 /* The option -foptimize-sibling-calls is the default, but serves as
Index: gcc.dg/sibcall-4.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/sibcall-4.c,v
retrieving revision 1.6
diff -u -p -w -r1.6 sibcall-4.c
--- gcc.dg/sibcall-4.c	30 Apr 2004 16:40:22 -0000	1.6
+++ gcc.dg/sibcall-4.c	11 May 2004 06:53:57 -0000
@@ -5,7 +5,7 @@
    Copyright (C) 2002 Free Software Foundation Inc.
    Contributed by Hans-Peter Nilsson  <hp@bitrange.com>  */
 
-/* { 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-*-*
mn10300-*-* ns32k-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa-*-* } } */
 /* { dg-options "-O2 -foptimize-sibling-calls" } */
 
 /* The option -foptimize-sibling-calls is the default, but serves as



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]