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]

Patch for bug 19799 (XFAIL sibcall-[34].c on hppa64-*)


As per bug 19799, gcc.dg/sibcall-[34].c should be XFAILed on hppa64-*.  
This patch does so.  Tested on hppa64-hp-hpux11.23.  OK to commit?

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)

2005-02-08  Joseph S. Myers  <joseph@codesourcery.com>

	PR target/19799
	* gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c: XFAIL on hppa64-*.

diff -rupN GCC.orig/gcc/testsuite/gcc.dg/sibcall-3.c GCC/gcc/testsuite/gcc.dg/sibcall-3.c
--- GCC.orig/gcc/testsuite/gcc.dg/sibcall-3.c	2004-11-26 14:53:39.000000000 +0000
+++ GCC/gcc/testsuite/gcc.dg/sibcall-3.c	2005-02-08 19:29:36.000000000 +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-*-* mn10300-*-* ns32k-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa-*-* } } */
+/* { dg-do run { xfail arc-*-* avr-*-* c4x-*-* cris-*-* h8300-*-* hppa64-*-* 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
diff -rupN GCC.orig/gcc/testsuite/gcc.dg/sibcall-4.c GCC/gcc/testsuite/gcc.dg/sibcall-4.c
--- GCC.orig/gcc/testsuite/gcc.dg/sibcall-4.c	2004-11-26 14:53:39.000000000 +0000
+++ GCC/gcc/testsuite/gcc.dg/sibcall-4.c	2005-02-08 19:29:52.000000000 +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-*-* mn10300-*-* ns32k-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa-*-* } } */
+/* { dg-do run { xfail arc-*-* avr-*-* c4x-*-* cris-*-* h8300-*-* hppa64-*-* 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]