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 rtl-optimization/15895] [3.5 Regression] ICE in final_scan_insn, at final.c:2508


------- Additional Comments From belyshev at lubercy dot com  2004-06-09 17:42 -------
Small testcase, use '-O2 -msse2 -mfpmath=sse' :
-------------------------------------------------------------------------------
void foo (double r)
{
  if (r == 1.0)
    r = 0.0;
  bar (r);
}
-------------------------------------------------------------------------------

Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
      Known to fail|                            |3.5.0
           Priority|P1                          |P2
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-09 17:42:10
               date|                            |
            Summary|Error compiling gsl 1.4 (on |[3.5 Regression] ICE in
                   |histogram/pdf.c: error:     |final_scan_insn, at
                   |could not split insn)       |final.c:2508


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


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