https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89344
kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P4 CC| |kargl at gcc dot gnu.org --- Comment #2 from kargl at gcc dot gnu.org --- My version of gfortran gives % gfcx -c a.f90 a.f90:8:35: 8 | type is (integer); value=10 | 1 Error: Dummy argument 'value' with INTENT(IN) in variable definition context (assignment) at (1) a.f90:9:35: 9 | type is (real); value=10.20 | 1 Error: Dummy argument 'value' with INTENT(IN) in variable definition context (assignment) at (1)