This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/52044] [OOP] Invalid memory access with ALLOCATE, default initializer and polymorphic array components
- From: "pault at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 06 Feb 2012 21:24:12 +0000
- Subject: [Bug fortran/52044] [OOP] Invalid memory access with ALLOCATE, default initializer and polymorphic array components
- Auto-submitted: auto-generated
- References: <bug-52044-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52044
Paul Thomas <pault at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |pault at gcc dot gnu.org
Resolution| |FIXED
--- Comment #2 from Paul Thomas <pault at gcc dot gnu.org> 2012-02-06 21:24:12 UTC ---
This is now fixed, since __builtin_memset (two.a._data.data, 0, 96); appears
after allocation.
Thanks for this and all the other extracts from Damian and co.'s book!
Cheers
Paul