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: [lto][patch] Use @args when calling lto-wrapper


Rafael Espindola wrote:
>> In fact you can just use asprintf.
> 
> I always get a bit lost on when it is OK to use extensions. Is it
> always OK to use glibc extensions in gcc?

No, never actually.  But as H.J. said, some of them are provided in
libiberty and asprintf is one of these.

Paolo


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