CVS commit: src
"Roland Illig" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: rillig Date: Tue Apr 7 20:05:36 UTC 2026 Modified Files: src/tests/usr.bin/xlint/lint1: queries.c t_usage.sh src/usr.bin/xlint/lint1: err.c tree.c Log Message: lint: add query for negation of minimum signed value This helped double-check that the remaining negations in the softfloat/bits64 code are fine. There are some false positives, due to int16 being typedef'd to int, thus being int32 realistically. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/tests/usr.bin/xlint/lint1/queries.c cvs rdiff -u -r1.28 -r1.29 src/tests/usr.bin/xlint/lint1/t_usage.sh cvs rdiff -u -r1.281 -r1.282 src/usr.bin/xlint/lint1/err.c cvs rdiff -u -r1.710 -r1.711 src/usr.bin/xlint/lint1/tree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.