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

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

From-SVN: r72220
This commit is contained in:
Kazu Hirata 2003-10-08 08:01:50 +00:00 committed by Kazu Hirata
parent f119ba235e
commit dcc3fcf292
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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>
* gengtype-lex.l: Remove -Wtraditional cruft.

View 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)