------- Additional Comments From reichelt at gcc dot gnu dot org  2005-05-24 
14:46 -------
Even shorter testcase:

================================
template<int> struct A;

struct B
{
    template<int N> void foo()
    {
        A<N>::X::Y;
    }
};
================================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored


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

Reply via email to