From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15322 invoked by alias); 14 Aug 2007 18:03:16 -0000 Received: (qmail 15253 invoked by uid 22791); 14 Aug 2007 18:03:15 -0000 X-Spam-Check-By: sourceware.org Received: from ccerelbas02.cce.hp.com (HELO ccerelbas02.cce.hp.com) (161.114.21.105) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 14 Aug 2007 18:03:08 +0000 Received: from smtp2.cup.hp.com (hpda.cup.hp.com [15.4.32.118]) by ccerelbas02.cce.hp.com (Postfix) with ESMTP id 8E21937201; Tue, 14 Aug 2007 12:59:19 -0500 (CDT) Received: from hpsje.cup.hp.com (hpsje.cup.hp.com [16.89.92.85]) by smtp2.cup.hp.com (Postfix) with ESMTP id 6535C318E14; Tue, 14 Aug 2007 17:47:52 +0000 (UTC) Received: (from sje@localhost) by hpsje.cup.hp.com (8.9.3 (PHNE_29774)/8.9.3) id KAA14060; Tue, 14 Aug 2007 10:59:18 -0700 (PDT) Date: Tue, 14 Aug 2007 18:03:00 -0000 From: Steve Ellcey Message-Id: <200708141759.KAA14060@hpsje.cup.hp.com> To: iant@google.com Cc: andreasmeier80@gmx.de, dberlin@dberlin.org, dnovillo@google.com, gcc-patches@gcc.gnu.org Subject: Re: Patch for PR tree-optimization/32941, bootstrap comparision failure In-Reply-To: Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg00895.txt.bz2 I forgot that I modified Makefile.in too in order to make tree-eh.o dependent on pointer-set.h. I will add that change in to my patch when I do the checkin. Steve Ellcey sje@cup.hp.com [hpsje] $ svn diff Makefile.in Index: Makefile.in =================================================================== --- Makefile.in (revision 127403) +++ Makefile.in (working copy) @@ -2099,7 +2099,7 @@ tree-ssa-operands.o : tree-ssa-operands. coretypes.h langhooks.h $(IPA_REFERENCE_H) tree-eh.o : tree-eh.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \ $(RTL_H) $(TREE_H) $(TM_H) $(FLAGS_H) $(FUNCTION_H) except.h langhooks.h \ - $(GGC_H) tree-pass.h coretypes.h $(TIMEVAR_H) $(TM_P_H) \ + $(GGC_H) tree-pass.h coretypes.h $(TIMEVAR_H) $(TM_P_H) pointer-set.h \ $(TREE_DUMP_H) $(TREE_INLINE_H) tree-iterator.h toplev.h tree-ssa-loop.o : tree-ssa-loop.c $(TREE_FLOW_H) $(CONFIG_H) \ $(SYSTEM_H) $(RTL_H) $(TREE_H) $(TM_P_H) $(CFGLOOP_H) \