function.h (types_used_by_cur_var_decl): Change type to a VEC.
authorNathan Froyd <froydnj@codesourcery.com>
Fri, 18 Jun 2010 15:51:37 +0000 (15:51 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Fri, 18 Jun 2010 15:51:37 +0000 (15:51 +0000)
commitbc87224e9341b186905d8ac849aeb59463ae4f6b
tree099f2565c44bc86efadd0114c6699753ab14efa5
parent76d971ccfb886e192d3d21705b1d9327d61f8827
function.h (types_used_by_cur_var_decl): Change type to a VEC.

gcc/
* function.h (types_used_by_cur_var_decl): Change type to a VEC.
* function.c (types_used_by_cur_var_decl): Likewise.
(used_types_insert): Adjust for new type of
types_used_by_cur_var_decl.

gcc/c-family/
* c-common.c (record_types_used_by_current_var_decl): Adjust for
new type of types_used_by_cur_var_decl.

From-SVN: r161001
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-common.c
gcc/function.c
gcc/function.h