coretypes.h (gimple_stmt_iterator): Add struct to make compatible with C.
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 23 Apr 2013 09:05:31 +0000 (09:05 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Tue, 23 Apr 2013 09:05:31 +0000 (09:05 +0000)
* coretypes.h (gimple_stmt_iterator): Add struct to make
compatible with C.

From-SVN: r198176

gcc/ChangeLog
gcc/coretypes.h

index fea5059e8e2b9727a01b6f94ccef7ae1b46b46b6..376ca5141eba0054d16cac8f72e74ac81bc4d780 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 76fc4aabc8adefab3cb12c0c54cdd574fe686ae3..71d031d689eda5cd67cf8aebb94f2f375a4197b5 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;