NetBSD-Bugs archive

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

PR/59336 CVS commit: src/tests/lib/libc/gen



The following reply was made to PR standards/59336; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59336 CVS commit: src/tests/lib/libc/gen
Date: Thu, 18 Dec 2025 05:28:22 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Thu Dec 18 05:28:22 UTC 2025
 
 Modified Files:
 	src/tests/lib/libc/gen: t_fpclassify.c
 
 Log Message:
 t_fpclassify: Test the is* classification functions too.
 
 Also test the upcoming C23 functions (iszero, issubnormal,
 issignalling), so the tests will be there when we implement them, and
 test the floating-point exceptions all the functions involved raise
 (which should be none).
 
 PR standards/59336: C23: Annex F and math.h extensions
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/gen/t_fpclassify.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