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

Vladimir Yakovlev <vbyakovl23 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vbyakovl23 at gmail dot com

--- Comment #25 from Vladimir Yakovlev <vbyakovl23 at gmail dot com> 2012-02-13 
09:49:09 UTC ---
We have performance degradation of 447.dealII benchspec 2006.It was happend
bcause thre are no inlining in a library routine from libstdc++-v3/src/tree.cc

const _Rb_tree_node_base*  _Rb_tree_increment(const _Rb_tree_node_base* __x)
throw ()
{    
return Rb_tree_increment(const_cast&lt;_Rb_tree_node_base*&gt;(_x));  }

Reply via email to