https://bugs.kde.org/show_bug.cgi?id=469079

--- Comment #10 from Igor Kushnir <igor...@gmail.com> ---
(In reply to Eugene Shalygin from comment #0)
> Parsing fails with clang 16 and GCC 13 when GCC is selected as "Compiler for
> path". clang complains on these types being undefined: _Float32, _Float64,
> _Float128, _Float32x, _Float64x, _Float128x. This is with the C++20 mode set
> by CMake, haven't tried other standards.
I cannot reproduce this bug with a single-file CMake project created from
Standard=>Terminal=>CMake C++ KDevelop project template:
* Clang version 15.0.7 and GCC version 13.1.1;
* `set(CMAKE_CXX_STANDARD 20)` in CMakeLists.txt;
* C++ profile: c++2a;
* Compiler for path: GCC.
Could you attach a small example project that manifests the bug on your system?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to