[Bug middle-end/16266] [4.0 regression] gcc.dg/c99-intconst-1.c compilation is very slow

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Oct 9 03:32:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-09 03:32 -------
I think I found the problem, the problem is in find_temp_slot_from_address, we have an off by one error 
in which means that we are adding a temp slot level each time we call find_temp_slot_from_address.

-- 


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



More information about the Gcc-bugs mailing list