The standard requires that the operands of the intrinsic function
SIGN() must have the same type (INTEGER or REAL), but they are not
required to have the same kind.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D125105
[flang] Operands of SIGN() need not have same kind ClosedPublic Authored by klausler on May 6 2022, 10:16 AM.
Details Summary The standard requires that the operands of the intrinsic function
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 6 2022, 10:34 AM Closed by commit rG18dd123c5675: [flang] Operands of SIGN() need not have same kind (authored by klausler). · Explain WhyMay 9 2022, 2:39 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 428206 flang/lib/Evaluate/intrinsics.cpp
flang/test/Evaluate/folding02.f90
|