https://bugs.kde.org/show_bug.cgi?id=469079
--- Comment #13 from Igor Kushnir <igor...@gmail.com> --- > There is the following block for each _Float type in the > /usr/include/bits/floatn-common.h file: > # if !__GNUC_PREREQ (7, 0) || (defined __cplusplus && !__GNUC_PREREQ (13, > 0)) > typedef float _Float16 __attribute__ ((__mode__ (__HF__))); > # endif Same on my system. > When the "Compiler for path" is set to "GCC" in the project options dialog, > and GCC version is >= 13, the Clang parser then runs into "fatal error: too > many errors emitted, stopping now [-ferror-limit=]". So there is no fatal error in a single-file project? Are the "unknown type name" errors printed somewhere? > /usr/include/stdlib.h:141:8: error: unknown type name '_Float32' -- You are receiving this mail because: You are watching all bug changes.