[Bug c++/57527] New: [C++11] Nested variadic templates cause internal compiler error

2013-06-04 Thread markus.mayr at outlook dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: markus.mayr at outlook dot com I do not know whether the following program is supposed to compile according to the standard. I only know that it compiles using clang and that it causes

[Bug c++/57527] [C++11] Nested variadic templates cause internal compiler error

2013-06-04 Thread markus.mayr at outlook dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57527 --- Comment #1 from markus.mayr at outlook dot com --- Created attachment 30257 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30257action=edit Source code example.