Changes between Initial Version and Version 7 of Ticket #65895
- Timestamp:
- Sep 25, 2022, 2:45:13 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65895
-
Property
Summary
changed from
clang-15: port compilation failure tracking
toclang-15: failure tracking, for potential compiler bugs/reversions
-
Property
Summary
changed from
-
Ticket #65895 – Description
initial v7 1 Tracking ticket for port failures, caused by the introduction of `clang-15` as a default compiler.1 Tracking ticket for build failures, when `clang-15` is in play. The vast majority of these are likely to be legitimate code issues, caught by stricter validation checks, and/or standards evolution. 2 2 3 First known casualty: Inkscape 3 However, we may occasionally encounter a legitimate compiler bug. And we'll want to report those to upstream. 4 4 5 Unfortunately I do not have the time to support yet another Clang version. So someone else will need to investigate and fix these, as I'm out. 5 ||='''Port''' =||='''Issue''' =|| 6 ||Inkscape||Use of `unary_function`, no longer available in C++17 and C++20||