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/48363] Recursion not converted into a loop


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

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-03-30 15:38:13 UTC ---
(In reply to comment #1)
> The parameter has its address taken in
>   _gfortran_transfer_integer_write (&dt_parm.0, &i, 4);

True, but the value is not modified - which the ME should know as the "fn spec"
is ".wR"


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