------- Comment #5 from kargl at gcc dot gnu dot org  2010-07-13 20:35 -------

> Talking about (c): The following valid program is also rejected:
> 
> real(8),allocatable :: r8
> allocate( real(8) :: r8)
> end

Hmm.  Interesting.

real(8),allocatable :: r8
allocate(real(kind=8) :: r8)
end

works.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44929

Reply via email to