--- /usr/src/contrib/libstdc++/stl/stl_tree.h Sat Oct 16 05:52:46 1999 +++ /usr/src/contrib/libstdc++/stl/stl_tree.h Fri Apr 23 11:50:21 2004 @@ -1253,7 +1253,10 @@ upper_bound(__k)); } -inline int +/* Originally this was declared as inline, but that doesn't work with -finline + * (Zlo) + */ +static int __black_count(_Rb_tree_node_base* __node, _Rb_tree_node_base* __root) { if (__node == 0)