------- Additional Comments From reichelt at gcc dot gnu dot org  2005-07-20 
21:26 -------
Reduced testcase:

========================
int foo(long double d)
{
    return d==0;
}
========================

Comparison of long doubles with zero seems to be a problem.
This is a regression from gcc 3.4.x.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-20 21:26:27
               date|                            |
            Summary|ICE with simple factorial   |[4.0/4.1 regression] ICE
                   |program compiled with -     |with simple factorial
                   |ffast-math on gcc 4.0.2     |program compiled with -
                   |                            |ffast-math on gcc 4.0.2
   Target Milestone|---                         |4.0.2


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

Reply via email to