[PATCH] Java: fix to gcj/232, gcj/163 + others.
Joseph S. Myers
jsm28@cam.ac.uk
Wed Dec 6 11:53:00 GMT 2000
On Wed, 6 Dec 2000, Alexandre Petit-Bianco wrote:
> @@ -7164,7 +7200,7 @@ static void
> end_artificial_method_body (mdecl)
> tree mdecl;
> {
> - BLOCK_EXPR_BODY (DECL_FUNCTION_BODY (mdecl)) = exit_block ();
> + BLOCK_EXPR_BODY (DECL_FUNCTION_BODY (mdecl)) = exit_blcok ();
> exit_block ();
> }
>
After this change, I now get a bootstrap failure:
java/parse.o: In function `end_artificial_method_body':
/home/jsm28/src/gcc-build/gcc/../../gcc-cvs/gcc/java/parse.y:7203: undefined reference to `exit_blcok'
collect2: ld returned 1 exit status
make[2]: *** [jc1] Error 1
Where is exit_blcok supposed to be defined?
--
Joseph S. Myers
jsm28@cam.ac.uk
More information about the Gcc-bugs
mailing list