------- Comment #3 from reichelt at gcc dot gnu dot org  2005-12-12 22:39 
-------
Shorter testcase:

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

This compiles correctly without the struct.


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored
      Known to fail|3.2.3 3.4.0 4.1.0 4.0.2     |3.2 3.2.3 3.4.0 4.1.0 4.0.2
      Known to work|2.95.3 3.0.4                |2.95.3 3.0.4 3.1


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

Reply via email to