http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47728
--- Comment #4 from janus at gcc dot gnu.org 2011-02-14 10:16:33 UTC --- (In reply to comment #3) > shouldn't that read: > > class(shape), dimension(:), allocatable :: object > ^ > | no fixed dimension Yes, in principle it should. However, currently we boldly reject any kind of dimensionful class variable, before even getting to the point of checking the dimensions.