--- Comment #3 from pinskia at gcc dot gnu dot org 2007-05-24 03:18 ---
Here is a reduced testcase:
template
struct Factory0Arg
{
template struct Factory { };
};
template::Factory >
struct thing {
Al allocator;
};
thing t;
--
http://gcc.gnu.org/bugzilla/show_
--- Comment #2 from ejt at andrew dot cmu dot edu 2007-05-22 05:01 ---
Created an attachment (id=13600)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13600&action=view)
Preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32029
--- Comment #1 from ejt at andrew dot cmu dot edu 2007-05-22 05:00 ---
Created an attachment (id=13599)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13599&action=view)
Original source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32029