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: C++ PATCH: Builtins (2 of 3)



  Shouldn't we also do the following?  It's including <cstdlib> not <stdlib.h>,
  so malloc and free should be qualified.  (Also abort(), but that's trickier.)

Yup.  I didn't see this because I wasn't changing the handling of
those functions.  The obvious patch is pre-approved for the mainline.

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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