Re: [PATCH, i386, AVX-512] Fix PR target/70662.

2016-04-15 Thread Jakub Jelinek
On Fri, Apr 15, 2016 at 06:21:56PM +0300, Kirill Yukhin wrote: > Hi, > On 15 Apr 06:43, H.J. Lu wrote: > > [hjl@gnu-6 gcc]$ /export/build/gnu/gcc-x32/build-x86_64-linux/gcc/xgcc > > -B/export/build/gnu/gcc-x32/build-x86_64-linux/gcc/ -mx32 -mtune=slm > > -fno-diagnostics-show-caret -fdiagnostics-

Re: [PATCH, i386, AVX-512] Fix PR target/70662.

2016-04-15 Thread Kirill Yukhin
Hi, On 15 Apr 06:43, H.J. Lu wrote: > [hjl@gnu-6 gcc]$ /export/build/gnu/gcc-x32/build-x86_64-linux/gcc/xgcc > -B/export/build/gnu/gcc-x32/build-x86_64-linux/gcc/ -mx32 -mtune=slm > -fno-diagnostics-show-caret -fdiagnostics-color=never -Og > -fschedule-insns -fno-tree-fre -mavx512vbmi > --param

Re: [PATCH, i386, AVX-512] Fix PR target/70662.

2016-04-15 Thread H.J. Lu
On Fri, Apr 15, 2016 at 12:57 AM, Kirill Yukhin wrote: > Hello, > Patch in the bottom fixes memory operand modifiers > for Intel syntax on broadcast patter. > > Bootstrapped and regtested on 32,64b x86 target. > > I'll check it into main trunk and gcc-5 branch. > > gcc/ > PR target/70662 >

Re: [PATCH, i386, AVX-512] Fix PR target/70662.

2016-04-15 Thread Kirill Yukhin
On 15 Apr 10:57, Kirill Yukhin wrote: > Hello, > Patch in the bottom fixes memory operand modifiers > for Intel syntax on broadcast patter. > > Bootstrapped and regtested on 32,64b x86 target. > > I'll check it into main trunk and gcc-5 branch. > > gcc/ > PR target/70662 > * config/i

[PATCH, i386, AVX-512] Fix PR target/70662.

2016-04-15 Thread Kirill Yukhin
Hello, Patch in the bottom fixes memory operand modifiers for Intel syntax on broadcast patter. Bootstrapped and regtested on 32,64b x86 target. I'll check it into main trunk and gcc-5 branch. gcc/ PR target/70662 * config/i386/sse.md: Use proper memory operand modifiers.