This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Java: fix to gcj/232, gcj/163 + others.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]