Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   rillig
Date:           Sat Sep  6 20:18:41 UTC 2025

Modified Files:
        src/distrib/sets/lists/tests: mi
        src/tests/usr.bin/xlint/lint1: msg_118.c
        src/usr.bin/xlint/lint1: err.c tree.c
Added Files:
        src/tests/usr.bin/xlint/lint1: msg_118_ilp32.c

Log Message:
lint: reword message for bit-shift in trad-C90 migration mode

Mentioning the type names gives a hint about why the behavior differs;
the message only occurs when the type of the shift amount has higher
rank than the type of the shifted value.


To generate a diff of this commit:
cvs rdiff -u -r1.1392 -r1.1393 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.8 -r1.9 src/tests/usr.bin/xlint/lint1/msg_118.c
cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/xlint/lint1/msg_118_ilp32.c
cvs rdiff -u -r1.275 -r1.276 src/usr.bin/xlint/lint1/err.c
cvs rdiff -u -r1.687 -r1.688 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