Files
clang-p2996/flang/test/Semantics/Inputs/modfile66.cuf
Peter Klausler ce392471c0 [flang] Silence spurious error on non-CUDA use of CUDA module (#107444)
When a module file has been compiled with CUDA enabled, don't emit
spurious errors about non-interoperable types when that module is read
by a USE statement in a later non-CUDA compilation.
2024-09-10 14:08:55 -07:00

5 lines
83 B
Plaintext

module usereal2
!REAL(2) is interoperable under CUDA
real(2), bind(c) :: x
end