https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54262
Dominique d'Humieres <dominiq at lps dot ens.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2015-11-05 Ever confirmed|0 |1 --- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- The code in comment 0 compiles with 4.8.5, but gives an error pr54262.f90:5:20: p = transfer (loc(x), p) 1 Error: Assumed-type argument at (1) is not permitted as actual argument to the intrinsic loc when compiled with 4.9.3 up to trunk (6.0). The change occurred between revisions r199034 (2013-05-17, no error) and r199221 (2013-05-22, error). The message has been introduced by revision r199158 (pr57035).