This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53108

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]