------- Comment #1 from pault at gcc dot gnu dot org  2006-10-03 14:38 -------
Created an attachment (id=12377)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12377&action=view)
This fixes the bug.

This has to be sorted out at resolution time because it is the label 'vortex'
that blocks the host association of the derived type 'vortex'.  Thus we wit
until resolving the symbols in a namespace and use the logic:

if variable is of host associated derived type
  {
     if a symbol is present in the variable's namespace that is 
              not a derived type or is not an identical derived type
       {
          error ("the symbol blocks the derived type")
          return FAILURE
       }
    }
As soon as the allocatable components are out of the door, I will submit this
with a test case.

Paul




-- 

pault at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pault at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29232

Reply via email to