From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28916 invoked by alias); 3 Jan 2003 16:22:19 -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 28885 invoked from network); 3 Jan 2003 16:22:13 -0000 Received: from unknown (HELO executor.cambridge.redhat.com) (195.224.55.237) by 209.249.29.67 with SMTP; 3 Jan 2003 16:22:13 -0000 Received: from prospero.boston.redhat.com (dell-paw-2.cambridge.redhat.com [195.224.55.226]) by executor.cambridge.redhat.com (Postfix) with ESMTP id D74DAABAF8; Fri, 3 Jan 2003 16:22:01 +0000 (GMT) Received: by prospero.boston.redhat.com (Postfix, from userid 4046) id 0593AF7F9F; Fri, 3 Jan 2003 16:21:42 +0000 (GMT) To: Andreas Jaeger Cc: Diego Novillo , gcc@gcc.gnu.org Subject: Re: tree-ssa-cvs corrupt From: Jason Merrill In-Reply-To: Andreas Jaeger's message of "Fri, 03 Jan 2003 17:06:16 +0100" Date: Fri, 03 Jan 2003 16:22:00 -0000 Message-ID: User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-01/txt/msg00097.txt.bz2 On Fri, 03 Jan 2003 17:06:16 +0100, Andreas Jaeger wrote: > Jason, > > it seems that your latest patch to the tree-ssa branch has corrupted > the testsuite. > > 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 testcase exposed two branch shortening bugs on powerpc. */ Diego removed the initial "/" from that testcase on 25 November, so that the test would fail immediately with a syntax error rather than after eating tens of minutes of CPU time. What other testcases are you having trouble with? Jason