Re: [PATCH TEST]Adapt test case gcc.target/i386/l_fma_double_1.c

2017-05-26 Thread Richard Biener
On Thu, May 25, 2017 at 7:58 PM, Bin Cheng wrote: > Hi, > Test gcc.target/i386/l_fma_double_1.c depends on how many times prolog/epilog > loops are unrolled. > This patch adapts the test strings in line with patch at > https://gcc.gnu.org/ml/gcc-patches/2017-05/msg01689.html > > Bootstrap and te

[PATCH TEST]Adapt test case gcc.target/i386/l_fma_double_1.c

2017-05-25 Thread Bin Cheng
Hi, Test gcc.target/i386/l_fma_double_1.c depends on how many times prolog/epilog loops are unrolled. This patch adapts the test strings in line with patch at https://gcc.gnu.org/ml/gcc-patches/2017-05/msg01689.html Bootstrap and test in series on x86_64. Is it OK? Thanks, bin gcc/testsuite/Ch