http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38634
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu.org --- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-05-03 22:50:12 UTC --- This doesn't ICE anymore in mainline and 4_6-branch, and I would be tempted to close it, but I notice that the error message is now quite different, it talks about incompleteness and line 1 also appears: 38634.C:6:31: error: invalid use of incomplete type ‘struct A<N>’ 38634.C:1:22: error: declaration of ‘struct A<N>’ Is it good enough?