2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / 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);