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'

Reply via email to