diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2025-03-04 22:24:23 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2025-03-10 10:30:01 +0000 |
commit | 874c712dc148142dfdaf2589d66a17391fe331f1 (patch) | |
tree | 20eaea49d6233d332f5ad1dc42ed53922a32a44a /rust/qemu-api | |
parent | 77f005f954ea3cd0a161618a9f6c3f9d874c5b58 (diff) | |
download | qemu-874c712dc148142dfdaf2589d66a17391fe331f1.zip qemu-874c712dc148142dfdaf2589d66a17391fe331f1.tar.gz qemu-874c712dc148142dfdaf2589d66a17391fe331f1.tar.bz2 |
tests/tcg: enable -fwrapv for test-i386-bmi
We allow things like:
tests/tcg/i386/test-i386-bmi2.c:124:35: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
assert(result == (mask & ~(-1 << 30)));
in the main code, so allow it for the test.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250304222439.2035603-17-alex.bennee@linaro.org>
Diffstat (limited to 'rust/qemu-api')
0 files changed, 0 insertions, 0 deletions