This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/35638] Internal error when trying to compile recursively instantiated class template
- From: "james dot a dot kirkpatrick at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Mar 2008 10:59:09 -0000
- Subject: [Bug c++/35638] Internal error when trying to compile recursively instantiated class template
- References: <bug-35638-15943@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from james dot a dot kirkpatrick at gmail dot com 2008-03-19 10:59 -------
Created an attachment (id=15343)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15343&action=view)
code for which error is obtained
g++ -ftemplate-depth-100000 ackermann.cc
is the argument for compilation
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35638