testsuite/52641 - Require int32 for gcc.dg/pr93820-2.c.
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr97730.c
blobaf4bca448798b50344c4246a68ae9e36c2ae48a7
1 /* { dg-additional-options "-O1" } */
2 unsigned b = 0xce8e5a48, c = 0xb849691a;
3 unsigned a[8080];
4 int main() {
5 a[0] = b;
6 c = c;
7 unsigned f = 0xb1e8;
8 for (int h = 0; h < 5; h++)
9 a[h] = (b & c) ^ f;
10 if (a[0] != 0x8808f9e0)
11 __builtin_abort();