This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/17186] [3.4/3.5 regression] ICE in move_for_stack_reg, at reg-stack.c:1065
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Aug 2004 14:58:04 -0000
- Subject: [Bug rtl-optimization/17186] [3.4/3.5 regression] ICE in move_for_stack_reg, at reg-stack.c:1065
- References: <20040825141851.17186.herton@brturbo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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