Module Name: src Committed By: rillig Date: Sat Jul 8 10:59:38 UTC 2023
Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: fix handling of 'long double' in cross-compiled mode When lint is compiled on x86-64 (where 'long double' has a 64-bit mantissa) and targets arm (where 'long double' has a 53-bit mantissa), warn if a constant cannot fit in the 'long double' of the target platform, not of the host platform. To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 src/usr.bin/xlint/lint1/lex.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.