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] PR java/15769 infinite loop


> 
> >>>>> "Andrew" == Andrew Pinski <pinskia@physics.uc.edu> writes:
> 
> Andrew> Just like C/C++ front-end change which Zack committed/tested for me,
> Andrew> the Java front-end had forgot to add the unordered tree codes to the
> Andrew> list of tree codes which act as comparisons to truthvalue_conversion
> Andrew> language hook when the new tree codes were added.
> 
> This looks fine to me, but Andrew or Per will have to approve.
> 
> The test case is fine.  I couldn't tell whether this is an execute
> test or just a compilation test, but just go ahead and put it in the
> appropriate place.

It is just an compilation test, because before the patch gimplification
would go into an infinite loop.

Thanks,
Andrew Pinski


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