> As suggested in c++/49353, this patch stops copying linkage flags to > thunks in function_and_variable_visibility, replacing that with just > asserts to make sure that the front end is setting things up properly. > > To make the front end's job easier, I've added > cgraph_add_to_same_comdat_group so that the front end doesn't actually > need to deal with managing the circular list. > > Passes C++ regression testing, OK for trunk if all-language testing passes?
The cgraph bits are OK, thanks! Honza