From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 669 invoked by alias); 3 Jan 2003 16:29:28 -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 657 invoked from network); 3 Jan 2003 16:29:27 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (66.187.233.200) by 209.249.29.67 with SMTP; 3 Jan 2003 16:29:27 -0000 Received: from tornado.toronto.redhat.com (IDENT:eosJ9XOmm245Nq8HX9phjasrxDPglvaM@tornado.toronto.redhat.com [172.16.14.228]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h03GTEY16041; Fri, 3 Jan 2003 11:29:14 -0500 Received: from tornado.toronto.redhat.com (localhost [127.0.0.1]) by tornado.toronto.redhat.com (8.12.5/8.12.5) with ESMTP id h03GTDpw012860; Fri, 3 Jan 2003 11:29:13 -0500 Received: (from dnovillo@localhost) by tornado.toronto.redhat.com (8.12.5/8.12.5/Submit) id h03GTC0p012858; Fri, 3 Jan 2003 11:29:12 -0500 Date: Fri, 03 Jan 2003 16:29:00 -0000 From: Diego Novillo To: Andreas Jaeger Cc: gcc@gcc.gnu.org Subject: Re: tree-ssa-cvs corrupt Message-ID: <20030103162912.GA12816@tornado.toronto.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Organization: Red Hat Canada X-SW-Source: 2003-01/txt/msg00098.txt.bz2 On Fri, 03 Jan 2003, Andreas Jaeger wrote: > I got lots of failures in the testsuite due to missing first characters. > > Note the missing "/" at the beginning of the line: > arthur:/cvs/gcc-tree-ssa-20020619-branch/gcc/testsuite/gcc.c-torture/compile:[0] > $ head 20001226-1.c > 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. Odd that you just got the update today. This explicit syntax error has been there for a few months. Diego.