Commit da018257 by Alexandre Oliva Committed by Alexandre Oliva

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
parent b2153414
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> 1999-11-01 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* gcc.dg/struct-ret-2.c: New test. * gcc.dg/struct-ret-2.c: New test.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Copyright (C) 1999 Free Software Foundation */ Copyright (C) 1999 Free Software Foundation */
/* { dg-do compile { xfail alpha-*-* } } */ /* { dg-do compile } */
extern char foo[1]; extern char foo[1];
char foo[] = ""; char foo[] = "";
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Copyright (C) 1999 Free Software Foundation */ Copyright (C) 1999 Free Software Foundation */
/* { dg-do compile { xfail mips-sgi-irix6* } } */ /* { dg-do compile } */
/* { dg-options "-O3" } */ /* { dg-options "-O3" } */
struct { struct {
......
/* Simplified from testcase by David Staepelaere <staapa@ultimatech.com> */ /* Simplified from testcase by David Staepelaere <staapa@ultimatech.com> */
/* { dg-do compile { xfail sparc-*-* } } */ /* { dg-do compile } */
/* { dg-options "" } */ /* { dg-options "" } */
/* { dg-options -mcpu=ultrasparc { target sparc-*-*-* } } */ /* { dg-options -mcpu=ultrasparc { target sparc-*-* } } */
int foo(long long y) { int foo(long long y) {
return -1 * y; return -1 * y;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment