Merged revisions 208012,208018-208019,208021,208023-208030,208033,208037,208040-20804...
[official-gcc.git] / main / gcc / testsuite / g++.dg / opt / builtins2.C
blob658c128d62deed82b4a5a80cc0050822bda81164
1 // PR c++/49813
2 // We should handle asinh as a built-in in C++0x mode, even when strict.
3 // { dg-do compile { target c++11 } }
4 // { dg-final { scan-assembler-not "asinh" } }
6 #include <math.h>
8 int main()
10   double das = asinh(1.0);