From cea75a2a6557947d44135c1ca05027c4e0202795 Mon Sep 17 00:00:00 2001 From: Kimmo Ollila Date: Sun, 26 Mar 2017 20:54:46 +0300 Subject: Add GHS internal id TOOLS-26637 to bug workaround comments Change-Id: I653e0b16e08e6167891603f47298554a87352765 Reviewed-by: Marc Mutz Reviewed-by: Lars Knoll --- src/widgets/widgets/qlineedit_p.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/widgets/widgets') diff --git a/src/widgets/widgets/qlineedit_p.cpp b/src/widgets/widgets/qlineedit_p.cpp index 68be82c71d..7c5ba79cb6 100644 --- a/src/widgets/widgets/qlineedit_p.cpp +++ b/src/widgets/widgets/qlineedit_p.cpp @@ -536,7 +536,8 @@ QWidget *QLineEditPrivate::addAction(QAction *newAction, QAction *before, QLineE // If there is a 'before' action, it takes preference // There's a bug in GHS compiler that causes internal error on the following code. - // The affected GHS compiler versions are 2016.5.4 and 2017.1 + // The affected GHS compiler versions are 2016.5.4 and 2017.1. GHS internal reference + // to track the progress of this issue is TOOLS-26637. // This temporary workaround allows to compile with GHS toolchain and should be // removed when GHS provides a patch to fix the compiler issue. -- cgit v1.2.3