Flang does not support the -finit-real flag
Open
flang:driver
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
Trying to compile https://netlib.org/math/ with Flang 21 I bumped into the following error:
```
flang-21: error: unknown argument: '-finit-real=NAN'
```
A similar issue for the `-finit-local-zero` flag is reported here: https://github.com/llvm/llvm-project/issues/157042
Contributor guide
Assessment
This issue has not been assessed yet.