search for: q_cc_gnu

Displaying 1 result from an estimated 1 matches for "q_cc_gnu".

2006 Dec 17
1
[LLVMdev] Building Qt with LLVM
..."not supported yet" stuff 3.1 Inline FP assembler: --- src/gui/painting/qmath_p.h 2006-11-27 20:26:07.000000000 +0300 +++ src/gui/painting/qmath_p.h 2006-12-16 01:16:41.169530170 +0300 @@ -57,7 +57,7 @@ { return d >= 0.0 ? int(d) : int(d - 0.9999); } #ifdef Q_WS_X11 -#if defined(Q_CC_GNU) && defined(__i386__) +#if defined(Q_CC_GNU) && defined(__i386__) && !defined(__llvm__) inline double qCos_x86(double a) { 3.2 Multiple specs in inline assembler: --- src/corelib/arch/qatomic_i386.h 2006-11-27 20:26:05.000000000 +0300 +++ src/corelib/arch/qatomic_i386.h...