Rainer Orth writes: > Jakub Jelinek writes: > >> On Thu, Oct 23, 2014 at 02:58:06PM +0200, Rainer Orth wrote: >>> Unfortunately, I see some problems with those tests on Solaris: >>> >>> * On Solaris/x86, I get >>> >>> FAIL: gcc.dg/pr63594-2.c execution test >>> >>> for 32-bit. Any particular reason to restrict -mno-mmx to Linux/x86? >>> Manually building the testcase with -mno-mmx on Solaris/x86 seems to >>> cure the failure. >> >> No reason, probably finger memory without lots of thinking. >> The reason for -mno-mmx is that the functions use floating point vectors >> and scalar floating point arithmetics in the same function. >> Feel free to change both pr63594-{1,2}.c with s/linux//g . > > Ok, will do and commit after Linux and Solaris testing. Here's what I've checked in after i686-unknown-linux-gnu, x86_64-unknown-linux-gnu, and i386-pc-solaris2.11 testing: 2014-10-24 Rainer Orth * gcc.dg/pr63594-1.c: Apply -mno-mmx to all i?86-*-* and x86_64-*-* targets. * gcc.dg/pr63594-2.c: Likewise.