[patch, fortran] PR32360 'DATA PTR1 /NULL ()/' WHEN PTR1 HAS POINTER ATTRIBUTE

Tobias Burnus burnus@net-b.de
Fri Jun 22 15:56:00 GMT 2007


Jerry DeLisle wrote:
> :REVIEWMAIL:
You don't want to review your patch yourself, do you? ;-)

I just checked that
      integer, pointer :: ptr1 => null()
      data ptr1 /NULL()/
      data ptr1 /NULL()/
does the right thing: no warning with std=gnu, error with std=f95.

> OK for trunk?
Ok. Thanks for the patch.

Tobias



More information about the Fortran mailing list