This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]