re PR java/15769 (ICE: infinite recursion through gimplify_expr)
authorAndrew Pinski <pinskia@physics.uc.edu>
Tue, 8 Jun 2004 13:27:38 +0000 (13:27 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Tue, 8 Jun 2004 13:27:38 +0000 (06:27 -0700)
commitc1b69e3ca2ede08266a6dd101f2903b08db71eb6
tree83d005d524a7341669fe7170f643e6e88ccf4aaa
parentd599f32955972ba057772d1dfaa85836457bbbfc
re PR java/15769 (ICE: infinite recursion through gimplify_expr)

2004-06-08  Andrew Pinski  <pinskia@physics.uc.edu>

        PR java/15769
        * expr.c (java_truthvalue_conversion): Handle
        UNEQ_EXPR, UNLE_EXPR, UNGE_EXPR, UNLT_EXPR, UNGT_EXPR,
        ORDERED_EXPR, and UNORDERED_EXPR as comparison operators,
        i.e. return the expression.

From-SVN: r82756
gcc/java/ChangeLog
gcc/java/expr.c