On 11/21/2013 02:31 PM, Jeff Law wrote:
On 11/21/13 11:15, Andrew MacLeod wrote:


This bootstraps on x86_64-unknown-linux-gnu, and regressions are
currently running.  Assuming it passes fine, OK?
patch#1 in the series is fine too.


Checked in as revision 205272.

Ian, here is the go frontend patches that need to be applied:

Andrew


2013-11-22  Andrew MacLeod  <amacl...@redhat.com>

	* go/gofrontend/expressions.cc: Add required include files from
	gimple.h.
	* go/gofrontend/gogo-tree.cc: Likewise
	* go/gofrontend/types.cc: Likewise


Index: go/gofrontend/expressions.cc
===================================================================
*** go/gofrontend/expressions.cc	(revision 205270)
--- go/gofrontend/expressions.cc	(working copy)
***************
*** 13,20 ****
  #include "tree.h"
  #include "stringpool.h"
  #include "stor-layout.h"
! #include "gimple.h"
! #include "gimplify.h"
  #include "tree-iterator.h"
  #include "convert.h"
  #include "real.h"
--- 13,19 ----
  #include "tree.h"
  #include "stringpool.h"
  #include "stor-layout.h"
! #include "gimple-expr.h"
  #include "tree-iterator.h"
  #include "convert.h"
  #include "real.h"
Index: go/gofrontend/gogo-tree.cc
===================================================================
*** go/gofrontend/gogo-tree.cc	(revision 205270)
--- go/gofrontend/gogo-tree.cc	(working copy)
***************
*** 11,17 ****
  #include "stringpool.h"
  #include "stor-layout.h"
  #include "varasm.h"
! #include "gimple.h"
  #include "gimplify.h"
  #include "tree-iterator.h"
  #include "cgraph.h"
--- 11,17 ----
  #include "stringpool.h"
  #include "stor-layout.h"
  #include "varasm.h"
! #include "gimple-expr.h"
  #include "gimplify.h"
  #include "tree-iterator.h"
  #include "cgraph.h"
Index: go/gofrontend/types.cc
===================================================================
*** go/gofrontend/types.cc	(revision 205270)
--- go/gofrontend/types.cc	(working copy)
***************
*** 9,16 ****
  #include "toplev.h"
  #include "intl.h"
  #include "tree.h"
- #include "gimple.h"
- #include "gimplify.h"
  #include "real.h"
  #include "convert.h"
  
--- 9,14 ----

Reply via email to