This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFR: Using XNEW.../XCNEW... allocations.
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Marcin Dalecki <martin at dalecki dot de>
- Cc: gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: 31 Jan 2006 15:32:41 +0100
- Subject: Re: RFR: Using XNEW.../XCNEW... allocations.
- References: <E55A3F76-4A4B-41F1-8EE7-BFB2B0EA61C8@dalecki.de>
Marcin Dalecki <martin@dalecki.de> writes:
| The attached patch is making a lot of places use the libiberty type-safe
| memory allocation wrapper XNEW... macro family. This is making the
| code a bit less terse
| and more type safe. Everything inside this patch has been
| automatically verifyed.
|
| OK to apply to trunk?
Yes;
thanks.
-- Gaby