From patchwork Tue Oct 22 08:22:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan-Benedict Glaw X-Patchwork-Id: 285377 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2C6132C00C2 for ; Tue, 22 Oct 2013 19:22:49 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; q=dns; s=default; b=Z8g/uTwXYepQbza2x SyQ1k1/a7wtKtyKVxMRBt+4Dm1GdouQf1gYEUE0fZZmRgicfUh9fAL8j5bKhpAis EGRwttkW3vUt6SDjypUZvVr2TfaCxOqyRRS6l55tBKWNGYaZAetZY4eRRFt6mDvW TdXTrE8sqcs33lPb+86TxIfZpo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=default; bh=55b35hVXG4ri9l2d8XPxwQh SuVU=; b=BJmt1KxIZSuKjEN8VjcscPX4eWslUtgvdLfWMmvlq5k8WQcJK+jkfsi coOq7+HslE3NsEK0w1trMDaKMU+8COFRP9WnGACH49mdHU1x4ZPrPEPUVzaDHmQs LUytF0IJouM6XC/jc2G6qHsYi4nice9CrITcWFJQXX6UVWAUDtlo= Received: (qmail 16266 invoked by alias); 22 Oct 2013 08:22:39 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 16252 invoked by uid 89); 22 Oct 2013 08:22:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: lug-owl.de Received: from lug-owl.de (HELO lug-owl.de) (195.71.106.12) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 22 Oct 2013 08:22:36 +0000 Received: by lug-owl.de (Postfix, from userid 1001) id AA0B2F0360; Tue, 22 Oct 2013 10:22:33 +0200 (CEST) Date: Tue, 22 Oct 2013 10:22:33 +0200 From: Jan-Benedict Glaw To: Diego Novillo Cc: Jeff Law , Andrew Macleod , gcc-patches Subject: [PATCH][buildrobot] tilepro/tilegx: fallout after tree.h refactoring (was: Re-factor inclusion of tree.h) Message-ID: <20131022082233.GM19160@lug-owl.de> References: <20131021165218.GA18836@google.com> <52655D12.5020602@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-gpg-fingerprint: 250D 3BCF 7127 0D8C A444 A961 1DBD 5E75 8399 E1BB X-gpg-key: wwwkeys.de.pgp.net X-Echelon-Enable: howto poison arsenous mail psychological biological nuclear warfare test the bombastical terror of flooding the spy listeners explosion sex drugs and rock'n'roll X-TKUeV: howto poison arsenous mail psychological biological nuclear warfare test the bombastical terror of flooding the spy listeners explosion sex drugs and rock'n'roll User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes On Mon, 2013-10-21 15:36:49 -0400, Diego Novillo wrote: > Can anyone think of some way that we can use to automatically block > inclusions of tree.h from header files? Code review is the only way > that comes to mind. Grep once, then install a commit hook. > Committed both patches to trunk. I get some fallout for tilepro-linux, see http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=21851 . This fixes it: 2013-10-22 Jan-Benedict Glaw * config/tilepro/tilepro.c: Include "tree.h". Ok? MfG, JBG diff --git a/gcc/config/tilepro/tilepro.c b/gcc/config/tilepro/tilepro.c index 99ce5a0..12adda3 100644 --- a/gcc/config/tilepro/tilepro.c +++ b/gcc/config/tilepro/tilepro.c @@ -40,6 +40,7 @@ #include "function.h" #include "dwarf2.h" #include "timevar.h" +#include "tree.h" #include "gimple.h" #include "cfgloop.h" #include "tilepro-builtins.h"