[Bug c++/53108] Nested template classes and variadic templates

2012-04-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53108 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug c++/53108] Nested template classes and variadic templates

2012-04-24 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53108 --- Comment #2 from Andrew Pinski 2012-04-25 02:55:45 UTC --- And it works on the trunk: pinskia@server:~/Downloads$ ~/local-gcc/bin/gcc t777.cc -std=c++11 -W -Wall;./a.out;echo $? 0

[Bug c++/53108] Nested template classes and variadic templates

2012-04-24 Thread fpelliccioni at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53108 --- Comment #1 from Fernando Pelliccioni 2012-04-25 02:36:06 UTC --- Clang compiles OK.