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 #14 from Rich Townsend <townsend at astro dot wisc.edu> 2011-05-26 21:43:27 UTC ---
> Fails for me on x86_64-unknown-linux-gnu with 4.5, 4.6 and 4.7. Apparently
> related to type extension.

I think the bug can be summarized thus:

*) 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'


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