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/16283] [3.5 regression] ICE subst_stack_regs_pat, at reg-stack.c:1638 at gcc -O2


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-07-13 21:56 -------
We can trigger the crash with only one variable:

==================================
int foo(double);

void bar()
{
    double x;
    foo(0)+foo(2*x+1);
}
==================================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored


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


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