This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/47356] Internal error when assigning with incomplete uniform initializer list
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 7 Jul 2011 21:34:48 +0000
- Subject: [Bug c++/47356] Internal error when assigning with incomplete uniform initializer list
- Auto-submitted: auto-generated
- References: <bug-47356-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47356
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jason at gcc dot gnu.org
Resolution| |FIXED
Target Milestone|--- |4.6.0
--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2011-07-07 21:34:44 UTC ---
Yes, omitted initializers imply value-initialization of those elements.
Fixed in 4.6.0.