[Bug fortran/54070] Wrong code with allocatable deferred-length (array) function results

2014-01-07 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54070 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug fortran/54070] Wrong code with allocatable deferred-length (array) function results

2013-07-15 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54070 Vittorio Zecca zeccav at gmail dot com changed: What|Removed |Added CC||zeccav at gmail

[Bug fortran/54070] Wrong code with allocatable deferred-length (array) function results

2012-07-24 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54070 --- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org 2012-07-24 09:27:53 UTC --- (In reply to comment #0) function f() character(len=:),allocatable :: f f =ABC end function That part is solved via the following patch; I not yet

[Bug fortran/54070] Wrong code with allocatable deferred-length (array) function results

2012-07-24 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54070 --- Comment #3 from Tobias Burnus burnus at gcc dot gnu.org 2012-07-24 14:39:54 UTC --- Dominique mentions that the failure of the array test case seems to be a regression between Rev. 188654 and 188694. Well, there was only one commit during

[Bug fortran/54070] Wrong code with allocatable deferred-length (array) function results

2012-07-23 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54070 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added CC||burnus at gcc