Re: [PATCH][PR117704] testsuite: Fix test failure on x86_32 by adding -mfpmath=sse+387

2024-11-28 Thread Uros Bizjak
On Thu, Nov 28, 2024 at 12:22 PM Jennifer Schmitz wrote: > > The test gcc.dg/tree-ssa/pow_fold_1.c was failing for 32-bit x86 due to > incompatibility of '-fexcess-precision=16' with '-mfpmath=387'. > In order to resolve this, this patch adds -msse -mfpmath=sse+387 for i?86-*-*. This is already f

Re: [PATCH][PR117704] testsuite: Fix test failure on x86_32 by adding -mfpmath=sse+387

2024-11-28 Thread Jakub Jelinek
On Thu, Nov 28, 2024 at 11:20:31AM +, Jennifer Schmitz wrote: > The test gcc.dg/tree-ssa/pow_fold_1.c was failing for 32-bit x86 due to > incompatibility of '-fexcess-precision=16' with '-mfpmath=387'. > In order to resolve this, this patch adds -msse -mfpmath=sse+387 for i?86-*-*. > > We test

[PATCH][PR117704] testsuite: Fix test failure on x86_32 by adding -mfpmath=sse+387

2024-11-28 Thread Jennifer Schmitz
The test gcc.dg/tree-ssa/pow_fold_1.c was failing for 32-bit x86 due to incompatibility of '-fexcess-precision=16' with '-mfpmath=387'. In order to resolve this, this patch adds -msse -mfpmath=sse+387 for i?86-*-*. We tested this by running the test on an x86_64 machine with --target_board={unix/-