]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/genopinit.c
genopinit.c (main): Output code to declare undefined variables.
[thirdparty/gcc.git] / gcc / genopinit.c
index 71fbbbf3621d81a552ce62389751747d5ca0ab8a..90d529a7689c21a7755f4b0c7fa04ecf1ebce286 100644 (file)
@@ -356,6 +356,11 @@ from the machine description file `md'.  */\n\n");
 
   printf ("void\ninit_all_optabs (void)\n{\n");
 
+  puts ("\
+#ifdef FIXUNS_TRUNC_LIKE_FIX_TRUNC\n\
+  int i, j;\n\
+#endif\n");
+
   /* Read the machine description.  */
 
   while (1)