This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/18435] internal compiler error: in tsubst, at cp/pt.c:6646


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-11-13 00:33 -------
A reduced testcase is the following:

========================================
template<int,int> void foo();

template<void(*)()=foo<0,0> > struct A
{
    template<typename T> A(T);
};

A<> a(0);
========================================

The bug was already fixed in GCC 3.3.1.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.3.1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]