------- Additional Comments From reichelt at gcc dot gnu dot org  2005-05-23 
10:11 -------
More compact testcase:

===========================================
template<int> struct A
{
    void foo();
};

template<int N> void bar()
{
    A<N> a;
    struct B { B() { a.foo(); } } b;
}

template void bar<0>();
===========================================


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


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

Reply via email to