This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug tree-optimization/34825] [4.2/4.3 regression] ICE with -funsafe-math-optimizations



------- Comment #1 from reichelt at gcc dot gnu dot org  2008-01-17 09:32 -------
Confirmed.
Reduced testcase:

==================================
double foo(double x, double y)
{
  return x == y ? x/y*x/y : 0;
}
==================================


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|middle-end                  |tree-optimization
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2008-01-17 09:32:48
               date|                            |
            Summary|ICE (SIGSEGV) in compiling  |[4.2/4.3 regression] ICE
                   |valid code with -funsafe-   |with -funsafe-math-
                   |math-optimizations          |optimizations
   Target Milestone|---                         |4.2.3


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


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