Re: PR78631 fix

2016-12-29 Thread Uros Bizjak
On Thu, Dec 29, 2016 at 4:26 PM, Jakub Jelinek wrote: > On Tue, Dec 27, 2016 at 06:36:11PM +0300, Alexander Ivchenko wrote: >> Committed as r243942 with the ChangeLog entries > > Unfortunately it fails if assembler has mpx support, but hw doesn't support > it. > > The following patch should fix th

Re: PR78631 fix

2016-12-29 Thread Jakub Jelinek
On Tue, Dec 27, 2016 at 06:36:11PM +0300, Alexander Ivchenko wrote: > Committed as r243942 with the ChangeLog entries Unfortunately it fails if assembler has mpx support, but hw doesn't support it. The following patch should fix that. Tested on x86_64-linux, ok for trunk? 2016-12-29 Jakub Jeli

Re: PR78631 fix

2016-12-27 Thread Alexander Ivchenko
Committed as r243942 with the ChangeLog entries thanks, Alexander 2016-12-23 21:48 GMT+03:00 Ilya Enkovich : > Hi, > > ChangeLog? Otherwise OK. > > Ilya > > 2016-12-23 14:02 GMT+03:00 Alexander Ivchenko : >> Hi Ilya, >> >> Would that patch be OK to submit? (it is HJ's one with added testcase) >>

Re: PR78631 fix

2016-12-23 Thread Ilya Enkovich
Hi, ChangeLog? Otherwise OK. Ilya 2016-12-23 14:02 GMT+03:00 Alexander Ivchenko : > Hi Ilya, > > Would that patch be OK to submit? (it is HJ's one with added testcase) > > diff --git a/gcc/testsuite/gcc.target/i386/mpx/memcpy-1.c > b/gcc/testsuite/gcc.target/i386/mpx/memcpy-1.c > new file mode 1

PR78631 fix

2016-12-23 Thread Alexander Ivchenko
Hi Ilya, Would that patch be OK to submit? (it is HJ's one with added testcase) diff --git a/gcc/testsuite/gcc.target/i386/mpx/memcpy-1.c b/gcc/testsuite/gcc.target/i386/mpx/memcpy-1.c new file mode 100644 index 000..1691348 --- /dev/null +++ b/gcc/testsuite/gcc.target/i386/mpx/memcpy-1.c @@