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/17186] [3.4/3.5 regression] ICE in move_for_stack_reg, at reg-stack.c:1065


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-08-25 14:58 -------
Here's a reduced testcase - just compile with gcc -O2:

===============================
double foo()
{
    int i;
    double d;

    if (i)
        bar();
    else
        if (d) return 0;
}
===============================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Severity|normal                      |critical
          Component|target                      |rtl-optimization
           Keywords|                            |ice-on-valid-code, monitored
      Known to fail|3.4.1                       |3.4.1 3.5.0
      Known to work|                            |3.3.4
            Summary|ICE in move_for_stack_reg,  |[3.4/3.5 regression] ICE in
                   |at reg-stack.c:1065         |move_for_stack_reg, at reg-
                   |                            |stack.c:1065
   Target Milestone|---                         |3.4.2


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


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