[Patch, fortran] PR32881 - PURE attribute escapes from contained procedure

Jerry DeLisle jvdelisle@verizon.net
Sat Aug 18 08:29:00 GMT 2007


Paul Thomas wrote:
> :ADDPATCH fortran:
> 
> This problem came about because the initialization assignment is tested 
> both in the outer and the contained namespaces.  Thus, if the contained 
> namespace is pure, an error was caused.  The initialization assignment 
> is tested by seeing if the rhs is the same as the 'value' field of the 
> lhs symbol.  The testcase is the reporter's.
> 
> Regtests on amd64/Cygwin_NT - OK for trunk?
> 
> Paul
Also OK,

Thanks Paul,

Jerry



More information about the Fortran mailing list