aboutsummaryrefslogtreecommitdiff
path: root/gcc/coretypes.h
diff options
context:
space:
mode:
authorMatthew Gretton-Dann <matthew.gretton-dann@linaro.org>2013-05-02 13:44:34 +0000
committerMatthew Gretton-Dann <matthew.gretton-dann@linaro.org>2013-05-02 13:44:34 +0000
commitb234a322d3353163978ff3e05d06ac163296f357 (patch)
treef92803deb3100e283c4a016266dc2cd3663407af /gcc/coretypes.h
parent12c433c86e6ddccfc9521d19096e403be0eb3905 (diff)
Backport from trunk r198090,198136-198137,198142,198176.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/linaro/gcc-4_8-branch@198537 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/coretypes.h')
-rw-r--r--gcc/coretypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/coretypes.h b/gcc/coretypes.h
index 320b4dd5d60..71d031d689e 100644
--- a/gcc/coretypes.h
+++ b/gcc/coretypes.h
@@ -62,6 +62,8 @@ union gimple_statement_d;
typedef union gimple_statement_d *gimple;
typedef const union gimple_statement_d *const_gimple;
typedef gimple gimple_seq;
+struct gimple_stmt_iterator_d;
+typedef struct gimple_stmt_iterator_d gimple_stmt_iterator;
union section;
typedef union section section;
struct gcc_options;