Commit dcc3fcf2 by Kazu Hirata Committed by Kazu Hirata

genopinit.c (main): Output code to declare undefined variables.

	* genopinit.c (main): Output code to declare undefined
	variables.

From-SVN: r72220
parent f119ba23
2003-10-08 Kazu Hirata <kazu@cs.umass.edu>
* genopinit.c (main): Output code to declare undefined
variables.
2003-10-07 Kelley Cook <kcook@gcc.gnu.org> 2003-10-07 Kelley Cook <kcook@gcc.gnu.org>
* gengtype-lex.l: Remove -Wtraditional cruft. * gengtype-lex.l: Remove -Wtraditional cruft.
......
...@@ -356,6 +356,11 @@ from the machine description file `md'. */\n\n"); ...@@ -356,6 +356,11 @@ from the machine description file `md'. */\n\n");
printf ("void\ninit_all_optabs (void)\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. */ /* Read the machine description. */
while (1) while (1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment