diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2010-09-27 09:39:05 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-10-04 06:44:38 (GMT) |
commit | a808b5e596bdd2a0f9801e4acf726066d7b9aafd (patch) | |
tree | fd4b52db6670e10026bfe90f8e3bb30cb96010aa | |
parent | acc1dc498ea733bab2a1f5ef9983829adbbf5735 (diff) | |
download | Qt-a808b5e596bdd2a0f9801e4acf726066d7b9aafd.zip Qt-a808b5e596bdd2a0f9801e4acf726066d7b9aafd.tar.gz Qt-a808b5e596bdd2a0f9801e4acf726066d7b9aafd.tar.bz2 |
Doc update for the support of MSVC 2010 64-bit
MS has released a hotfix for the support of MSVC 2010 64-bit.
It fixes the optimizer that could generate code that crashes.
Reviewed-by: Trust-Me
Task-number: QTBUG-11445
(cherry picked from commit ce2a273bab9b9094a1f0f3f60309797e11e59404)
-rw-r--r-- | doc/src/platforms/compiler-notes.qdoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/platforms/compiler-notes.qdoc b/doc/src/platforms/compiler-notes.qdoc index 3870e8f..bcf7cb4 100644 --- a/doc/src/platforms/compiler-notes.qdoc +++ b/doc/src/platforms/compiler-notes.qdoc @@ -267,8 +267,9 @@ for more information. There currently is a problem when compiling Qt with Visual Studio 2010 for 64-bit. - Its optimizer causes trouble and crashes for the release builds and it is not supported - in that configuration. See task http://bugreports.qt.nokia.com/browse/QTBUG-11445. + Its optimizer causes trouble and generates code that crashes for the release builds. + To avoid the crashes, You need to apply the hotfix in the following article + http://support.microsoft.com/kb/2280741. \section1 IBM xlC (AIX) |