[flang-commits] [flang] [flang] Implement GETUID and GETGID intrinsics (PR #108017)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Tue Sep 17 07:42:17 PDT 2024


klausler wrote:

> Yes, I believe so. That does mean we need to have this as an intrinsic and not an extension though, so I was asking your approval to continue it this way.

Do they work with GNU when one uses its command-line options to change the default kind of integer?  If not, then you don't need to make that work here, either.  But if they do, then yes, support as an intrinsic function will be needed.

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


More information about the flang-commits mailing list