On 11/5/21 18:30, Jan Hubicka wrote:
every gcc source looks like bit of overkill given that is can be open coded in 3 statements?
Why? It's a static inline function with few statements. I don't want to copy&paste the same code at every location. I bet there must quite some open-coded implementations of endswith in the GCC source code. Martin