Re: [gomp4.1] Fix linear-2.{c,C} testcases

2015-07-17 Thread Jakub Jelinek
On Fri, Jul 17, 2015 at 05:43:09PM +0300, Ilya Verbin wrote: > On Fri, Jul 17, 2015 at 15:54:13 +0200, Jakub Jelinek wrote: > > These tests had a thinko, computation performed on the offloaded copy of the > > a variable, but then tested on the host side, without #pragma omp target > > update or sim

Re: [gomp4.1] Fix linear-2.{c,C} testcases

2015-07-17 Thread Ilya Verbin
On Fri, Jul 17, 2015 at 15:54:13 +0200, Jakub Jelinek wrote: > These tests had a thinko, computation performed on the offloaded copy of the > a variable, but then tested on the host side, without #pragma omp target > update or similar. > Fixed thusly. In my testing linear-2.C still causes SIGSEGV

[gomp4.1] Fix linear-2.{c,C} testcases

2015-07-17 Thread Jakub Jelinek
Hi! These tests had a thinko, computation performed on the offloaded copy of the a variable, but then tested on the host side, without #pragma omp target update or similar. Fixed thusly. I'm still seeing FAIL: libgomp.c/for-5.c (internal compiler error) FAIL: libgomp.c/for-5.c (test for excess er