Home | History | Annotate | Download | only in lint1
History log of /src/tests/usr.bin/xlint/lint1/platform_ldbl64.c
RevisionDateAuthorComments
 1.6  10-Apr-2025  rillig lint: remove now-unnecessary CONSTCOND comments
 1.5  05-Jul-2023  rillig branches: 1.5.2;
tests/lint: spell platform identifiers for 'long double' consistently

The test file names don't have a hyphen, so the identifiers shouldn't
have one either.
 1.4  05-Apr-2023  rillig tests/lint: demonstrate duplicate warning when parsing big floats
 1.3  22-Feb-2023  rillig tests/lint: add platform-specific tests
 1.2  26-Sep-2021  rillig tests/lint: run all platform tests with the same options
 1.1  26-Sep-2021  rillig tests/lint: add tests for platform characteristics

Running lint in usr.bin/make on i386 fails due to this warning:

cond.c(800): warning: argument #3 is converted from 'unsigned char' to
'unsigned int' due to prototype [259]

This warning only occurred on i386 but not on sparc or x86_64. Try to
reproduce the test situation in platform_int.

The platform code in t_integration.sh was not strict enough, it didn't
check for multiple conditions, such as in msg_132_ilp32. That test was
only supposed to run on ILP32 platforms where size_t is unsigned int. It
also ran on sparc, even though size_t is long there.
 1.5.2.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed