- 
                Notifications
    You must be signed in to change notification settings 
- Fork 15k
Closed
Labels
Milestone
Description
commit 689ef5fda0ab07dfc452cb16d3646d53e612cb75
Author:     Michał Górny <[email protected]>
AuthorDate: 2025-02-02 16:55:39 +0100
Commit:     GitHub <[email protected]>
CommitDate: 2025-02-02 16:55:39 +0100
    [offload] [test] Use test compiler ID rather than host (#124408)
    
    Use the test compiler ID to verify whether tests can be run rather than
    the host compiler. This makes it possible to run tests (with Clang)
    while the library itself was built with GCC.
commit 359a9131704277bce0f806de31ac887e68a66902
Author:     Michał Górny <[email protected]>
AuthorDate: 2025-02-02 16:55:22 +0100
Commit:     GitHub <[email protected]>
CommitDate: 2025-02-02 16:55:22 +0100
    [offload] `gnu::format` with variadic template functions is Clang-only (#124406)
    
    Use `gnu::format` attribute only when compiling with Clang, as using it
    against variadic template functions is a Clang extension and is not
    supported by GCC.
    
    See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77958
    
    Fixes #119069
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done