• Marko Mäkelä's avatar
    MDEV-26467: GCC 4.8.5 internal compiler error on ARMv8 · 2e39987f
    Marko Mäkelä authored
    We will disable some optimizations, because the function
    row_ins_clust_index_entry_low() would fail to compile
    ever since commit a73eedbf
    changed the definition of srw_mutex::wr_unlock() to use
    fetch_sub() instead of fetch_and().
    
    For some reason, applying this work-around does not fix the
    "could not split insn" error for that commit,
    while it does work for
    commit 277ba134.
    2e39987f
row0ins.cc 104 KB