This is the mail archive of the gcc@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: a question about fix-header.c


Daniel Berlin <dberlin@dberlin.org> writes:

>> You realize it's probably a lot easier to do it with builtins, anyway?
>
> The problem is that it's more than just free that can be attributed,
> free is just a major player here.  So while free could be done with
> a builtin, the other user functions obviously can't :)

Anything in glibc's headers (SuS, roughly) can and should be handled
with builtins.  Outside the domain of standards, I think it should be
left to users to update their headers as appropriate.

zw


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