This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Your last change to init.c doesn't build


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]