https://bugs.kde.org/show_bug.cgi?id=469079
Igor Kushnir <igor...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |igor...@gmail.com --- Comment #1 from Igor Kushnir <igor...@gmail.com> --- This is probably the same issue as the one detected by recent test_duchain_clang failures on the CI. From https://invent.kde.org/kdevelop/kdevelop/-/pipelines/381087/test_report: /usr/include/stdlib.h:141:8: error: unknown type name '_Float32' /usr/include/stdlib.h:147:8: error: unknown type name '_Float64' /usr/include/stdlib.h:153:8: error: unknown type name '_Float128' /usr/include/stdlib.h:159:8: error: unknown type name '_Float32x' /usr/include/stdlib.h:165:8: error: unknown type name '_Float64x' /usr/include/stdlib.h:234:10: error: unknown type name '_Float32' /usr/include/stdlib.h:240:10: error: unknown type name '_Float64' /usr/include/stdlib.h:246:4: error: unknown type name '_Float128' /usr/include/stdlib.h:252:4: error: unknown type name '_Float32x' /usr/include/stdlib.h:258:4: error: unknown type name '_Float64x' /usr/include/stdlib.h:317:8: error: unknown type name '_Float32' /usr/include/stdlib.h:324:8: error: unknown type name '_Float64' /usr/include/stdlib.h:331:8: error: unknown type name '_Float128' /usr/include/stdlib.h:338:8: error: unknown type name '_Float32x' /usr/include/stdlib.h:345:8: error: unknown type name '_Float64x' FAIL! : TestDUChain::testGccCompatibility(x86intrin) parse error detected Loc: [/builds/kdevelop/kdevelop/plugins/clang/tests/test_duchain.cpp(1996)] /usr/include/wchar.h:397:8: error: unknown type name '_Float32' /usr/include/wchar.h:402:8: error: unknown type name '_Float64' /usr/include/wchar.h:407:8: error: unknown type name '_Float128' /usr/include/wchar.h:412:8: error: unknown type name '_Float32x' /usr/include/wchar.h:417:8: error: unknown type name '_Float64x' /usr/include/wchar.h:512:8: error: unknown type name '_Float32' /usr/include/wchar.h:518:8: error: unknown type name '_Float64' /usr/include/wchar.h:524:8: error: unknown type name '_Float128' /usr/include/wchar.h:530:8: error: unknown type name '_Float32x' /usr/include/wchar.h:536:8: error: unknown type name '_Float64x' FAIL! : TestDUChain::testGccCompatibility(sized-dealloc) parse error detected Loc: [/builds/kdevelop/kdevelop/plugins/clang/tests/test_duchain.cpp(1996)] -- You are receiving this mail because: You are watching all bug changes.