This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Inconsistent use of allocator wrapper macros in libiberty
- From: "Aaron W. LaFramboise" <aaronavay62 at aaronwl dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 31 Jul 2008 17:57:57 -0500
- Subject: Inconsistent use of allocator wrapper macros in libiberty
Quite a few files in libiberty use XNEWVEC as a replacement for
malloc(), but the they are being paired with plain free(); XDELVEC is
not being used.
Is there some reason for the inconsistency, such as some transitional
issue, or should this be fixed?