__builtin_ppc_maxfe(fe,fe,fe,fe);// expected-error-re {{builtin requires 128 bit size 'long double' type support, but target {{.*}} does not support it}}
__builtin_ppc_minfe(fe,fe,fe,fe);// expected-error-re {{builtin requires 128 bit size 'long double' type support, but target {{.*}} does not support it}}
__builtin_ppc_maxfl(fs,fs,fs,fs);// expected-error-re {{passing {{.*}} to parameter of incompatible type {{.*}}}}
__builtin_ppc_minfl(fs,fs,fs,fs);// expected-error-re {{passing {{.*}} to parameter of incompatible type {{.*}}}}
__builtin_ppc_maxfs(fe,fe,fe,fe);// expected-error-re {{passing {{.*}} to parameter of incompatible type {{.*}}}}
__builtin_ppc_minfs(fe,fe,fe,fe);// expected-error-re {{passing {{.*}} to parameter of incompatible type {{.*}}}}
#else
__builtin_ppc_maxfe(fl,fl,fl,fl);// expected-error-re {{passing {{.*}} to parameter of incompatible type {{.*}}}}
__builtin_ppc_minfe(fl,fl,fl,fl);// expected-error-re {{passing {{.*}} to parameter of incompatible type {{.*}}}}
__builtin_ppc_maxfl(fs,fs,fs,fs);// expected-error-re {{passing {{.*}} to parameter of incompatible type {{.*}}}}
__builtin_ppc_minfl(fs,fs,fs,fs);// expected-error-re {{passing {{.*}} to parameter of incompatible type {{.*}}}}
__builtin_ppc_maxfs(fe,fe,fe,fe);// expected-error-re {{passing {{.*}} to parameter of incompatible type {{.*}}}}
__builtin_ppc_minfs(fe,fe,fe,fe);// expected-error-re {{passing {{.*}} to parameter of incompatible type {{.*}}}}