Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-fp-except1.C
blob3887a5ba7437ddeda0b305f2e8ed8de02225ade5
1 // { dg-do compile { target c++11 } }
2 // { dg-additional-options -fconstexpr-fp-except }
4 constexpr double inf = 1./0.;