Hi Steve, > I looked at the patch in a bit more detail, and > I am not thrilled with large-scale whitespace > changes mingled with functional changes. It makes > the patch harder to read and review.
I'm not sure which file you're referring to. If it's mathbuiltins.def, I'll need to add extra spaces to maintain argument alignment when I add the seven new built-ins. If it's intrinsic.cc, the issue is related to clang-format usage. You can find a more detailed explanation at https://gcc.gnu.org/pipermail/fortran/2025-May/062193.html. Yuao