http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55931
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2013-01-10 05:18:11 UTC --- > std::integral_constant<int, x.get()> i; // This is not working Most likely because Test<int> is not complete at the time of parsing.