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:
Alexandre Oliva 1999-11-02 21:08:34 +00:00 committed by Alexandre Oliva
parent b21534148c
commit da0182574f
4 changed files with 10 additions and 4 deletions

View File

@ -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.

View File

@ -3,7 +3,7 @@
Copyright (C) 1999 Free Software Foundation */
/* { dg-do compile { xfail alpha-*-* } } */
/* { dg-do compile } */
extern char foo[1];
char foo[] = "";

View File

@ -3,7 +3,7 @@
Copyright (C) 1999 Free Software Foundation */
/* { dg-do compile { xfail mips-sgi-irix6* } } */
/* { dg-do compile } */
/* { dg-options "-O3" } */
struct {

View File

@ -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;