------- Additional Comments From reichelt at gcc dot gnu dot org  2004-11-30 
11:00 -------
More compact testcase:

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

struct B
{
    friend void A<0>::foo();
};
================================


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


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

Reply via email to