diff mbox

[1/3] Flatten gimple.h - go front end changes

Message ID 528F8009.1050808@redhat.com
State New
Headers show

Commit Message

Andrew MacLeod Nov. 22, 2013, 4:02 p.m. UTC
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

Comments

Ian Lance Taylor Nov. 22, 2013, 4:21 p.m. UTC | #1
On Fri, Nov 22, 2013 at 8:02 AM, Andrew MacLeod <amacleod@redhat.com> wrote:
> 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:

Thanks.  Committed to mainline.

Ian
diff mbox

Patch

2013-11-22  Andrew MacLeod  <amacleod@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 ----