Changes between Initial Version and Version 7 of Ticket #65895


Ignore:
Timestamp:
Sep 25, 2022, 2:45:13 PM (20 months ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65895

    • Property Summary changed from clang-15: port compilation failure tracking to clang-15: failure tracking, for potential compiler bugs/reversions
  • Ticket #65895 – Description

    initial v7  
    1 Tracking ticket for port failures, caused by the introduction of `clang-15` as a default compiler.
     1Tracking 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.
    22
    3 First known casualty: Inkscape
     3However, we may occasionally encounter a legitimate compiler bug. And we'll want to report those to upstream.
    44
    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||