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] | |
On Monday 31 May 2004 19:54, Tobias Schlüter wrote:
Looking again at the code in gfc_conv_intrinsic_len it occurred to me that all strings in an array must be of the same length. Therefor this one line fix should do the trick. The test for arg->ref == NULL is clearly meant to separate the case of arg->ref == REF_SUBSTRING, but is meaningless in the case of REF_ARRAY or REF_COMPONENT (which I will look into after this is approved).
2004-05-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* trans-intrinsic.c (gfc_conv_intrinsic_len): Deal with arrays of strings.
You need to iterate over all the refs. You can have an substring (or component ref) of an arrayref.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |