This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [patch java]: Intialize va_list_type_node to avoid segfault for x86_64 targets in respect for alignment


2011/1/11 Richard Guenther <richard.guenther@gmail.com>:
> On Tue, Jan 11, 2011 at 5:09 PM, Andreas Schwab <schwab@redhat.com> wrote:
>> Kai Tietz <ktietz70@googlemail.com> writes:
>>
>>> Here a bunch of missing type-node initializers. Could you please test again?
>>
>> What about TYPE_STRING_FLAG? ?What about char_type_node? ?What about all
>> the other standard types created by build_common_tree_nodes?
>
> Java should really be fixed to call build_common_tree_nodes instead
> of replicating parts of it.

Yes, would be obviously the best. Nevertheless nothing for stage 4 (as
I talked to Tom on IRC already).

Andreas, did this patch fixed rs6000 java bootstrap for you?

Regards,
Kai


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