|
@@ -45,6 +45,14 @@ vma-pthread: LDFLAGS+=-pthread
|
|
|
sigreturn-sigmask: CFLAGS+=-pthread
|
|
|
sigreturn-sigmask: LDFLAGS+=-pthread
|
|
|
|
|
|
+# GCC versions 12/13/14/15 at least incorrectly complain about
|
|
|
+# "'SHA1Transform' reading 64 bytes from a region of size 0"; see the gcc bug
|
|
|
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106709
|
|
|
+# Since this is just a standard piece of library code we've borrowed for a
|
|
|
+# TCG test case, suppress the warning rather than trying to modify the
|
|
|
+# code to work around the compiler.
|
|
|
+sha1: CFLAGS+=-Wno-stringop-overread
|
|
|
+
|
|
|
# The vma-pthread seems very sensitive on gitlab and we currently
|
|
|
# don't know if its exposing a real bug or the test is flaky.
|
|
|
ifneq ($(GITLAB_CI),)
|