Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/lib



Module Name:    src
Committed By:   riastradh
Date:           Mon Apr  7 01:31:18 UTC 2025

Modified Files:
        src/tests/lib/libc/gen: t_fpclassify.c
        src/tests/lib/libm: t_hypot.c t_next.c

Log Message:
tests: Use `#if __*_HAS_DENORM__', not `#ifdef __*_HAS_DENORM__'.

The compiler defines this to zero on, e.g., VAX.

PR port-vax/59261: t_fpclassify tests are failing


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/gen/t_fpclassify.c
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libm/t_hypot.c
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libm/t_next.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index