Re: [RFC] Remaining references of Java

2017-07-31 Thread Joseph Myers
On Tue, 25 Jul 2017, Richard Biener wrote: > > 2) fold-const.c: > > > > 1882/* The following code implements the floating point to integer > > 1883 conversion rules required by the Java Language Specification, > > 1884 that IEEE NaNs are mapped to zero and values that overflo

Re: [RFC] Remaining references of Java

2017-07-31 Thread Martin Liška
On 07/25/2017 01:55 PM, Richard Biener wrote: > On Tue, Jul 11, 2017 at 4:35 PM, Martin Liška wrote: >> Hi. >> >> There's a small follow-up with remaining occurrences: >> >> 1) dwarf2out.c: >> >> 20213 origin_die = lookup_type_die (origin); >> 20214else if (TREE_CODE (origin) == BLOCK)

Re: [RFC] Remaining references of Java

2017-07-25 Thread Jan Hubicka
> > 4) tree.c: > > > > 13535if (RECORD_OR_UNION_TYPE_P (t) && TYPE_BINFO (t) && TYPE_BINFO > > (tv) > > 13536&& TYPE_BINFO (t) != TYPE_BINFO (tv) > > 13537/* FIXME: Java sometimes keep dump TYPE_BINFOs on variant > > types. > > 13538 Since there is no cheap way to

Re: [RFC] Remaining references of Java

2017-07-25 Thread Richard Biener
On Tue, Jul 11, 2017 at 4:35 PM, Martin Liška wrote: > Hi. > > There's a small follow-up with remaining occurrences: > > 1) dwarf2out.c: > > 20213 origin_die = lookup_type_die (origin); > 20214else if (TREE_CODE (origin) == BLOCK) > 20215 origin_die = BLOCK_DIE (origin); > 20216