Re: [PATCH 12/13] Coarray shared memory library
Tobias Burnus <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
Jerry D wrote: > Fortran: Ensure constant strings are send correctly to caf. > > gcc/fortran/ChangeLog: > > * trans-intrinsic.cc (conv_caf_send_to_remote): Fix treating constant > char arrays when used in coarray sends. It seems as if a testcase for this change is missing - either an -fdump-tree-… one or a run-test one or both. Tobias