[Libreoffice-bugs] [Bug 131591] New: libreoffice 6.4.2.2 clang error: 'sc::opencl::OpAverage' is an incomplete type
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Mar 26 07:19:42 UTC 2020
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: libreoffice-bugs at lists.freedesktop.org
Reporter: gienah at gentoo.org
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200326/cabb40cf/attachment.htm>
More information about the Libreoffice-bugs
mailing list