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 target/18402] [3.3 regression] ICE in in gen_split_1204 on i686-pc-linux-gnu target


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-11-09 16:35 -------
Here's a smaller testcase:

===============================
double c, d, e;

void foo()
{
    if (e-1) d=0; else d=0;
    c=d;
    if (e) d=0;
}
===============================

It crashes GCC 3.3.x when compiled with
"-O -frerun-cse-after-loop -ffast-math -march=pentium4 -mfpmath=sse"

The testcase crashes GCC 3.2.x, but not GCC 3.1 when compiled with
"-O3 -march=pentium4 -mfpmath=sse"


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code, monitored
      Known to fail|                            |3.2 3.2.3 3.3 3.3.5
      Known to work|                            |3.1 3.4.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-09 16:36:00
               date|                            |


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


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