------- Additional Comments From reichelt at gcc dot gnu dot org  2004-12-20 
12:29 -------
Here's an even simpler testcase: 
 
============================================ 
typedef int F(); 
 
struct A { F f; }; 
 
template<typename>   struct B; 
template<typename T> struct B<T A::*> {}; 
 
B<F A::*> b; 
============================================ 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
  GCC build triplet|Any                         |
   GCC host triplet|Any                         |
 GCC target triplet|Any                         |
           Keywords|                            |monitored


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

Reply via email to