Re: Possible patch for PR fortran/67806

2015-10-12 Thread Louis Krupp
On Mon, 12 Oct 2015 08:41:43 -0700 Steve Kargl wrote > On Sun, Oct 11, 2015 at 10:18:48PM -0700, Louis Krupp wrote: > > The problem involves a derived type with a character component declared > > CHARACTER(NULL()) or CHARACTER(NULL(n)), where mold argument n is an > > integer poi

Re: Possible patch for PR fortran/67806

2015-10-12 Thread Steve Kargl
On Sun, Oct 11, 2015 at 10:18:48PM -0700, Louis Krupp wrote: > The problem involves a derived type with a character component declared > CHARACTER(NULL()) or CHARACTER(NULL(n)), where mold argument n is an integer > pointer. > I was looking at 67805 this weekend, which is somewhat related to th