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] Lno branch merge part 12 -- induction variableoptimizations


On Sun, 2004-09-05 at 05:28, Zdenek Dvorak wrote:
> Hello,
> 
> > All right.
> > 
> > I will approve this patch, effective September 5th in your local time 
> > zone, conditional on the fact that nobody else (RTH, Law, Novillo, etc) 
> > has objected by then.
> 
> commited.  I will probably be offline for a few days now; if any urgent
> problems with the patch occur, Honza Hubicka promissed me to assist with
> resolving them (thanks a lot!).
> 
> Zdenek
>
Did you check this patch with java enabled?

1559    static void
1560    add_standard_iv_candidates (struct ivopts_data *data)
1561    {
1562      /* Add 0 + 1 * iteration candidate.  */
1563      add_candidate (data,
1564                     fold_convert (unsigned_type_node, integer_zero_node),
1565                     fold_convert (unsigned_type_node, integer_one_node),
1566                     true, NULL);
1567

unsigned_type_node is NULL_TREE in java.

Please fix.


Diego.


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