1 /* { dg-do compile } */
2 /* { dg-options "-O1 -funroll-loops -ftree-vectorize -fcompare-debug" } */
3 /* { dg-xfail-if "" { powerpc-ibm-aix* } } */
7 static inline int hash(const char *str
)
12 h
+= (h
<< 3) ^ *str
++;
16 void f(const char *str
, int *h
)