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 88b74f4 commit 249743cCopy full SHA for 249743c
flang/test/Lower/intrinsic-procedures/ichar.f90
@@ -24,7 +24,7 @@ subroutine ichar_test(c)
24
! CHECK: fir.call @{{.*}}EndIoStatement
25
print *, ichar(str(J))
26
27
- ! "Magic" 88 below is the value returned by IACHAR (’X’)
+ ! "Magic" 88 below is the ASCII code for `X` and the value returned by IACHAR (’X’)
28
! CHECK: %[[c88:.*]] = arith.constant 88 : i32
29
! CHECK-NEXT: fir.call @{{.*}}OutputInteger32({{.*}}, %[[c88]])
30
! CHECK-NEXT: fir.call @{{.*}}EndIoStatement
0 commit comments