https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117044
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |5.3.0 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- This has been ICEing since 5.3.0. Before GCC errored out: <source>:3:39: error: partial specialization of 'v<int, N>' after instantiation of 'v<int, (N - 1)>' [-fpermissive] template<int N> decltype(v<int, N-1>) v<int, N>; ^