[Bug fortran/48363] Recursion not converted into a loop

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48363 --- Comment #3 from Richard Guenther 2011-03-30 15:54:28 UTC --- (In reply to comment #2) > (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 i

[Bug fortran/48363] Recursion not converted into a loop

2011-03-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48363 --- Comment #2 from Tobias Burnus 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 k

[Bug fortran/48363] Recursion not converted into a loop

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48363 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|