From patchwork Fri Jan 9 22:40:30 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Prathamesh Kulkarni X-Patchwork-Id: 427265 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id EEFEF140187 for ; Sat, 10 Jan 2015 09:40:45 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:content-type; q= dns; s=default; b=Ir+CT+zvnaacPBpSnCd8RuLCaLlsS44paE33SBnvT/nQYq fPdS2DvhgcBnxDxfXXGOD2qsFK+bubJGUpYruc69s7KwaRblU+GPd7cJrJQgb1gS iJgEzRoBRFDUiU1oMM86jWZNEm8RQLAoluzxPF9APxLIPIDY+iG381mfCQS/8= 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 :mime-version:date:message-id:subject:from:to:content-type; s= default; bh=YvmN/0RgRsOW/zwVQ1PFIuV5FVI=; b=EodDyhZ/Hx2LMWteg3uS syPoV+jbIWeGz23KIs2/bsmxujR3Kj8wTl45aVJOR49iE+mu7xFPAB21C9CutWWA /YrO6YSMkBDN5NpCKOj28VZhB0Nkjc7qQEdwBbTucX0xodsbmdLen2aBzFJttpmm 6h9vzFZviwb44RE5p3qLVJ0= Received: (qmail 1259 invoked by alias); 9 Jan 2015 22:40:37 -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 1241 invoked by uid 89); 9 Jan 2015 22:40:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f169.google.com Received: from mail-lb0-f169.google.com (HELO mail-lb0-f169.google.com) (209.85.217.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 09 Jan 2015 22:40:34 +0000 Received: by mail-lb0-f169.google.com with SMTP id p9so10391609lbv.0 for ; Fri, 09 Jan 2015 14:40:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=os8gH9XyRJqW5//XGxSig7w6TnqesGA+/eFrhn94p8I=; b=FI5WVBnRRypNIpjmS8IIuKykdH24NxGhqg2tIyDgM+ZcOjEbFao94etYxmxX5dEqD6 H8c3h/wVV+99DeeJTSp/Z8SOPNQu0+7AREYKSacFkUqxul49gk8G3eZgdHo5xuJ/ZkFq WOithXyHgGRJRjl0V2Ja4e7ANEYYYCA9sx2KMKSiMub5sRwzTd/1LIzM55F8i8SeYPjb 1DC53Zxfw0CkmFr0dA5MOMQ0WrHI1kwwz014HsEgq6pPkVCHR5Z1AvesRNoMCPVRFz3y UEelZmh38ovtHOZMTb10uyfJ0edKXpV/gwptzodjPlBU5OPUh5gS/DzfC66ElSegh3pA yH7Q== X-Gm-Message-State: ALoCoQlD6ePhJJACXDO/rh03Cq1Apmb07KYwYnajhcJ9xNzzpDvpjVpShgJhOHCCRjVbOUuwdvC0 MIME-Version: 1.0 X-Received: by 10.112.14.134 with SMTP id p6mr24629890lbc.36.1420843230693; Fri, 09 Jan 2015 14:40:30 -0800 (PST) Received: by 10.25.211.16 with HTTP; Fri, 9 Jan 2015 14:40:30 -0800 (PST) Date: Fri, 9 Jan 2015 22:40:30 +0000 Message-ID: Subject: [PATCH] fix visium build From: Prathamesh Kulkarni To: Michael Collison , Andrew MacLeod , Richard Biener , ebotcazou@libertysurf.fr, gcc Patches , Maxim Kuvyrkov X-IsSubscribed: yes Hi, The tree.h and tree-core.h flattening patch: (https://gcc.gnu.org/ml/gcc-patches/2015-01/msg00467.html broke visium build. The attached patch fixes that. Built on visium-elf. OK to commit ? Thank you, Prathamesh 2015-01-09 Prathamesh Kulkarni * config/visium/visium.c: Add includes hashtab.h, hash-set.h, machmode.h, input.h, statistics.h, vec.h, double-int.h, real.h, fixed-value.h, alias.h, flags.h, symtab.h, tree-core.h, wide-int.h, inchash.h, fold-const.h, tree-check.h. Index: gcc/config/visium/visium.c =================================================================== --- gcc/config/visium/visium.c (revision 219408) +++ gcc/config/visium/visium.c (working copy) @@ -22,6 +22,23 @@ #include "system.h" #include "coretypes.h" #include "tm.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "input.h" +#include "statistics.h" +#include "vec.h" +#include "double-int.h" +#include "real.h" +#include "fixed-value.h" +#include "alias.h" +#include "flags.h" +#include "symtab.h" +#include "tree-core.h" +#include "wide-int.h" +#include "inchash.h" +#include "fold-const.h" +#include "tree-check.h" #include "tree.h" #include "stringpool.h" #include "stor-layout.h" @@ -34,7 +51,6 @@ #include "conditions.h" #include "output.h" #include "insn-attr.h" -#include "flags.h" #include "expr.h" #include "function.h" #include "recog.h"