This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] patch to fix PR20822
- From: Florian Weimer <fw at deneb dot enyo dot de>
- To: "Rolf Ebert" <rolf dot ebert dot gcc at gmx dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 13 Apr 2005 23:51:20 +0200
- Subject: Re: [Ada] patch to fix PR20822
- References: <opso6tk6psxz80xi@mail.gmx.de> <8764yqgxi8.fsf@deneb.enyo.de>
* 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.)