http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60884
--- Comment #2 from Oleg Endo <olegendo at gcc dot gnu.org> --- I was trying to see how to implement the strchr builtin function which could also utilize the cmp/str insn. However, it seems that the necessary builtin expansion code for strchr is not there (yet).