On 11-07-06 13:12 , Gabriel Charette wrote:
I had removed these two lines because that pretty much does nothing (I think, at least removing them didn't make anything fail...)... When we
It started causing an ICE in the test case that I marked fixed and others (because we now stream static_aggregates).
Otherwise I agree we will need to modify pph_add_bindings_to_namespace. It is still missing the merge of "usings" and "using_directives". "static_decls" if I remember correctly were automatically reinserted when doing pushdecl_into_namespace for the static decls in "names".
Yeah. Jason suggests merging scope_chain->bindings read from the PPH image into scope_chain->bindings from the translation unit. I've started down that road. More later.
Diego.