From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31808 invoked by alias); 7 Sep 2004 18:52:35 -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 31783 invoked from network); 7 Sep 2004 18:52:34 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.74.133.10) by sourceware.org with SMTP; 7 Sep 2004 18:52:34 -0000 Received: (qmail 12522 invoked from network); 7 Sep 2004 18:52:33 -0000 Received: from taltos.codesourcery.com (zack@66.92.218.83) by mail.codesourcery.com with DES-CBC3-SHA encrypted SMTP; 7 Sep 2004 18:52:33 -0000 Received: by taltos.codesourcery.com (sSMTP sendmail emulation); Tue, 7 Sep 2004 11:52:33 -0700 To: Kelley Cook Cc: Steven Bosscher , membar@gcc.gnu.org, gcc@gcc.gnu.org, neroden@twcny.rr.com Subject: Re: Parallel make also broken now... References: <5769699.1094487502757.SLOX.WebMail.wwwrun@extimap.suse.de> <87k6v71gqw.fsf@codesourcery.com> <8363278.1094495761568.SLOX.WebMail.wwwrun@extimap.suse.de> <413DFB10.8070009@gcc.gnu.org> From: Zack Weinberg Date: Tue, 07 Sep 2004 18:52:00 -0000 In-Reply-To: <413DFB10.8070009@gcc.gnu.org> (Kelley Cook's message of "Tue, 07 Sep 2004 14:16:48 -0400") Message-ID: <87sm9trjwu.fsf@codesourcery.com> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-09/txt/msg00310.txt.bz2 Kelley Cook writes: >> On Sep 06, 2004 06:53 PM, Zack Weinberg >> wrote: >>>> It breaks parallel make for me. Changes to commands can't break >>> parallel make; the bug is elsewhere. Please say how it failed. >> It breaks when building bitmap.o, but insn-conditions.h and another >> insn-something-file were not yet generated. Gr. Steven > > Is this occuring during stage2? No, during stage 1, and the dependencies of rtl.o and bitmap.o really were wrong. This is something that automatic dependency generation would have avoided, but not much else. Removing -DGENERATOR_FILE from the command line causes tm.h to include more files, see. This has, AFAIK, been corrected as best we can. I don't really follow the rest of your comments, so I'm not sure whether I should still file a bug report. zw