------- Comment #4 from wanderer at rsu dot ru 2005-11-13 18:20 ------- More simple testcase (without templates):
----8X--------------------------------- namespace N { struct _V_base { int _impl; }; struct V : _V_base { using _V_base::_impl; }; } // namespace N struct T { T(); N::V _l; }; T::T() {} ----X8--------------------------------- -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24824