llvm-project
2bfb3bae - [flang] Make REAL/COMPLEX(10) a hard error for non-x86 targets (#124655)

Commit
357 days ago
[flang] Make REAL/COMPLEX(10) a hard error for non-x86 targets (#124655) Currently the use of REAL/COMPLEX(KIND=10) as a type or literal constant suffix elicits an optional warning message only. This leads to compiler internal errors during lowering when these types appear in code being compiled to non-x86_64 targets. For better error messaging, make the use of these types a hard error in semantics instead when they are not supported by the target architecture.
Author
Parents
Loading