Details
-
Suggestion
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
4.4.3
-
None
Description
The configure test "doubleformat" (qt/config.tests/unix/doubleformat/) use a global static double:
static double d [] =
;
This test fails when compiled with the optimization and the option -fno-keep-static-consts (with GCC 4.3.2).
Using a local static or a global variable is a workaround for this problem.
Attachments
Issue Links
- replaces
-
QTBUG-3213 doubleformat config.test fails with -O2
-
- Closed
-