> > real, dimension(:), pointer :: bar=>NULL() > > 1 > > Error: Array 'bar' at (1) cannot have initializer > > This is fall-out from Paul's patch from yesterday. It is valid Fortran. I'm fixing this. Paul