This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Java: fix to gcj/232, gcj/163 + others.
- To: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Subject: Re: [PATCH] Java: fix to gcj/232, gcj/163 + others.
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Wed, 6 Dec 2000 19:53:46 +0000 (GMT)
- cc: <gcc-patches at gcc dot gnu dot org>, <gcc-bugs at gcc dot gnu dot org>
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