mirror of git://gcc.gnu.org/git/gcc.git
sibcall-3.c: Remove xfail for mips*-*-elf.
2004-05-10 Eric Christopher <echristo@redhat.com> * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf. * gcc.dg/sibcall-4.c: Ditto. From-SVN: r81695
This commit is contained in:
parent
78f59f3e9c
commit
3df844b117
|
@ -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.
|
||||
|
@ -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 <uweigand@de.ibm.com>
|
||||
|
||||
* gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue