[Bug tree-optimization/17707] [4.0 Regression] O(N^2) in cgraph_reset_static_var_maps

2004-10-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-25 23:22 --- The code has been removed for 4.0. -- What|Removed |Added Status|NEW

[Bug tree-optimization/17707] [4.0 Regression] O(N^2) in cgraph_reset_static_var_maps

2004-09-28 Thread belyshev at lubercy dot com
--- Additional Comments From belyshev at lubercy dot com 2004-09-28 09:43 --- (In reply to comment #0) #define F5(a) F4(a##0)/*F4(a##1) F4(a##2) F3(a##3) F3(a##4) F3(a##5) F3(a##6)*/ ^^ ^^ ^^ ^^

[Bug tree-optimization/17707] [4.0 Regression] O(N^2) in cgraph_reset_static_var_maps

2004-09-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-28 11:37 --- Confirmed, I think I know where the problem is, I will look into it later today. -- What|Removed |Added