https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54262
Dominique d'Humieres changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54262
--- Comment #5 from Dominique d'Humieres ---
Regtested cleanly with the patch in comment 4.
If I remove the lines
se->expr = convert (pvoid_type_node, se->expr);
se->expr = gfc_evaluate_now (se->expr, &se->pre);
in conv_isocbinding
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54262
--- Comment #4 from Dominique d'Humieres ---
> So far I did not find what to change to make specific->inquiry true for LOC.
Fixed by the following patch
--- ../_clean/gcc/fortran/intrinsic.c 2019-03-12 16:12:35.0 +0100
+++ gcc/fortra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54262
--- Comment #3 from Dominique d'Humieres ---
> The code in comment 0 compiles with 4.8.5, but gives an error
>
>p = transfer (loc(x), p)
> 1
> Error: Assumed-type argument at (1) is not permitted as actual argument
> to th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54262
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54262
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- Comment #1