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/57318] [4.9 Regression] optimizer takes several seconds on nested loops


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Tue May 21 11:59:28 2013
New Revision: 199140

URL: http://gcc.gnu.org/viewcvs?rev=199140&root=gcc&view=rev
Log:
2013-05-21  Richard Biener  <rguenther@suse.de>

    PR tree-optimization/57318
    * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Do not
    estimate stmts with side-effects as likely eliminated.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssa-loop-ivcanon.c

Fixed - latent on the branch though.


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