We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3de3d commit 0f93940Copy full SHA for 0f93940
flang/test/Lower/Intrinsics/ieee_is_normal.f90
@@ -1,5 +1,5 @@
1
! RUN: bbc -emit-fir %s -o - | FileCheck %s
2
-! RUN: flang -fc1 -emit-fir %s -o - | FileCheck %s
+! RUN: %flang_fc1 -emit-fir %s -o - | FileCheck %s
3
4
! CHECK-LABEL: ieee_is_normal_f16
5
subroutine ieee_is_normal_f16(r)
flang/test/Lower/Intrinsics/isnan.f90
! CHECK-LABEL: isnan_f32
subroutine isnan_f32(r)
0 commit comments