[flang-commits] [flang] Parallel runtime library design doc (PRIF) (PR #76088)
Jeff Hammond via flang-commits
flang-commits at lists.llvm.org
Thu Oct 24 05:20:09 PDT 2024
jeffhammond wrote:
* Please do not use `c_intmax_t`. Just use `c_size_t` for bounds, etc.
This has not been addressed. `intmax_t` is bad and should not be used. https://thephd.dev/intmax_t-hell-c++-c has some info and @erichkeane has some strong words about it elsewhere on the internet.
https://github.com/llvm/llvm-project/pull/76088
More information about the flang-commits
mailing list