diff options
| author | Mikhail Svetkin <mikhail.svetkin@qt.io> | 2018-07-16 16:18:05 +0200 |
|---|---|---|
| committer | Mikhail Svetkin <mikhail.svetkin@qt.io> | 2018-07-18 08:26:32 +0000 |
| commit | 0826aeddd27bf679a0f16799efc69288058edeaf (patch) | |
| tree | 186c9f14322b10b8ecc8d7b6368d3515d7c42eb1 /src/tools/uic/cpp/cppwriteinitialization.cpp | |
| parent | cc5d8168001e652c045ff42685edf257ce00603c (diff) | |
qlibrary_unix: work around compile bug in gcc5.4
GCC5.4 generates incorrect code.
The QString object which is passed by value to f-lambda,
has been corrupted by the time this lambda returns.
Accessing this object causes memory corruption.
The same can be reproduced with std::list and std::string
Task-number: QTBUG-69394
Change-Id: I22522d2ddd1d5226de0aff378133d18391e370de
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/tools/uic/cpp/cppwriteinitialization.cpp')
0 files changed, 0 insertions, 0 deletions
