ultrasp1.c: Removed xfail.
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>
Tue, 2 Nov 1999 21:08:34 +0000 (21:08 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Tue, 2 Nov 1999 21:08:34 +0000 (21:08 +0000)
* gcc.dg/ultrasp1.c: Removed xfail.
* gcc.dg/struct-ret-2.c: Likewise.
* gcc.dg/array-1.c: Likewise.

From-SVN: r30356

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/array-1.c
gcc/testsuite/gcc.dg/struct-ret-2.c
gcc/testsuite/gcc.dg/ultrasp1.c

index 8a6b2849b7b5564854504498688d57cd6415bf66..410b472b24ba23ce04f16b45d579c1bccc838ba4 100644 (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.
index b6fedb31b6d1259dbbec19fd65d7d1442d2c36c7..6d1e69a17e576862cd203445503c9a362434a20f 100644 (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[] = "";
index ae92896c37b9c0863449d3bdd384562f3ccf80fb..b440bcfb9146137505dd774b7169c19f4a9ead23 100644 (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 {
index 853c72d35ab8353f6bdb358f9871efe6241d50c0..82f586c7db89d24ef3bf1b846f6c468263f89c46 100644 (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;