diff mbox

Kill -fdump-translation-unit

Message ID a40dca72-b173-d65c-788d-a99ee536988b@acm.org
State New
Headers show

Commit Message

Nathan Sidwell May 11, 2017, 5:44 p.m. UTC
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

Comments

Rainer Orth May 11, 2017, 5:48 p.m. UTC | #1
Hi Nathan,

> 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

right: it requires an appropriate version of libisl at configure time.

> obvious.  looks to be another case of using tree-dumph to get at
> dumpfile.h.

Fine, thanks.

	Rainer
diff mbox

Patch

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