[Bug c++/35828] ICE on template-heavy C++ code, reported in innocent source line

2008-04-08 Thread gcc at cohi dot at
--- Comment #3 from gcc at cohi dot at 2008-04-08 08:31 --- Created an attachment (id=15445) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15445&action=view) Here's the preprocessed source for a similar bug that might be related. > g++-mp-4.3 -save-temps -I. -std=gnu++0x -D_REENTR

[Bug c++/35828] ICE on template-heavy C++ code, reported in innocent source line

2008-04-04 Thread gcc at cohi dot at
--- Comment #2 from gcc at cohi dot at 2008-04-04 21:44 --- Looking for a workaround I noticed that the ICE might actually be in connection with the template template arguments of the overloaded functions pegtl::parse() ... it's the only place where template template arguments were used,

[Bug c++/35828] ICE on template-heavy C++ code, reported in innocent source line

2008-04-04 Thread gcc at cohi dot at
--- Comment #1 from gcc at cohi dot at 2008-04-04 21:30 --- Created an attachment (id=15430) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15430&action=view) The file that triggered the ICE (preprocessed). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35828