Skip to content
Commit 891e328a authored by Milian Wolff's avatar Milian Wolff Committed by Igor Kushnir
Browse files

Expect failure when parsing c++config.h from GCC with clang

On my system that triggers an error like this:
```
/usr/include/c++/14.1.1/x86_64-pc-linux-gnu/bits/c++config.h:827:25: error: invalid suffix 'bf16' on floating constant
```

We cannot do anything about this, so don't fail the test.

Probably this will resolve itself once clang supports these
C++23 suffixes.
See also: https://en.cppreference.com/w/cpp/types/floating-point
parent 7c4ae874
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment