On Thu, May 19, 2005 at 08:13:05AM -0400, Jakub Jelinek wrote: > > Except that this bug is not present in FC4 gcc for a long time, nor > on gcc-4_0-branch. See Red Hat bugzilla #154294 or upstream > PR regression/20973. There was an unfortunate bug that was introduced > by a very late fix soon before GCC 4.0 was released and fixed soon > after it was released, so yes, vanilla GCC 4.0 miscompiles on some arches > some version of KDE (but AFAIK current KDE applied patches to work > around it (and at the same time improve code generation with GCC), > see http://websvn.kde.org/trunk/kdelibs/khtml/misc/khtmllayout.h?rev=405260&r1=259956&r2=405260&diff_format=u > ), but FC4's GCC is ok. > > Jakub so, let me ask a perhaps very stupid question: is kde as included in FC4 compiled with gcc4 or the compat-gcc32 ? On a more general basis, is there an easy way to determine the compiler version looking into an executable (using "strings" or whatever)? Maurizio