[Bug c++/55220] [c++11] ICE when doing partial template specialization on variadic template

2013-02-15 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55220 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW

[Bug c++/55220] [c++11] ICE when doing partial template specialization on variadic template

2013-02-14 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55220 --- Comment #5 from Jason Merrill jason at gcc dot gnu.org 2013-02-15 01:27:20 UTC --- Author: jason Date: Fri Feb 15 01:27:12 2013 New Revision: 196068 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=196068 Log: PR c++/55220

[Bug c++/55220] [c++11] ICE when doing partial template specialization on variadic template

2012-11-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55220 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Known to work|4.7.3, 4.8.0|

[Bug c++/55220] [c++11] ICE when doing partial template specialization on variadic template

2012-11-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55220 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org 2012-11-06 14:39:31 UTC --- Ah, it compiles OK if GCC is built with --disable-checking, but fails otherwise