https://bugs.kde.org/show_bug.cgi?id=384072
Bug ID: 384072
Summary: kmymoney-9999 doesn't build against gcc 5.4 anymore.
Product: kmymoney
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: General
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Hi,
Seems after db6b3ec4a489fadfac64cd6606bce234ba83c7de, kmymoney build against
gcc 5.4 triggers an internal compiler error shown like this:
/home/pekkari/kmymoney/kmymoney/models/accountsmodel.cpp: In instantiation of
‘AccountsModel::setColumnVisibility(AccountsModel::Columns,
bool)::<lambda(auto:3&&, QStandardItem*)> [with auto:3 =
AccountsModel::setColumnVisibility(AccountsModel::Columns,
bool)::<lambda(auto:3&&, QStandardItem*)>&]’:
/home/pekkari/kmymoney/kmymoney/models/accountsmodel.cpp:696:53: required
from here
/home/pekkari/kmymoney/kmymoney/models/accountsmodel.cpp:689:34: internal
compiler error: Segmentation fault
childItem->removeColumn(ixCol);
The code seems correct, though the commit seems huge. It should be
recommendable to split it and integrate piece by piece, removing the commented
code, and other possible bugs.
Thanks!
José.
--
You are receiving this mail because:
You are watching all bug changes.