X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=upstream%2Fpatches%2Fgcc-with-newer-version.patch;fp=upstream%2Fpatches%2Fgcc-with-newer-version.patch;h=01a6b5df5b14fa8913ad649756dda5a4a12a9216;hp=0000000000000000000000000000000000000000;hb=6598036848013a0dcd0a0511ebfd37880c1f22c3;hpb=fd9029a7104f769a45dc56eeff9a3ce14febf5dc diff --git a/upstream/patches/gcc-with-newer-version.patch b/upstream/patches/gcc-with-newer-version.patch new file mode 100644 index 0000000..01a6b5d --- /dev/null +++ b/upstream/patches/gcc-with-newer-version.patch @@ -0,0 +1,11 @@ +--- gcc/f/com.orig.h 2010-05-06 16:31:53.000000000 +0000 ++++ gcc/f/com.h 2010-05-06 16:32:03.000000000 +0000 +@@ -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 gfrt); + ffeinfoKindtype ffecom_gfrt_kindtype (ffecomGfrt ix); + void ffecom_init_0 (void); + void ffecom_init_2 (void);