* coretypes.h (gimple_stmt_iterator): Add struct to make
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Apr 2013 09:05:31 +0000 (09:05 +0000)
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Apr 2013 09:05:31 +0000 (09:05 +0000)
compatible with C.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198176 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/coretypes.h

index fea5059..376ca51 100644 (file)
@@ -1,3 +1,8 @@
+2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * coretypes.h (gimple_stmt_iterator): Add struct to make
+       compatible with C.
+
 2013-04-23  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/57026
index 76fc4aa..71d031d 100644 (file)
@@ -63,7 +63,7 @@ typedef union gimple_statement_d *gimple;
 typedef const union gimple_statement_d *const_gimple;
 typedef gimple gimple_seq;
 struct gimple_stmt_iterator_d;
-typedef gimple_stmt_iterator_d gimple_stmt_iterator;
+typedef struct gimple_stmt_iterator_d gimple_stmt_iterator;
 union section;
 typedef union section section;
 struct gcc_options;