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]

Re: [v3] pure.cc standardization.


>>>>> "Benjamin" == Benjamin Kosnik <bkoz@redhat.com> writes:

>> fputs() calls malloc() to allocate stream buffer

> No. stderr is already allocated.

> In any case we are using fputs in some cases here with or without this
> patch.

Not in libsupc++, it isn't.  The support library for a freestanding
implementation should not pull in stdio.

Jason

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