------- Comment #2 from burnus at gcc dot gnu dot org 2009-08-07 11:48 ------- Of cause, you need to add a -std=f95 check - and one should do some thinking/testing whether other items are missing.
There are some other related issues, which should be handled separately: - Allocate on assignment (which only works for derived types and even there not completely; cf. PR 35810) - Allocatable character lengths (Steve K. works on this) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40996