diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-06 18:43:40 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-06 18:43:40 +0000 |
commit | ffd32cb95bae847e198c7fde6a6971d21b4d3d78 (patch) | |
tree | 833aeba278216ca91eedcf6b2291c79db8c627ee /gcc/melt-run.proto.h | |
parent | 48ff1d417d4c49525c09b013395e38dda8bd50fe (diff) | |
download | gcc-ffd32cb95bae847e198c7fde6a6971d21b4d3d78.tar.gz |
2014-01-06 Basile Starynkevitch <basile@starynkevitch.net>
{{still unstable; xtramelt-ana-tree.melt don't compile!}}
* melt-run.proto.h: Update copyright year.
For GCC 4.9 #include "gimple-iterator.h"
* xtramelt-ana-base.melt: Update copyright year.
(each_cgraph_fun_entryblock, each_cgraph_fun_call_flow_graph)
(each_cgraph_decl, cfun_cfg_entry_block, cfun_cfg_exit_block):
Adapt for GCC 4.9...
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@206372 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/melt-run.proto.h')
-rw-r--r-- | gcc/melt-run.proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/melt-run.proto.h b/gcc/melt-run.proto.h index 4f74cdbb64b..bcabcb40678 100644 --- a/gcc/melt-run.proto.h +++ b/gcc/melt-run.proto.h @@ -3,7 +3,7 @@ Please edit melt-run.proto.h .... all include files for generated code - Copyright (C) 2008 - 2013 Free Software Foundation, Inc. + Copyright (C) 2008 - 2014 Free Software Foundation, Inc. Contributed by Basile Starynkevitch <basile@starynkevitch.net> and Pierre Vittet <piervit@pvittet.com> and Romain Geissler <romain.geissler@gmail.com> @@ -83,6 +83,7 @@ along with GCC; see the file COPYING3. If not see #if MELT_GCC_VERSION >= 4009 #include "context.h" #include "tree-cfg.h" +#include "gimple-iterator.h" #else #include "tree-flow.h" #endif /* GCC 4.9 */ |