OSDN Git Service

2004-05-10 Eric Christopher <echristo@redhat.com>
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 May 2004 07:37:16 +0000 (07:37 +0000)
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 May 2004 07:37:16 +0000 (07:37 +0000)
* gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf.
* gcc.dg/sibcall-4.c: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81695 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/sibcall-3.c
gcc/testsuite/gcc.dg/sibcall-4.c

index 43dfa3b..cc303e9 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-10  Eric Christopher  <echristo@redhat.com>
+
+       * gcc.dg/sibcall-3.c: Remove xfail for mips.
+       * gcc.dg/sibcall-4.c: Ditto.
+
 2004-05-10  Ziemowit Laski  <zlaski@apple.com>
 
        * g++.dg/ext/altivec-8.C: New test case.
@@ -34,7 +39,7 @@
 2004-05-05  Uros Bizjak  <uros@kss-loka.si>
 
        * gcc.dg/builtins-40.c: New test.
-       
+
 2004-05-05  Richard Sandiford  <rsandifo@redhat.com>
 
        * gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
 
        PR c++/15119
        * g++.dg/other/vararg-1.C: New test.
-       
+
        PR c++/4794
        * g++.dg/eh/cleanup3.C: New test.
 
        and ad8011a (target_insn).
        * ada/acats/support/macro.dfs: Likewise.
        * ada/acats/support/impbit.adb: New file.
-       
+
 2004-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
index e61110f..37637e7 100644 (file)
@@ -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-*-* 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
index 9674e75..15d235c 100644 (file)
@@ -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-*-* 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