From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15496 invoked by alias); 29 Jul 2013 16:24:42 -0000 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 Received: (qmail 15485 invoked by uid 89); 29 Jul 2013 16:24:41 -0000 X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL,BAYES_05,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 29 Jul 2013 16:24:41 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6TGOXCv004104 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 29 Jul 2013 12:24:33 -0400 Received: from barimba.redhat.com (ovpn-113-128.phx2.redhat.com [10.3.113.128]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r6TGOXGw016555 for ; Mon, 29 Jul 2013 12:24:33 -0400 From: Tom Tromey To: gcc-patches@gcc.gnu.org Subject: [PATCH v2 00/18] resurrect automatic dependencies Date: Mon, 29 Jul 2013 16:24:00 -0000 Message-Id: <1375115069-31143-1-git-send-email-tromey@redhat.com> X-SW-Source: 2013-07/txt/msg01387.txt.bz2 This is a refresh of my series to resurrect automatic dependency tracking. v1 was posted here: http://gcc.gnu.org/ml/gcc-patches/2013-07/msg01218.html Compared to v1: * I ran the "hanging test" using GNU make 3.81 on each revision, as detailed: http://gcc.gnu.org/ml/gcc-patches/2013-07/msg01267.html * I introduced a POSTCOMPILE step. This helps cope with dependency issues if gcc is interrupted. See: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35697 This came up during review of the original patch, ages ago. * I've rebased a few times so that it applies to current trunk. Ok? Tom