Re: [PATCH x86, java, PR63536] Fix java bootstrap for -mtune=intel/slm

Andrew Haley <[email protected]> Wed, 15 Oct 2014 18:21:27 +0100
Newsgroups gmane.comp.gcc.java.patches
Message-ID <[email protected]>
On 10/15/2014 06:12 PM, Evgeny Stupachenko wrote:
> Updated ChangeLog:
> 
> 2014-10-15  Evgeny Stupachenko  <[email protected]>
> 
>         PR target/63536
>         * lang.c (java_print_error_function): Add check on NULL function
>         context.
> 
> The function is: _Jv_global_static_constructor()
> It is compiler generated at jcf-parse.c
> (java_emit_static_constructor), line 1705.

Yes, okay.  It is an artificial function.

Andrew.