[patch win]: Fix bootstrap after poising of rtl.h

Steven Bosscher stevenb.gcc@gmail.com
Sun May 30 07:12:00 GMT 2010


On Sat, May 29, 2010 at 12:34 PM, Dave Korn <dave.korn.cygwin@gmail.com> wrote:

>  Yes, bootstrap completed and testing is now well under way.  Can you check
> that in under your general ongoing permission to do header-related changes?
> Please do if so.

Done.

Index: except.c
===================================================================
--- except.c	(revision 160038)
+++ except.c	(working copy)
@@ -25,6 +25,7 @@
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
+#include "tm.h"
 #include "tree.h"
 #include "java-tree.h"
 #include "javaop.h"
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 160038)
+++ ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2010-05-30  Steven Bosscher  <steven@gcc.gnu.org>
+
+	* except.c: Include tm.h.
+
 2010-05-28  Joseph Myers  <joseph@codesourcery.com>

 	* jvspec.c (lang_specific_driver): Use fatal_error instead of



More information about the Gcc-patches mailing list