mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GCC versions at least 12 through 15 incorrectly report a warning
about code in sha1.c:
tests/tcg/multiarch/sha1.c:161:13: warning: ‘SHA1Transform’ reading 64 bytes from a region of size 0 [-Wstringop-overread]
161 | SHA1Transform(context->state, &data[i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This is a piece of stock library code for doing SHA1 which we've
simply copied, rather than writing ourselves. The bug has been
reported to upstream GCC (about a different library's use of this
code):
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106709
For our test case, since this isn't our original code and there isn't
actually a bug in it, suppress the incorrect warning rather than
trying to modify the code to work around the compiler issue.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2328
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250227141343.1675415-1-peter.maydell@linaro.org>
[AJB: -Wno-unknown-warning-option for clang's sake]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250304222439.2035603-18-alex.bennee@linaro.org>
|
8 months ago | |
|---|---|---|
| .. | ||
| system | 2 years ago | |
| Makefile.softmmu-target | 1 year ago | |
| Makefile.target | 8 months ago | |
| README | 9 months ago | |
| commpage.c | 6 years ago | |
| fcvt.c | 1 year ago | |
| fcvt.ref | 1 year ago | |
| float_convd.ref | 4 years ago | |
| float_convs.ref | ||
| float_madds.ref | ||
| hello-arm.c | ||
| pcalign-a32.c | 4 years ago | |
| semicall.h | 2 years ago | |
README
These are ARM specific guest programs hello-arm --------- A very simple inline assembly, write syscall based hello world