This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/47601] [OOP] Internal Error: mio_component_ref(): Component not found


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

--- Comment #15 from Kris <kristopher.kuhlman at gmail dot com> 2011-05-27 03:33:15 UTC ---
(In reply to comment #14)
> *) The error is triggered by USEing a module in which a 'bad' procedure is
> defined. 
> *) A 'bad' procedure is one having
>   b) a dummy argument 'foo' which is an extended derived type
>   a) another dummy argument 'bar', whose dimension(s) depends on a component of
> 'foo'

I had this bug, but it went away when I verbatim copied the procedure I was
USEing and removed the USE statement (not optimal, but ok).  I still have lots
of other extended types and no other problems with gfortran -- based on my
limited experience, whatever triggers this bug is pretty subtle.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]