Re: [PATCH] Fix test problem for pr70729.

2016-07-19 Thread Yuri Rumyantsev
Thanks Jakub for your comments. I changed the test as you proposed. Yuri. 2016-07-19 15:50 GMT+03:00 Jakub Jelinek : > On Tue, Jul 19, 2016 at 03:40:47PM +0300, Yuri Rumyantsev wrote: >> Hi All, >> >> I was informed that the test pr70729.cc from g++.dg/vect is failed on >> non-x86 targets. >> I d

Re: [PATCH] Fix test problem for pr70729.

2016-07-19 Thread Jakub Jelinek
On Tue, Jul 19, 2016 at 03:40:47PM +0300, Yuri Rumyantsev wrote: > Hi All, > > I was informed that the test pr70729.cc from g++.dg/vect is failed on > non-x86 targets. > I did minor changes to delete target specific stuff like xmmintrin.h. > > Is it OK for trunk? This is still wrong, aligned_all

[PATCH] Fix test problem for pr70729.

2016-07-19 Thread Yuri Rumyantsev
Hi All, I was informed that the test pr70729.cc from g++.dg/vect is failed on non-x86 targets. I did minor changes to delete target specific stuff like xmmintrin.h. Is it OK for trunk? Changelog: 2016-07-19 Yuri Rumyantsev PR tree-optimization/71734 gcc/testsuite/ChangeLog: * g++.dg/