This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Kill -fdump-translation-unit


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

--
Nathan Sidwell
2017-05-11  Nathan Sidwell  <nathan@acm.org>

	* 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.  */
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]