blob: 0d60aecd08e1bcb9197a3c1a26c1d68599bf5d2e [file] [log] [blame]
! REQUIRES: flang-supports-f128-math
! RUN: bbc -emit-fir %s -o - | FileCheck %s
! RUN: bbc --math-runtime=precise -emit-fir %s -o - | FileCheck %s
! RUN: %flang_fc1 -emit-fir %s -o - | FileCheck %s
! CHECK: fir.call @_FortranAAtanhF128({{.*}}){{.*}}: (f128) -> f128
real(16) :: a, b
b = atanh(a)
end