OSDN Git Service

2007-09-05 Laurynas Biveinis <laurynas.biveinis@gmail.com>
authorlauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Sep 2007 15:50:41 +0000 (15:50 +0000)
committerlauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Sep 2007 15:50:41 +0000 (15:50 +0000)
commit4527a0e8e1291f9906d009893a42b5c8fcf861e7
tree337c3e012e679db345f78cd2066a7fc4cd399987
parent31a6f5515208689d806ba079788206ab7558eb9e
2007-09-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

* Makefile.in (stmt.o): Add alloc-pool.h dependency.
* stmt.c: Include alloc-pool.h.
(struct case_node): Remove GTY marker.
(add_case_node): New parameter case_node_pool.  Use it for
allocation of r.
(expand_case): New allocation pool case_node_pool.  Initialize it,
pass to add_case_node and free it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128139 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/stmt.c