public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] fix graphite build
@ 2013-11-19 14:36 Andrew MacLeod
  2013-11-19 14:40 ` Diego Novillo
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew MacLeod @ 2013-11-19 14:36 UTC (permalink / raw)
  To: gcc-patches; +Cc: Diego Novillo

[-- Attachment #1: Type: text/plain, Size: 107 bytes --]

graphite-sese-to-poly.c needs expr.h to compile.  Fixed thusly and 
checked in as revision 205027.

Andrew

[-- Attachment #2: dgf.patch --]
[-- Type: text/x-patch, Size: 464 bytes --]

	* graphite-sese-to-poly.c: Include expr.h.

Index: graphite-sese-to-poly.c
===================================================================
*** graphite-sese-to-poly.c	(revision 205024)
--- graphite-sese-to-poly.c	(working copy)
*************** along with GCC; see the file COPYING3.
*** 58,63 ****
--- 58,64 ----
  #include "tree-ssa-propagate.h"
  
  #ifdef HAVE_cloog
+ #include "expr.h"
  #include "graphite-poly.h"
  #include "graphite-sese-to-poly.h"
  

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] fix graphite build
  2013-11-19 14:36 [patch] fix graphite build Andrew MacLeod
@ 2013-11-19 14:40 ` Diego Novillo
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Novillo @ 2013-11-19 14:40 UTC (permalink / raw)
  To: Andrew MacLeod; +Cc: gcc-patches

On Tue, Nov 19, 2013 at 8:36 AM, Andrew MacLeod <amacleod@redhat.com> wrote:
> graphite-sese-to-poly.c needs expr.h to compile.  Fixed thusly and checked
> in as revision 205027.

Thanks!


Diego.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-19 13:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-19 14:36 [patch] fix graphite build Andrew MacLeod
2013-11-19 14:40 ` Diego Novillo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).