Changes between Initial Version and Version 2 of Ticket #68312


Ignore:
Timestamp:
Oct 1, 2023, 5:29:45 PM (12 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68312

    • Property Keywords sonoma removed
    • Property Port gcc13 added; gcc12 removed
  • Ticket #68312 – Description

    initial v2  
    1 There is a gcc13 C++ library linking error [1], which does not appear with gcc12 or clang-17, when compiling [2]: The name "replace_cold", as in [1], appears only in the static libraries libstdc++.a and libstdc++fs.a, and not the dynamic library libstdc++.6.dylib. It does not appear in the gcc12 C++ libraries.
     1There is a gcc13 C++ library linking error ![1], which does not appear with gcc12 or clang-17, when compiling ![2]: The name `replace_cold`, as in ![1], appears only in the static libraries libstdc++.a and libstdc++fs.a, and not the dynamic library libstdc++.6.dylib. It does not appear in the gcc12 C++ libraries.
    22
    3 1. Undefined symbols for architecture x86_64:
     31.
     4
     5{{{
     6Undefined symbols for architecture x86_64:
    47  "__ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE15_M_replace_coldEPcmPKcmm", referenced from:
    58      __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_replaceEmmPKcm in database-lexer.o
    69      __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_replaceEmmPKcm in database-parser.o
    710      __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_replaceEmmPKcm in directive-lexer.o
     11}}}
    812
    9132. https://savannah.gnu.org/git/?group=metalogic-inference