This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
c-torture/compile/961203-1.c no longer fails
- To: gcc-patches at gcc dot gnu dot org
- Subject: c-torture/compile/961203-1.c no longer fails
- From: Zack Weinberg <zack at wolery dot cumb dot org>
- Date: Wed, 28 Jun 2000 13:47:41 -0700
This test has been disabled since forever because it used to fail and
chew up tons of memory while doing so. It no longer does that; gcc
2.95 uses only ~112K of memory, 2.96 uses 130K + 464K (non- and gc-ed
memory), and both compile it successfully and correctly.
zw
* c-torture/compile/961203-1.x: Delete.
===================================================================
Index: testsuite/gcc.c-torture/compile/961203-1.x
--- testsuite/gcc.c-torture/compile/961203-1.x Wed Jun 28 13:44:15 2000
+++ testsuite/gcc.c-torture/compile/961203-1.x Tue May 5 13:32:27 1998
@@ -1,7 +0,0 @@
-# This doesn't work on any host with 32 bit int or smaller.
-
-# Because this test tends to consume lots of system resources and doesn't
-# currently work, don't actually run it. Just report a failure.
-setup_xfail "*-*-*"
-fail "gcc.c-torture/compile/961203-1.c"
-return 1 ;# `1' says we handled the testcase ourselves