This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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] | |
Attached patch corrects a few functions which did not correctly NULL-terminate value.character.string for CHARACTER constants. Although it appears that this NULL-termination was not required when the front-end was first written, a few places now rely on it, and I don't think it's too bad to accomodate them. I've tried to review and fix not only the problem in the original PR, but all other such places.
---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |