* cfghooks.c (verify_flow_info): Disable check that all probabilities
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / 20081204-1.c
blob31956a14a88cd4fd37763f6b1676804c5e81a914
1 /* Test for ICE arising from inconsistent use of TARGET_E500 versus
2 TARGET_HARD_FLOAT && !TARGET_FPRS. */
3 /* { dg-do compile } */
4 /* { dg-options "-mcpu=750 -mfloat-gprs=single" } */
5 /* { dg-skip-if "not an SPE target" { ! powerpc_spe_nocache } } */
7 static int comp(const void *a,const void *b){
8 return (*(float *)a<*(float *)b)-(*(float *)a>*(float *)b);