[flang-commits] [flang] [Flang] Handle %VAL arguments correctly (PR #157186)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Wed Sep 10 08:52:00 PDT 2025
eugeneepshteyn wrote:
> %VAL is an extension. Intel and gfortran have different behavior. What behavior do we want in flang?
I believe Intel places some restrictions on what could be done with `%VAL`: https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2025-2/val.html
How does gfortran behave?
https://github.com/llvm/llvm-project/pull/157186
More information about the flang-commits
mailing list