[Bug c++/32029] Internal Compiler Error on instantiation of template parameter

2007-05-23 Thread pinskia at gcc dot gnu dot org
--- 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_

[Bug c++/32029] Internal Compiler Error on instantiation of template parameter

2007-05-21 Thread ejt at andrew dot cmu dot edu
--- 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

[Bug c++/32029] Internal Compiler Error on instantiation of template parameter

2007-05-21 Thread ejt at andrew dot cmu dot edu
--- 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