------- Comment #3 from paolo dot carlini at oracle dot com 2008-12-12 11:10 ------- Can you explain in better detail which aliasing issues you are seeing in _Rb_tree_impl (per Comment #1)? At line 530 I cannot see anything obviously wrong: a pointer to the base is casted to the derived type (just a static cast) and then _M_value_field of the latter is accessed.
-- paolo dot carlini at oracle dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paolo at gcc dot gnu dot | |org, rguenth at gcc dot gnu | |dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38477