This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/41581] [OOP] Allocation of a CLASS with SOURCE=<class> does not work
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Oct 2009 20:46:25 -0000
- Subject: [Bug fortran/41581] [OOP] Allocation of a CLASS with SOURCE=<class> does not work
- References: <bug-41581-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from burnus at gcc dot gnu dot org 2009-10-09 20:46 -------
To prevent wrong-code, SOURCE=<class> is now rejected (cf. PR 41582).
For the run-time version: One might also need to check whether SOURCE is
allocated - at least with some checking option.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41581