New Issue: [Bug]: Arkouda fails to compile with '-g --verify'

28166, "jabraham17", "[Bug]: Arkouda fails to compile with '-g --verify'", "2025-12-09T23:10:33Z"

While trying to build Arkouda with CHPL_COMM=gasnet and debug info, I found a verification error with the generated debug info.

This should not be a problem with user builds (--verify is off by default unless you have --devel), but this is going to result in unusable debug info for the affected variable. So we should fix this.