------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-05 01:29 ------- (In reply to comment #2) > What is exactly the problem? I don't see anything wrong if a program which > allocates 720K on the stack segfaults. Try increasing your stack size.
Just a note, That is not the bug here. The problem is that -floop-optimize miscompiles the loop and float to int RTL is split up which causes the problem. And yes this is fixed for 3.4.0 and above. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |giovannibajo at libero dot | |it http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20327