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/51600] [4.7 Regression] ice in estimate_local_effects


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

Martin Jambor <jamborm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu.org

--- Comment #3 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-12-19 16:08:28 UTC ---
Well, this means that estimate_ipcp_clone_size_and_time returns a
negative size growth estimate.  The function is basically inlining
heuristics with special interface so perhaps such mishaps are to be
expected and I should take care even of negative values (PR 51362 was
about this function returning zero size growth estimates).  Or are
they not, Honza?


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