fix fortran breakage in gcc 3.3.6
[nestedvm.git] / upstream / patches / gcc-3.3.6-fortran.patch
diff --git a/upstream/patches/gcc-3.3.6-fortran.patch b/upstream/patches/gcc-3.3.6-fortran.patch
new file mode 100644 (file)
index 0000000..cdee3ab
--- /dev/null
@@ -0,0 +1,11 @@
+--- gcc/f/com.h~       2006-12-15 22:48:12.000000000 -0500
++++ gcc/f/com.h        2006-12-15 22:48:12.000000000 -0500
+@@ -233,7 +233,7 @@
+ void ffecom_finish_progunit (void);
+ tree ffecom_get_invented_identifier (const char *pattern, ...)
+   ATTRIBUTE_PRINTF_1;
+-ffeinfoKindtype ffecom_gfrt_basictype (ffecomGfrt ix);
++ffeinfoBasictype ffecom_gfrt_basictype (ffecomGfrt ix);
+ ffeinfoKindtype ffecom_gfrt_kindtype (ffecomGfrt ix);
+ void ffecom_init_0 (void);
+ void ffecom_init_2 (void);