mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 02:19:01 +08:00
ultrasp1.c: Removed xfail.
* gcc.dg/ultrasp1.c: Removed xfail. * gcc.dg/struct-ret-2.c: Likewise. * gcc.dg/array-1.c: Likewise. From-SVN: r30356
This commit is contained in:
parent
b21534148c
commit
da0182574f
@ -1,3 +1,9 @@
|
||||
1999-11-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
||||
|
||||
* gcc.dg/ultrasp1.c: Removed xfail.
|
||||
* gcc.dg/struct-ret-2.c: Likewise.
|
||||
* gcc.dg/array-1.c: Likewise.
|
||||
|
||||
1999-11-01 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
||||
|
||||
* gcc.dg/struct-ret-2.c: New test.
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Copyright (C) 1999 Free Software Foundation */
|
||||
|
||||
/* { dg-do compile { xfail alpha-*-* } } */
|
||||
/* { dg-do compile } */
|
||||
|
||||
extern char foo[1];
|
||||
char foo[] = "";
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Copyright (C) 1999 Free Software Foundation */
|
||||
|
||||
/* { dg-do compile { xfail mips-sgi-irix6* } } */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O3" } */
|
||||
|
||||
struct {
|
||||
|
@ -1,8 +1,8 @@
|
||||
/* Simplified from testcase by David Staepelaere <staapa@ultimatech.com> */
|
||||
|
||||
/* { dg-do compile { xfail sparc-*-* } } */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "" } */
|
||||
/* { dg-options -mcpu=ultrasparc { target sparc-*-*-* } } */
|
||||
/* { dg-options -mcpu=ultrasparc { target sparc-*-* } } */
|
||||
|
||||
int foo(long long y) {
|
||||
return -1 * y;
|
||||
|
Loading…
Reference in New Issue
Block a user