------- Comment #2 from pault at gcc dot gnu dot org  2006-08-22 20:02 -------
I have figured out what the problem is:

The module procedure formal arguments go into their own namespace; derived type
references pointing to the contained namespace.  In the reformed association of
derived types, the symbols to which the formal arguments are pointing are
removed when host association occurs.  It is something of a miracle that the
old system works - it certainly was not intentional!

Now for a clean solution!

Paul


-- 


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

Reply via email to