]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-format.c: Include alloc-pool.h.
authorLaurynas Biveinis <laurynas.biveinis@gmail.com>
Tue, 4 Sep 2007 23:22:34 +0000 (23:22 +0000)
committerLaurynas Biveinis <lauras@gcc.gnu.org>
Tue, 4 Sep 2007 23:22:34 +0000 (23:22 +0000)
commit95b2e554d06a34489fe1649f1fa222acadba6c15
treef14bb40e1427d4221e9bb14bfbcfa2861a7d1379
parentacd29efb0f17f0ec7e2452b7440dd3fd666b6ce2
c-format.c: Include alloc-pool.h.

2007-09-04  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

* c-format.c: Include alloc-pool.h.
(check_format_info_main): New argument fwt_alloc.  Use allocation
pool instead of GC.  Remove GC deallocation code.
(check_format_arg): Create allocation pool, pass it to
check_format_info_main and free it afterwards.
* Makefile.in (c-format.o): Add alloc-pool.h dependency.

From-SVN: r128105
gcc/ChangeLog
gcc/Makefile.in
gcc/c-format.c