r112894 - in /trunk/gcc: ChangeLog Makefile.in ...
kazu@gcc.gnu.org
kazu@gcc.gnu.org
Wed Apr 12 17:20:00 GMT 2006
Author: kazu
Date: Wed Apr 12 17:20:22 2006
New Revision: 112894
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112894
Log:
* Makefile.in (GTFILES): Move functions.h after tree.h.
* function.c (reset_block_changes, record_block_change,
check_block_change, free_block_changes): Use VEC instead of
VARRAY.
* function.h (function): Change the type of
ib_boundaries_block to VEC(tree,gc) *.
* tree-inline.c (copy_cfg_body): Initialize
ib_boundaries_block to NULL instead of (varray_type) 0.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/Makefile.in
trunk/gcc/function.c
trunk/gcc/function.h
trunk/gcc/tree-inline.c
More information about the Gcc-cvs
mailing list