From 6cdbfc6f9443d9818792b1a396cf3c13dad5e2f3 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 29 Dec 2011 12:41:44 -0200 Subject: Remove the workaround for GCC 3.3 on IRIX GCC 3.3 is no longer supported. IRIX is no longer supported. Change-Id: I1656a6fdcf2b244f0f6c812e71b0e793d37fb98b Reviewed-by: Robin Burchell --- src/gui/painting/qdrawhelper.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src') diff --git a/src/gui/painting/qdrawhelper.cpp b/src/gui/painting/qdrawhelper.cpp index 9877dc6b9e..035f56b35e 100644 --- a/src/gui/painting/qdrawhelper.cpp +++ b/src/gui/painting/qdrawhelper.cpp @@ -58,18 +58,6 @@ QT_BEGIN_NAMESPACE #define MASK(src, a) src = BYTE_MUL(src, a) -#if defined(Q_OS_IRIX) && defined(Q_CC_GNU) && __GNUC__ == 3 && __GNUC__ < 4 && QT_POINTER_SIZE == 8 -#define Q_IRIX_GCC3_3_WORKAROUND -// -// work around http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14484 -// -static uint gccBug(uint value) __attribute__((noinline)); -static uint gccBug(uint value) -{ - return value; -} -#endif - /* constants and structures */ -- cgit v1.2.3