[flang-commits] [flang] [flang] Modifications to ieee_support_standard (PR #128895)

via flang-commits flang-commits at lists.llvm.org
Thu Feb 27 06:47:10 PST 2025


vdonaldson wrote:

> After this patch, two Fujitsu tests now fail to build: 0136_0046.f90 and 0136_0047.f90. The error message complains that `ieee_support_standrard(x) must be a scalar value, but is a rank-1 array`.

Thanks for catching this. I've updated the code to treat `ieee_support_standard` and similar procedures as inquiry or transformational functions, as appropriate, rather than as elemental functions.


https://github.com/llvm/llvm-project/pull/128895


More information about the flang-commits mailing list