https://bugs.kde.org/show_bug.cgi?id=386945

--- Comment #28 from Aaron Sawdey <acsaw...@linux.ibm.com> ---
I've just attached asm generated by current gcc trunk for this test case:

#include <string.h>

int main ()
{
   char str1[15];
   char str2[15];
   strcpy(str1, "abcdef");
   strcpy(str2, "ABCDEF");
   return strcmp(str1, str2);
}

They are compiled with -mno-vsx (gpr version), -mcpu=power8 (vsx p8), and
-mcpu=power9 (vsx p9).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to