[Bug c++/28783] Probably a typof() extension problem

2006-08-20 Thread v dot haisman at sh dot cvut dot cz
--- Comment #1 from v dot haisman at sh dot cvut dot cz 2006-08-20 09:00 --- Created an attachment (id=12101) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12101action=view) Original test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28783

[Bug c++/28783] Probably a typof() extension problem

2006-08-20 Thread v dot haisman at sh dot cvut dot cz
--- Comment #2 from v dot haisman at sh dot cvut dot cz 2006-08-20 09:02 --- Created an attachment (id=12102) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12102action=view) Very lightly reduced preprocessed source. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28783

[Bug c++/28783] Probably a typof() extension problem

2006-08-20 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2006-08-20 09:08 --- Happens with 3.4, 4.0, 4.1 and mainline, reducing. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28783] Probably a typof() extension problem

2006-08-20 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-08-20 14:25 --- Confirmed. Reduced testcase: namespace boost{ namespace lambda { template class T0, class T1 class tuple; template int I struct placeholder {}; template int I, class Act class action; template

[Bug c++/28783] Probably a typof() extension problem

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-08-20 15:20 --- *** This bug has been marked as a duplicate of 13740 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added