http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56731
--- Comment #8 from janus at gcc dot gnu.org 2013-04-01 17:10:13 UTC --- (In reply to comment #1) > Trunk gives: > > select type(an => carr%c) > 1 > Error: Component to the right of a part reference with nonzero rank must not > have the ALLOCATABLE attribute at (1) That error message was apparently fixed for CLASS components (PR53191) with this commit: http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=187192 Not sure if it's worth backporting though.