| Summary: | Valgrind 3.17.0 won't compile with Intel 2021 oneAPI compilers | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Jason Jones <j.w.jones> |
| Component: | general | Assignee: | Paul Floyd <pjfloyd> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | pjfloyd, tatyana.a.volnina |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | RedHat Enterprise Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Update config file to allow icc-202x compiler versions | ||
|
Description
Jason Jones
2021-06-30 08:58:12 UTC
Created attachment 140031 [details]
Update config file to allow icc-202x compiler versions
Intel oneAPI compiler uses version numbers starting with "202x" instead of "1x". Valgrind config file was discarding this version as unsupported.
(In reply to Jason Jones from comment #0) Hi Jason, Attached the fix I used for this issue. Would you be able to check whether this patch works for you? You'll need to rerun ./autogen.sh after applying this patch. Tanya I'll also take a look at this item and try to get it into 3.18 Chang committed with commit c3002642d35b69f82fb1633ffc874e8ede370d32 |