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

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

struct B
{
    static A<0> a[1];
    A<0>* foo() { return a; }
};
==================================


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


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

Reply via email to