72d02f1
diff -up qtbase-opensource-src-5.0.2/src/gui/painting/qdrawhelper.cpp.lowmem qtbase-opensource-src-5.0.2/src/gui/painting/qdrawhelper.cpp
Rex Dieter d9f3301
--- qtbase-opensource-src-5.0.2/src/gui/painting/qdrawhelper.cpp.lowmem	2013-04-08 19:11:09.000000000 -0500
Rex Dieter d9f3301
+++ qtbase-opensource-src-5.0.2/src/gui/painting/qdrawhelper.cpp	2013-04-18 19:34:44.600940784 -0500
Rex Dieter d9f3301
@@ -43,8 +43,8 @@
Rex Dieter d9f3301
     && (__GNUC__ * 100 + __GNUC_MINOR__ * 10 + __GNUC_PATCHLEVEL__ >= 440)
Rex Dieter d9f3301
 // GCC 4.4 supports #pragma GCC optimize and #pragma GCC target
72d02f1
 
Rex Dieter d9f3301
-#    if (__GNUC__ * 100 + __GNUC_MINOR__ * 10 + __GNUC_PATCHLEVEL__ < 473)
Rex Dieter d9f3301
-// From GCC 4.7.3 onwards, GCC optimize can result in gcc bailing out with OOM
Rex Dieter d9f3301
+#    if (__GNUC__ * 100 + __GNUC_MINOR__ * 10 + __GNUC_PATCHLEVEL__ < 472)
Rex Dieter d9f3301
+// From GCC 4.7.2 onwards, GCC optimize can result in gcc bailing out with OOM
Rex Dieter d9f3301
 #        pragma GCC optimize "O3"
72d02f1
 #    endif
72d02f1