[Bug tree-optimization/15637] [3.5 Regression] gcj regression: error: Invalid operand to unary operator while buliding xalan

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue May 25 15:47:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-25 15:00 -------
Okay here is a small C testcase:
int foo (double x)
{
        double i = -__builtin_inff ();
        return x != i;
}

This is a dup of bug 15476.

*** This bug has been marked as a duplicate of 15476 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15637



More information about the Java-prs mailing list