On Wed, Mar 22, 2006 at 08:00:01AM -0800, Steve Peters wrote: > Change 27568 by [EMAIL PROTECTED] on 2006/03/22 15:59:07 > > Fix some test failures in t/op/cmp.t when compiling with the Intel > C++ Compiler on Linux.
Thanks > *"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*) > # This is needed for Configure's prototype checks to work correctly > - ccflags="-we147 $ccflags" > + # The -mp1 flag is needed to pass cmp related tests > + ccflags="-we147 -mp1 $ccflags" Klortho's advice #11912 seems to apply to a certain vendor's compiler in default settings mode. Nicholas Clark
