This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Committed to trunk.

Author: iverbin
Date: Wed Oct 15 17:49:27 2014
New Revision: 216280

URL: https://gcc.gnu.org/viewcvs?rev=216280&root=gcc&view=rev
Log:
PR target/63536
gcc/java/
* lang.c (java_print_error_function): Add check on NULL function
context.


Modified:
    trunk/gcc/java/ChangeLog
    trunk/gcc/java/lang.c

On Wed, Oct 15, 2014 at 9:21 PM, Andrew Haley <aph@redhat.com> wrote:
> On 10/15/2014 06:12 PM, Evgeny Stupachenko wrote:
>> Updated ChangeLog:
>>
>> 2014-10-15  Evgeny Stupachenko  <evstupac@gmail.com>
>>
>>         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.
>


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