Greg Troxel via PROJ <proj at lists.osgeo.org> writes: > 2 tests in builtins fail on: > NetBSD 9 i386 > NetBSD 10 i386 Adding CFLAGS+= -ffloat-store to the pkgsrc build, all tests pass. gcc seems to document that it will allow use of extended-precision (80 bit) floating point registers for intermediate results, by default.