Source-Changes archive

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

CVS commit: src/usr.bin/xlint/lint1



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.




Home | Main Index | Thread Index | Old Index