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: [Ada] patch to fix PR20822


* Florian Weimer:

> * Rolf Ebert:
>
>> +      String'Write (Stream (F), S);
>
> Has this any impact on build time?  IIRC, your change causes each
> character to be written out independently.

Sorry for the follow-up.  Does this work on VMS?

>> +      Character'Write (Stream (F), ASCII.LF);

(I don't know anything about VMS, only that it has an option to
represent text file lines in the form "line length + content",
instead of the more widely used "content + line terminator.)


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