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 mark at easterbrook dot org dot uk  2004-11-11 22:21 -------
(From update of attachment 7521)
The error occured when the template at line 32849 was added:

template<class FInit>
class...

If this is removed the error does not occur (obviously the code won't then
compile because of the missing function!).

if


-- 


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]