[flang-commits] [flang] [flang] Fix for atand(Y, X), and implment atan2d(Y, X), atanpi(X), atanpi(Y, X), atan2pi(Y, X) (PR #79002)

Kelvin Li via flang-commits flang-commits at lists.llvm.org
Fri Jan 26 08:26:04 PST 2024


================
@@ -0,0 +1,28 @@
+! RUN: bbc -emit-fir -hlfir=false %s -o - | FileCheck %s --check-prefixes="CHECK,CHECK-FAST"
+! RUN: %flang_fc1 -emit-fir -flang-deprecated-no-hlfir %s -o - | FileCheck %s --check-prefixes="CHECK,CHECK-FAST"
+
+
+function test_real4_all_args(y,x)
----------------
kkwli wrote:

Did you mean the name to be `test_real4` instead?

https://github.com/llvm/llvm-project/pull/79002


More information about the flang-commits mailing list