On Jul 27 2018, Finn Thain <fth...@telegraphics.com.au> wrote:

> Why doesn't gcc convert strncmp to __builtin_strcmp?

It does.  In fact, it first converts strncmp to __builtin_strncmp, then
optimizes it to __builtin_strcmp.  Finally, __bultin_strcmp is expanded
to a call to strcmp.

Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."
--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to