Hi, On Thu, 14 Jun 2012, Richard Guenther wrote:
> > Restarted regstrapping the thing on x86_64 again. Okay if that > > passes? > > Ok. > > But I wonder how the symtab cannot be "ready" when we gimplify - after > all we gimplify only from after cgraph_finalize_compilation_unit ... "Ready" may have been the wrong word. There is no entry for the vtable object in the symtab at that point. Only for all the functions. It also never is generated later, so if there had ever been a folding for such statement before it would have crashed already without my patch. I don't know if that is by intention or an oversight. Ciao, Michael.