Re: symtab cleanups 3/17: fix alias visibility logic

2013-06-05 Thread Andreas Schwab
Jan Hubicka writes: > * gcc.dg/tree-ssa/attr-alias.c: New testcase. I've removed the duplicated contents. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."

symtab cleanups 3/17: fix alias visibility logic

2013-06-03 Thread Jan Hubicka
Hi, GCC's alias support follows how C level alias attributes work: function bodies/variable initializers are associated with particular symbols and other aliases are separate symbol referring to the one they are aliasing. In ELF implementation and by my understanding of BFD also everywher else the