LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / unswitch-loops-pr26969.c
blob71538c4b188dc54dc4da3e078446c1f9d235ccce
1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_int } */
4 void
5 ruby_re_compile_fastmap (char *fastmap, int options)
7 int j;
8 for (j = 0; j < (1 << 8); j++)
10 if (j != '\n' || (options & 4))
11 fastmap[j] = 1;