CVS commit: src/usr.bin/xlint/lint1
"Roland Illig" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: rillig Date: Sun Apr 5 20:51:00 UTC 2026 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: remove temporary code to identify floating point bug On sparc64, SoftFloat 2a invoked undefined behavior, returning wrong results. The code added here didn't trigger, as the ATF_SH environment variable was not set in the real test run. See tests/lib/libc/t_long_double.c for more specialized tests to pinpoint the exact problem. To generate a diff of this commit: cvs rdiff -u -r1.708 -r1.709 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.