]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bug 439326 - Valgrind 3.17.0 won't compile with Intel 2021 oneAPI compilers
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 9 Oct 2021 19:25:22 +0000 (21:25 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 9 Oct 2021 19:25:22 +0000 (21:25 +0200)
Also reorder NEWS

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e5414c02b49be89e9e82d1e5c6aa5c5bbeef8a69..d2455d44726d8ec8db2b02278c23c429d695163e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -47,19 +47,7 @@ are not entered into bugzilla tend to get forgotten about or ignored.
 429375  PPC ISA 3.1 support is missing, part 9
 431157  PPC_FEATURE2_SCV needs to be masked in AT_HWCAP2
 431306  Update demangler to support Rust v0 name mangling
-433801  PPC ISA 3.1 support is missing, part 10 (ISA 3.1 support complete)
-433863  s390x: memcheck/tests/s390x/{cds,cs,csg} failures
-434840  PPC64 darn instruction not supported
-434296  s390x: False-positive memcheck diagnostics from vector string
-        instructions
-435665  PPC ISA 3.0 copy, paste, cpabort instructions are not supported 
-438871  unhandled instruction bytes: 0xF3 0x49 0xF 0x6F 0x9C 0x24 0x60 0x2 0x0 0x0
-435908  valgrind tries to fetch from deubginfod for files which already
-        have debug information
-439590  glibc-2.34 breaks suppressions against obj:*/lib*/libc-2.*so*
-440670  unhandled ppc64le-linux syscall: 252 (statfs64) and 253 (fstatfs64)
 432387  s390x: z15 instructions support
-439046  valgrind is unusably large when linked with lld
 433437  FreeBSD support, part 1
 433438  FreeBSD support, part 2
 433439  FreeBSD support, part 3
@@ -72,6 +60,19 @@ are not entered into bugzilla tend to get forgotten about or ignored.
 433507  FreeBSD support, part 10
 433508  FreeBSD support, part 11
 433510  FreeBSD support, part 12
+433801  PPC ISA 3.1 support is missing, part 10 (ISA 3.1 support complete)
+433863  s390x: memcheck/tests/s390x/{cds,cs,csg} failures
+434296  s390x: False-positive memcheck diagnostics from vector string
+        instructions
+434840  PPC64 darn instruction not supported
+435665  PPC ISA 3.0 copy, paste, cpabort instructions are not supported 
+435908  valgrind tries to fetch from deubginfod for files which already
+        have debug information
+438871  unhandled instruction bytes: 0xF3 0x49 0xF 0x6F 0x9C 0x24 0x60 0x2 0x0 0x0
+439046  valgrind is unusably large when linked with lld
+439326  Valgrind 3.17.0 won't compile with Intel 2021 oneAPI compilers
+439590  glibc-2.34 breaks suppressions against obj:*/lib*/libc-2.*so*
+440670  unhandled ppc64le-linux syscall: 252 (statfs64) and 253 (fstatfs64)
 440906  Fix impossible constraint issue in P10 testcase.
 441512  Remove a unneeded / unnecessary prefix check.
 441534  Update the expected output for test_isa_3_1_VRT.
index 275c0ca02cc5add434f877b1322deadd92bd6280..3f51bc5c627806268f2365370d515cb2894705df 100755 (executable)
@@ -175,7 +175,7 @@ case "${is_clang}-${gcc_version}" in
      applellvm-5.1|applellvm-[[6-9]].*|applellvm-[[1-9][0-9]]*)
        AC_MSG_RESULT([ok (Apple LLVM version ${gcc_version})])
        ;;
-     icc-1[[3-9]].*)
+     icc-1[[3-9]].*|icc-202[[0-9]].*)
        AC_MSG_RESULT([ok (ICC version ${gcc_version})])
        ;;
      notclang-[[3-9]]|notclang-[[3-9]].*|notclang-[[1-9][0-9]]*)