[Bug c++/54511] internal compiler error: in make_decl_rtl, at varasm.c:1147
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 7 08:03:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54511
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-09-07 08:03:22 UTC ---
template <int i>
struct S
{
S () { union { int a; }; a = 0; }
};
S<0> s;
Somehow the decl in the assignment isn't getting remapped during clone_body.
More information about the Gcc-bugs
mailing list