On Fri, 27 Jul 2018, Andreas Schwab wrote:

> 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.
> 

So either the static inline strcmp routine has to be dropped from 
arch/m68k/include/asm/string.h (along with #define __HAVE_ARCH_STRCMP), or 
else a static inline strncmp has to be added (along with #define 
__HAVE_ARCH_STRNCMP)?

-- 

> Andreas.
> 
> 
--
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