[Bug fortran/43969] [OOP] ALLOCATED() with polymorphic variables

2010-05-15 Thread sfilippone at uniroma2 dot it
--- Comment #5 from sfilippone at uniroma2 dot it 2010-05-15 11:33 --- (In reply to comment #4) Turns out that fixing this one is completely trivial, once you actually have a look at it :) The ALLOCATED intrinsic was just not adjusted to handle CLASS variables yet. The patch is as

[Bug fortran/43969] [OOP] ALLOCATED() with polymorphic variables

2010-05-15 Thread janus at gcc dot gnu dot org
--- Comment #6 from janus at gcc dot gnu dot org 2010-05-15 13:52 --- Subject: Bug 43969 Author: janus Date: Sat May 15 13:52:33 2010 New Revision: 159431 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=159431 Log: 2010-05-15 Janus Weil ja...@gcc.gnu.org PR