Re: [PATCH] Fix and improve avx2 broadcasts (PR target/63594)

2014-11-29 Thread H.J. Lu
On Tue, Oct 21, 2014 at 9:10 AM, Jakub Jelinek wrote: > Hi! > > This patch fixes a bunch of recent regressions: > FAIL: gcc.target/i386/avx-1.c (internal compiler error) > FAIL: gcc.target/i386/avx-1.c (test for excess errors) > FAIL: gcc.target/i386/avx-2.c (internal compiler error) > FAIL: gcc.t

Re: [PATCH] Fix and improve avx2 broadcasts (PR target/63594)

2014-10-24 Thread Rainer Orth
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 particul

Re: [PATCH] Fix and improve avx2 broadcasts (PR target/63594)

2014-10-23 Thread Rainer Orth
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

Re: [PATCH] Fix and improve avx2 broadcasts (PR target/63594)

2014-10-23 Thread Jakub Jelinek
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

Re: [PATCH] Fix and improve avx2 broadcasts (PR target/63594)

2014-10-23 Thread Rainer Orth
Hi Jakub, > This patch fixes a bunch of recent regressions: > FAIL: gcc.target/i386/avx-1.c (internal compiler error) > FAIL: gcc.target/i386/avx-1.c (test for excess errors) > FAIL: gcc.target/i386/avx-2.c (internal compiler error) > FAIL: gcc.target/i386/avx-2.c (test for excess errors) > FAIL:

Re: [PATCH] Fix and improve avx2 broadcasts (PR target/63594)

2014-10-21 Thread Uros Bizjak
On Tue, Oct 21, 2014 at 6:10 PM, Jakub Jelinek wrote: > Hi! > > This patch fixes a bunch of recent regressions: > FAIL: gcc.target/i386/avx-1.c (internal compiler error) > FAIL: gcc.target/i386/avx-1.c (test for excess errors) > FAIL: gcc.target/i386/avx-2.c (internal compiler error) > FAIL: gcc.t

[PATCH] Fix and improve avx2 broadcasts (PR target/63594)

2014-10-21 Thread Jakub Jelinek
Hi! This patch fixes a bunch of recent regressions: FAIL: gcc.target/i386/avx-1.c (internal compiler error) FAIL: gcc.target/i386/avx-1.c (test for excess errors) FAIL: gcc.target/i386/avx-2.c (internal compiler error) FAIL: gcc.target/i386/avx-2.c (test for excess errors) FAIL: gcc.target/i386/av