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]
Other format: [Raw text]

Re: RFA: PATCH to add cgraph_add_to_same_comdat_group


> 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


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