History log of /netbsd-src/tests/usr.bin/xlint/lint1/expr_fold_strict_bool.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 6f6b09ef 08-Jun-2024 rillig <rillig@NetBSD.org>

tests/lint: reorganize tests

Tests for a single working language construct don't usually need a
separate file, they can be grouped together, like in expr.c or gcc.c.


# a8096716 22-Aug-2021 rillig <rillig@NetBSD.org>

lint: fix folding of comparisons in constant expressions


# 3065c1c3 22-Aug-2021 rillig <rillig@NetBSD.org>

tests/lint: demonstrate wrong constant folding in strict bool mode

Found while investigating wrong constant folding in default mode.