https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70072
Thomas Koenig <tkoenig at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tkoenig at gcc dot gnu.org --- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- (In reply to Dominique d'Humieres from comment #3) > With gfortran 7.2.0 and trunk (8.0) I get the error > > class(t), parameter :: z(2,3) = t(1) > 1 > Error: CLASS variable 'z' at (1) cannot have the PARAMETER attribute This error is correct, isn't it?