[Bug fortran/103567] Compile error with assumed-rank RESULT variable

2021-12-05 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103567 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug fortran/103567] Compile error with assumed-rank RESULT variable

2021-12-05 Thread wileamyp at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103567 --- Comment #1 from Wileam Yonatan Phan --- Surprisingly, this one compiles just fine: subroutine f(y) real, intent(out) :: y(..) end subroutine f