------- Comment #1 from pault at gcc dot gnu dot org  2006-08-28 22:15 -------
The problem lies in resolve.c (resolve_generic_s):1623

On the face of it,

if (sym->ns->parent != NULL && !sym->attr.use_assoc)

seems to be wrong.

if (sym->ns->parent != NULL) fixes the problem and is regtesting as I write.

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|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-08-28 22:15:42
               date|                            |


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

Reply via email to