Re: [Patch, testcase] PR82767 Fix scan-assembler patterns in i386/pr71321.c

2017-12-16 Thread Jan Hubicka
> On 11/06/2017 12:11 AM, Uros Bizjak wrote: > > On Mon, Nov 6, 2017 at 12:19 AM, Peryt, Sebastian > > wrote: > >>> On Sun, Nov 5, 2017 at 12:14 PM, Peryt, Sebastian > >>> > >>> wrote: > Hi, > > After r253934 gcc.target/i386/pr71321.c started to fail due to the wrong > >>> number

Re: [Patch, testcase] PR82767 Fix scan-assembler patterns in i386/pr71321.c

2017-12-16 Thread Jeff Law
On 11/06/2017 12:11 AM, Uros Bizjak wrote: > On Mon, Nov 6, 2017 at 12:19 AM, Peryt, Sebastian > wrote: >>> On Sun, Nov 5, 2017 at 12:14 PM, Peryt, Sebastian >>> >>> wrote: Hi, After r253934 gcc.target/i386/pr71321.c started to fail due to the wrong >>> number of scan-assembler -

Re: [Patch, testcase] PR82767 Fix scan-assembler patterns in i386/pr71321.c

2017-11-05 Thread Uros Bizjak
On Mon, Nov 6, 2017 at 12:19 AM, Peryt, Sebastian wrote: >> On Sun, Nov 5, 2017 at 12:14 PM, Peryt, Sebastian >> wrote: >> > Hi, >> > >> > After r253934 gcc.target/i386/pr71321.c started to fail due to the wrong >> number of scan-assembler - 2 instead of 3. This patch is fixing that. >> >> Are yo

RE: [Patch, testcase] PR82767 Fix scan-assembler patterns in i386/pr71321.c

2017-11-05 Thread Peryt, Sebastian
> On Sun, Nov 5, 2017 at 12:14 PM, Peryt, Sebastian > wrote: > > Hi, > > > > After r253934 gcc.target/i386/pr71321.c started to fail due to the wrong > number of scan-assembler - 2 instead of 3. This patch is fixing that. > > Are you sure that there is no problem with the code generation? Did you

Re: [Patch, testcase] PR82767 Fix scan-assembler patterns in i386/pr71321.c

2017-11-05 Thread Uros Bizjak
On Sun, Nov 5, 2017 at 12:14 PM, Peryt, Sebastian wrote: > Hi, > > After r253934 gcc.target/i386/pr71321.c started to fail due to the wrong > number of scan-assembler - 2 instead of 3. This patch is fixing that. Are you sure that there is no problem with the code generation? Did you investigate

[Patch, testcase] PR82767 Fix scan-assembler patterns in i386/pr71321.c

2017-11-05 Thread Peryt, Sebastian
Hi, After r253934 gcc.target/i386/pr71321.c started to fail due to the wrong number of scan-assembler - 2 instead of 3. This patch is fixing that. 2017-11-05 Sebastian Peryt PR testsuite/82767 * gcc.target/i386/pr71321.c: Fix invalid testcase. Is it ok for trunk? Thanks, Sebastian