LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / pr86038.c
blob427a13f18c3819bcc02dd44ab0b4807ea4172cff
1 /* { dg-do compile } */
2 /* { dg-require-effective-target pthread } */
3 /* { dg-options "-O2 -ftracer -ftree-parallelize-loops=2 -fno-tree-scev-cprop --param parloops-schedule=dynamic" } */
5 int
6 sd (int lw)
8 while (lw < 1)
9 ++lw;
11 return lw;