This is the mail archive of the gcc-bugs@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]

[Bug ipa/61548] [5 Regression] FAIL: gcc.dg/tls/alias-1.c


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61548

--- Comment #26 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Hmm, emutls_foo is added to symtab twice and therefore it is also output twice.
__emutls_v.foo/6 (__emutls_v.foo) @0x7ffff6973300                               
  Type: variable definition analyzed                                            
  Visibility: externally_visible public artificial                              
  next sharing asm name: 4                                                      
  References:                                                                   
  Referring: __emutls_v.bar/7 (alias)                                           
  Availability: available                                                       
  Varpool flags: initialized tls-emulated                                       
__emutls_v.foo/4 (__emutls_v.foo) @0x7ffff6973200                               
  Type: variable definition analyzed                                            
  Visibility: externally_visible public artificial                              
  previous sharing asm name: 6                                                  
  References:                                                                   
  Referring:                                                                    
  Availability: available                                                       
  Varpool flags: initialized tls-emulated


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