http://bugzilla.suse.com/show_bug.cgi?id=1092425 http://bugzilla.suse.com/show_bug.cgi?id=1092425#c4 --- Comment #4 from Michal Srb <msrb@suse.com> --- Created attachment 771790 --> http://bugzilla.suse.com/attachment.cgi?id=771790&action=edit Patch for Qt that prevents the issue. I have found that the issue is caused by `qfloat::operator float()` in qtbase/src/corelib/global/qfloat16.h. For some reason the declaration is omitted when building the documentation using `#ifndef Q_QDOC`, but its definition is there unconditionally. Omitting the definition prevents the qdoc failure. See the attached patch. I don't know yet why it behaves differently on x86 and x86_64, perhaps it has something to do with the body of the method, which is different depending on the architecture. Also, even with broken code, it should not crash with assertion failure. So there must be something broken in either libclang or qdoc, but I did not yet find what. Perhaps we could use this patch for the time being. -- You are receiving this mail because: You are on the CC list for the bug.