From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15950 invoked by alias); 3 Jan 2003 20:55:57 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 15937 invoked from network); 3 Jan 2003 20:55:53 -0000 Received: from unknown (HELO mail-out2.apple.com) (17.254.0.51) by 209.249.29.67 with SMTP; 3 Jan 2003 20:55:53 -0000 Received: from mailgate1.apple.com (A17-128-100-225.apple.com [17.128.100.225]) by mail-out2.apple.com (8.11.3/8.11.3) with ESMTP id h03KtfI14825 for ; Fri, 3 Jan 2003 12:55:41 -0800 (PST) Received: from scv1.apple.com (scv1.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Fri, 3 Jan 2003 12:55:13 -0800 Received: from apple.com (mrs1.apple.com [17.201.24.248]) by scv1.apple.com (8.11.3/8.11.3) with ESMTP id h03Ktes04596; Fri, 3 Jan 2003 12:55:40 -0800 (PST) Date: Fri, 03 Jan 2003 20:55:00 -0000 Subject: Re: tree-ssa-cvs corrupt Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v548) Cc: Andreas Jaeger , gcc@gcc.gnu.org To: Diego Novillo From: Mike Stump In-Reply-To: <20030103162912.GA12816@tornado.toronto.redhat.com> Message-Id: Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00108.txt.bz2 In the C++ testsuite, we found a need for this, and the functionality is: FIXME - bla bla bla (such as, this test case fails and eats the machine alive). Just thought I'd share, as it is fairly obscure, but as times, useful. On Friday, January 3, 2003, at 08:29 AM, Diego Novillo wrote: > This one is on purpose. I added an explicit syntax error to > avoid blowing up memory usage. When building SSA we start > allocating more and more memory until eventually timing out and > thrashing the machine to death. > > I couldn't XFAIL it because the harness still tries to compile > the testcase first.