This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/15637] [3.5 Regression] gcj regression: error: Invalid operand to unary operator while buliding xalan
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 May 2004 15:00:17 -0000
- Subject: [Bug tree-optimization/15637] [3.5 Regression] gcj regression: error: Invalid operand to unary operator while buliding xalan
- References: <20040524213501.15637.green@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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