------- Comment #2 from pault at gcc dot gnu dot org  2007-02-21 16:33 -------

> fortcom: Warning: dtgv.f90, line 9: Recursive array-valued function without
> result variable ambiguous   [TEST]

Goes right to the nub of it.  Within test, is an r-value expression that
contains a reference to  test (<int_expr>) a reference to the function result
array or a recursive call to test?

Paul


-- 


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

Reply via email to