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:47:11 +0200
- Subject: Re: [Ada] patch to fix PR20822
- References: <opso6tk6psxz80xi@mail.gmx.de>
* 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.