Your last change to init.c doesn't build

grahams grahams@rcp.co.uk
Wed Apr 12 07:06:00 GMT 2000


Mark

Your latest check in for gcc/cp/init.c doesn't build.

It looks like you missed the 3rd binfo parameter for
build_dtor_call because the routine is using a binfo 
variable which isn't defined and the only call to 
build_dtor_call is passing 4 parameters the 3rd of
which is a NULL_TREE;

I suspect build_dtor_call needs a 3rd tree binfo parameter.

Graham


More information about the Gcc-patches mailing list