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 tree-optimization/20742] [4.0/4.1 Regression] Hang in tree_ssa_iv_optimize_loop


------- Additional Comments From sebastian dot pop at cri dot ensmp dot fr  2005-04-04 14:50 -------
Subject: Re:  [4.0/4.1 Regression] Hang in tree_ssa_iv_optimize_loop

rakdver at gcc dot gnu dot org wrote:
> 
> Scev probably should keep track of how large expressions it produces, and just give
> up if it grows beyond some limit.
> 

Okay.  What about putting this limit in chrec_fold_plus_1 and
chrec_fold_multiply?  I think that this will minimize the size of the
patch for fixing this problem.



-- 


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


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