Branch: refs/heads/master
Revision: 5b2fef5
Author: bradcray
Log Message:
Merge pull request #17806 from bradcray/fixup-size-issues
Fix .size issue in GMP chudnovsky test for non-64-bit platforms
[trivial, not reviewed]
gmp-chudnovsky makes use of C types, so is sensitive to differences
on 32-bit platforms that I didn't catch in my testing, causing it
to trigger the new warnings for .size vs. .sizeAs. This avoids
the warnings by using explicit .sizeAs calls and should resolve
the linux32 regression.
Modified Files:
M test/library/standard/GMP/studies/gmp-chudnovsky.chpl
Compare: https://github.com/chapel-lang/chapel/compare/0bb238ce2db7...5b2fef5fb3ae