------- Comment #7 from hjl at lucon dot org 2006-01-31 01:52 ------- The original code looks like
subroutine foo(self) character(*) :: self pointer :: self nullify(self) allocate(self) self = " " end subroutine Is this code valid? How can I make it valid? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26038