[PATCH,c++] convert incomplete_vars into a VEC

Nathan Froyd froydnj@codesourcery.com
Wed Jun 16 21:45:00 GMT 2010


On Tue, Jun 01, 2010 at 01:53:48PM -0700, Nathan Froyd wrote:
> This patch creates a specific data structure to hold the information for
> each element of `incomplete_vars' and turns `incomplete_vars' into a
> VEC.  The C++ FE may have gone crazy with its use of TREE_LIST, but it's
> nice that there's documentation on what TREE_PURPOSE and TREE_VALUE
> mean.
> 
> Tested on x86_64-unknown-linux-gnu.  OK to commit?

Ping.  http://gcc.gnu.org/ml/gcc-patches/2010-06/msg00090.html

-Nathan



More information about the Gcc-patches mailing list