diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-12 22:44:15 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-12 22:44:15 +0000 |
commit | af2db0a9a6f80bf145c9c36563ef9a0e4ee454da (patch) | |
tree | adc889913e3a5fff3431d3e43976928c04b3fe89 /gcc | |
parent | 5ccf1c49dccc8cd60068d28faf0b5de9a64c7b5b (diff) | |
download | gcc-af2db0a9a6f80bf145c9c36563ef9a0e4ee454da.tar.gz |
compiler: Update for mainline changes.
From Andrew MacLeod.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204721 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/expressions.cc | 1 | ||||
-rw-r--r-- | gcc/go/gofrontend/gogo-tree.cc | 1 | ||||
-rw-r--r-- | gcc/go/gofrontend/types.cc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/gcc/go/gofrontend/expressions.cc b/gcc/go/gofrontend/expressions.cc index e26bf353e00..f866bdc018b 100644 --- a/gcc/go/gofrontend/expressions.cc +++ b/gcc/go/gofrontend/expressions.cc @@ -12,6 +12,7 @@ #include "intl.h" #include "tree.h" #include "gimple.h" +#include "gimplify.h" #include "tree-iterator.h" #include "convert.h" #include "real.h" diff --git a/gcc/go/gofrontend/gogo-tree.cc b/gcc/go/gofrontend/gogo-tree.cc index 3793b839b55..12a0889397d 100644 --- a/gcc/go/gofrontend/gogo-tree.cc +++ b/gcc/go/gofrontend/gogo-tree.cc @@ -9,6 +9,7 @@ #include "toplev.h" #include "tree.h" #include "gimple.h" +#include "gimplify.h" #include "tree-iterator.h" #include "cgraph.h" #include "langhooks.h" diff --git a/gcc/go/gofrontend/types.cc b/gcc/go/gofrontend/types.cc index 551e97a7b6d..7451a7bcff6 100644 --- a/gcc/go/gofrontend/types.cc +++ b/gcc/go/gofrontend/types.cc @@ -10,6 +10,7 @@ #include "intl.h" #include "tree.h" #include "gimple.h" +#include "gimplify.h" #include "real.h" #include "convert.h" |