OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Martynas Venckus (martynascvs.openbsd.org)
Date: Sun Jul 05 2009 - 19:06:11 CDT


CVSROOT: /cvs
Module name: src
Changes by: martynascvs.openbsd.org 2009/07/05 18:06:10

Modified files:
        regress/lib/libm/toint: toint.c

Log message:
don't test unspecified behavior per ISO C (section F.4). this made
machines following IEC/IEEE for fp arith fail, since they take more
care of overflowed value. failure on zaurus reported by david.
ok millert