LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / no-fre-pre-pr50208.c
blob996e5860ee03f37562c41f8f106c956d80b2694e
1 /* { dg-do compile } */
3 char c;
4 int a, b;
6 void foo (int j)
8 int i;
9 while (--j)
11 b = 3;
12 for (i = 0; i < 2; ++i)
13 a = b ^ c;