From patchwork Thu May 11 17:44:59 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nathan Sidwell X-Patchwork-Id: 761259 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 3wP0r25VdNz9s7w for ; Fri, 12 May 2017 03:45:15 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="xUL+dkPn"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :subject:to:cc:references:from:message-id:date:mime-version :in-reply-to:content-type; q=dns; s=default; b=tk53ebGcGWFeufHmX aZbZYzD2WlC7onS6wyi/PGQD4uk5BX/owGU501cO3bHgj1MEQWF4yF5dmHqUat// bV+6pi11XsDpNoXFs78d5V35JQODL5c3ddtzvib7bN9Vdv7v/T9DSxF4HoncZgmN ZX9kQH959rmVT8ejKcEf71THvU= 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 :subject:to:cc:references:from:message-id:date:mime-version :in-reply-to:content-type; s=default; bh=MQfothEPu/hVjcJTSYcFZi/ 60kg=; b=xUL+dkPncxS3cxKuAIazhw49NBD+i9ptKQS0FXigzpeWLx4dVs/Uv+8 SDSONCPliyAa21DQ+U0bUlIJ0rXn0WVO82Jguy4q7a7IuCrIM9jcLD2PUo6xvG+s +X9kc2C+saxcgoQJZcu0/WlLuRQd1N2on9DIrHthEpPcH0OjLnFI= Received: (qmail 53174 invoked by alias); 11 May 2017 17:45:03 -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 53113 invoked by uid 89); 11 May 2017 17:45:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.4 required=5.0 tests=BAYES_00, FREEMAIL_FROM, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, RCVD_IN_SORBS_SPAM, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-yw0-f179.google.com Received: from mail-yw0-f179.google.com (HELO mail-yw0-f179.google.com) (209.85.161.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 11 May 2017 17:45:00 +0000 Received: by mail-yw0-f179.google.com with SMTP id l14so31474ywk.1 for ; Thu, 11 May 2017 10:45:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:subject:to:cc:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-language; bh=SfphgU8tN3/UpGXZ+6wFp24CTfl9RaLlr3DG++9iMlg=; b=DhHMCTVFmnUTCMETTg7wbXnDMqijbbp7xRPcVJa42BxsOVBT93GiaRJGKV0b7VPved st4hpH+orotwWPWdgE8amjQonMeLmSGyYXjvaSZoiQTToQJIEH63QKjIj6RsBExHoYsv VOZ/DOP8t6VGSMlkRsNyd3OaRBjhhi01P6rz8UPM1UYQZWSEHGmJX7ZcAC5bXoulcfTQ 5ndIhHTCxpqLmM9tGDLCxHgro0SocIESzegNnNRa7gP+ooJaPhDBoMLtJN8d3LRLrRnp MF+6VqdgRQZtvtfmFM9NrSTgAOLZesCvd/Npd3uIJjzkM6EJNKvu/oCHhXRmMTOMqp9X 8hpQ== X-Gm-Message-State: AODbwcAO8EOdDesjKyxmein/jqjGtaZhARQ4fC6Orrfn/jhkmgzCh+iq q8TZCYy9N210wg== X-Received: by 10.129.94.67 with SMTP id s64mr301425ywb.101.1494524701821; Thu, 11 May 2017 10:45:01 -0700 (PDT) Received: from ?IPv6:2620:10d:c0a3:20fb:f6d0:5ac5:64cd:f102? ([2620:10d:c091:200::7:4a1a]) by smtp.googlemail.com with ESMTPSA id u187sm438573ywg.65.2017.05.11.10.45.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 May 2017 10:45:00 -0700 (PDT) Subject: Re: [PATCH] Kill -fdump-translation-unit To: Rainer Orth Cc: Richard Biener , GCC Patches References: <964bab70-9a78-6812-4697-7c0c0f2dc096@acm.org> From: Nathan Sidwell Message-ID: Date: Thu, 11 May 2017 13:44:59 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: On 05/11/2017 01:33 PM, Rainer Orth wrote: > unfortunately, this part > > * graphite-poly.c: Don't include tree-dump.h. > > broke bootstrap with graphite: oh, that has to be configured enabled? I've committed this that I think is obvious. looks to be another case of using tree-dumph to get at dumpfile.h. nathan 2017-05-11 Nathan Sidwell * graphite-poly.c: Include dumpfile.h. Index: graphite-poly.c =================================================================== --- graphite-poly.c (revision 247916) +++ graphite-poly.c (working copy) @@ -40,6 +40,7 @@ along with GCC; see the file COPYING3. #include "pretty-print.h" #include "gimple-pretty-print.h" #include "graphite.h" +#include "dumpfile.h" /* Print to STDERR the GMP value VAL. */