This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/30876] Array valued recursive function rejected
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Feb 2007 16:33:04 -0000
- Subject: [Bug fortran/30876] Array valued recursive function rejected
- References: <bug-30876-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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