From patchwork Wed Dec 29 05:25:23 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Pop X-Patchwork-Id: 76878 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]) by ozlabs.org (Postfix) with SMTP id 622941007D2 for ; Wed, 29 Dec 2010 16:25:56 +1100 (EST) Received: (qmail 31377 invoked by alias); 29 Dec 2010 05:25:52 -0000 Received: (qmail 31344 invoked by uid 22791); 29 Dec 2010 05:25:50 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, RFC_ABUSE_POST, T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-gx0-f175.google.com (HELO mail-gx0-f175.google.com) (209.85.161.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Dec 2010 05:25:43 +0000 Received: by gxk20 with SMTP id 20so5010836gxk.20 for ; Tue, 28 Dec 2010 21:25:41 -0800 (PST) Received: by 10.100.137.7 with SMTP id k7mr8183134and.248.1293600341731; Tue, 28 Dec 2010 21:25:41 -0800 (PST) Received: from napoca ([75.54.81.54]) by mx.google.com with ESMTPS id x31sm19920677ana.9.2010.12.28.21.25.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 28 Dec 2010 21:25:41 -0800 (PST) Received: by napoca (sSMTP sendmail emulation); Tue, 28 Dec 2010 23:25:25 -0600 From: Sebastian Pop To: gcc-patches@gcc.gnu.org Cc: joseph@codesourcery.com, Sebastian Pop Subject: [PATCH] Use diagnostic-core.h instead of diagnostic.h. Date: Tue, 28 Dec 2010 23:25:23 -0600 Message-Id: <1293600323-31185-1-git-send-email-sebpop@gmail.com> In-Reply-To: References: X-IsSubscribed: yes 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 Hi, I've committed this patch to trunk to replace the uses of diagnostic.h with diagnostic-core.h in the graphite files. The patch passed regstrap on amd64-linux. Sebastian 2010-12-28 Sebastian Pop * Makefile.in (graphite.o): Depends on DIAGNOSTIC_CORE_H. (graphite-clast-to-gimple.o): Same. (graphite-poly.o): Same. * graphite-clast-to-gimple.c: Include diagnostic-core.h. * graphite-poly.c: Same. * graphite.c: Same. --- gcc/ChangeLog | 9 +++++++++ gcc/Makefile.in | 6 +++--- gcc/graphite-clast-to-gimple.c | 2 +- gcc/graphite-poly.c | 2 +- gcc/graphite.c | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 41f0c8f..fbbb310 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2010-12-28 Sebastian Pop + + * Makefile.in (graphite.o): Depends on DIAGNOSTIC_CORE_H. + (graphite-clast-to-gimple.o): Same. + (graphite-poly.o): Same. + * graphite-clast-to-gimple.c: Include diagnostic-core.h. + * graphite-poly.c: Same. + * graphite.c: Same. + 2010-12-28 Richard Guenther PR debug/46931 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 01ebc42..de3bde9 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2669,7 +2669,7 @@ tree-data-ref.o : tree-data-ref.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ $(TREE_PASS_H) langhooks.h sese.o : sese.c sese.h $(CONFIG_H) $(SYSTEM_H) coretypes.h tree-pretty-print.h \ $(TREE_FLOW_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) tree-pass.h value-prof.h -graphite.o : graphite.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(DIAGNOSTIC_H) \ +graphite.o : graphite.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(DIAGNOSTIC_CORE_H) \ $(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) sese.h \ $(DBGCNT_H) graphite-ppl.h graphite-poly.h graphite-scop-detection.h \ graphite-clast-to-gimple.h graphite-sese-to-poly.h @@ -2677,7 +2677,7 @@ graphite-blocking.o : graphite-blocking.c $(CONFIG_H) $(SYSTEM_H) \ coretypes.h $(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \ sese.h graphite-ppl.h graphite-poly.h graphite-clast-to-gimple.o : graphite-clast-to-gimple.c $(CONFIG_H) \ - $(SYSTEM_H) coretypes.h $(DIAGNOSTIC_H) $(TREE_FLOW_H) $(TREE_DUMP_H) \ + $(SYSTEM_H) coretypes.h $(DIAGNOSTIC_CORE_H) $(TREE_FLOW_H) $(TREE_DUMP_H) \ $(CFGLOOP_H) $(TREE_DATA_REF_H) sese.h graphite-cloog-util.h \ graphite-ppl.h graphite-poly.h graphite-clast-to-gimple.h \ graphite-dependences.h graphite-cloog-compat.h @@ -2693,7 +2693,7 @@ graphite-interchange.o : graphite-interchange.c $(CONFIG_H) $(SYSTEM_H) \ coretypes.h $(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \ sese.h graphite-ppl.h graphite-poly.h graphite-poly.o : graphite-poly.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ - $(DIAGNOSTIC_H) $(TREE_FLOW_H) $(TREE_DUMP_H) gimple-pretty-print.h \ + $(DIAGNOSTIC_CORE_H) $(TREE_FLOW_H) $(TREE_DUMP_H) gimple-pretty-print.h \ $(CFGLOOP_H) $(TREE_DATA_REF_H) sese.h graphite-ppl.h graphite-poly.h \ graphite-dependences.h graphite-cloog-util.h graphite-ppl.o : graphite-ppl.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ diff --git a/gcc/graphite-clast-to-gimple.c b/gcc/graphite-clast-to-gimple.c index 90bf90a..47a03d5 100644 --- a/gcc/graphite-clast-to-gimple.c +++ b/gcc/graphite-clast-to-gimple.c @@ -21,7 +21,7 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "diagnostic.h" +#include "diagnostic-core.h" #include "tree-flow.h" #include "tree-dump.h" #include "cfgloop.h" diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c index cabab44..f88788b 100644 --- a/gcc/graphite-poly.c +++ b/gcc/graphite-poly.c @@ -21,7 +21,7 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "diagnostic.h" +#include "diagnostic-core.h" #include "tree-flow.h" #include "tree-dump.h" #include "gimple-pretty-print.h" diff --git a/gcc/graphite.c b/gcc/graphite.c index 04462f2..70c3d46 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.c @@ -35,7 +35,7 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "diagnostic.h" +#include "diagnostic-core.h" #include "tree-flow.h" #include "tree-dump.h" #include "cfgloop.h"