c++ code that egcs kills ...

H.J. Lu hjl@innovix.com
Fri Aug 21 10:01:00 GMT 1998


What is the unfinished part of the thunks implemantation? The only
thing I can find is that expand_indirect_vtbls_init () in search.c has

	if (flag_vtable_thunks)
	  {
	    /* We don't have dynamic thunks yet!
	       So for now, just fail silently.  */
	  }
	else
	  {
	     ....
	  }

If the dynamic thunks is working, will that bug be fixed? Do we need
a new thunks implemantation to fix it? If the dynamic thunks is
not implemanted and it does generate incorrect codes, why doesn't
egcs issue a warning to user?

Thanks.


-- 
H.J. Lu (hjl@gnu.org)



More information about the Gcc-bugs mailing list