This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54984] [4.6/4.7/4.8 Regression] Array allocated with new in a template class is default initialised
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 25 Oct 2012 23:31:05 +0000
- Subject: [Bug c++/54984] [4.6/4.7/4.8 Regression] Array allocated with new in a template class is default initialised
- Auto-submitted: auto-generated
- References: <bug-54984-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54984
--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-10-25 23:31:05 UTC ---
I suspect something pretty stupid went wrong when we started using VECs.
Anyway, I'm looking a bit into this.