https://bugs.documentfoundation.org/show_bug.cgi?id=131591
Bug ID: 131591
Summary: libreoffice 6.4.2.2 clang error:
'sc::opencl::OpAverage' is an incomplete type
Product: LibreOffice
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Description:
[...]/libreoffice-6.4.2.2/sc/source/core/opencl/formulagroupcl.cxx:1340:14:
error: 'sc::opencl::OpAverage' is an incomplete type
if (!dynamic_cast<OpAverage*>(mpCodeGen.get()))
^ ~~~~~~~~~~~~
[...]/libreoffice-6.4.2.2/sc/source/core/opencl/formulagroupcl.cxx:1029:7:
note: forward declaration of 'sc::opencl::OpAverage'
class OpAverage;
Steps to Reproduce:
1. On Gentoo linux compile all C++ dependencies with clang
2. With clang 10.0.0: emerge app-office/libreoffice
Actual Results:
It fails to compile with clang 10.0.0 with the error above.
Expected Results:
It should compile with clang 10.0.0 (it compiles fine with gcc).
Reproducible: Always
User Profile Reset: No
Additional Info:
https://bugs.gentoo.org/713574
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs