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 lto/81004] [7/8 Regression] linking failed with -flto and static libboost_program_options


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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at ucw dot cz

--- Comment #7 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
The reduced testcase only fails on trunk.

_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev/46 (__comp_dtor )
@0x7f6d89685cf0                                                                 
  Type: function definition analyzed alias                                      
  Visibility: externally_visible prevailing_def                                 
  Address is taken.                                                             
  References: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED2Ev/45
(alias)                                                                         
  Referring:
_Z17get_single_stringIcENSt7__cxx1112basic_stringIT_St11char_traitsIS2_ESaIS2_EEESt1AIS6_E.isra.0/60
(addr)                                                           
  Read from file: /tmp/ccub8nvo.o                                               
  Availability: available                                                       
  First run: 0                                                                  
  Function flags:                                                               
  Called by:                                                                    
  Calls:                                                                        
_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED2Ev/45 (__base_dtor )
@0x7f6d89685b80                                                                 
  Type: function definition analyzed                                            
  Visibility: prevailing_def_ironly                                             
  Address is taken.                                                             
  References:                                                                   
  Referring: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev/46
(alias)                                                                         
  Read from file: /tmp/ccub8nvo.o                                               
  Availability: available                                                       
  First run: 0                                                                  
  Function flags: nonfreeing_fn                                                 
  Called by:                                                                    
  Calls:

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