[src/gold/gc.h:207]: (performance) Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. Source code is if (parameters->options().icf_enabled() && is_section_foldable_candidate(src_section_name.c_str())) but inline bool is_section_foldable_candidate(const std::string& section_name)
Still broken, some eleven months later.
Looks like this was fixed by commit e173ea00c2941af42ea4e2267446d6039a70da6e Author: Joshua Oreman <oremanj@hudson-trading.com> Date: Sat May 11 07:27:10 2019 +0800 Fix problem with ICF where diffs in EH frame info is ignored. PR gold/21066