https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101893
Bug ID: 101893 Summary: There is no vgbbd on p7 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: segher at gcc dot gnu.org Target Milestone: --- FAIL: gcc.target/powerpc/sse4_1-phminposuw.c (test for excess errors) Excess errors: /home/segher/build/tot-master/gcc/include/smmintrin.h:103:3: error: AltiVec argument passed to unprototyped function That line is __charmask = vec_gb (__charmask); This is on a power7, so that instruction does not exist (and neither does the builtin).