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] PR32875 - Not Implemented: complex character array constructor


Paul Thomas wrote:
:ADDPATCH fortran:

This patch is self-explanatory and acts as a backstop in translating character array constructors. Notice that the length, in this case, should, strictly speaking be one. However, the precise value of the character length of a zero length array seems to be an academic nicety to me. Note also that LEN (this constructor) gives the right value because it is simplified correctly.

Regtests amd64/Cygwin_NT - OK for trunk?

Paul

Looks OK Paul,

Jerry


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