[gomp4] Adjust some gcc.dg/autopar/ tests

2013-10-08 Thread Jakub Jelinek
Hi! These tests were expecting 5 loopfn matches, 3 on the fn definition, one as GOMP_parallel_start argument and one called in between GOMP_parallel_start and GOMP_parallel_end. But the new API is to call GOMP_parallel with the function and not call the outlined function nor GOMP_parallel_end dir

Re: [gomp4] Adjust some gcc.dg/autopar/ tests

2013-10-09 Thread Thomas Schwinge
Hi! On Tue, 8 Oct 2013 17:24:14 +0200, Jakub Jelinek wrote: > These tests were expecting 5 loopfn matches, 3 on the fn definition, one > as GOMP_parallel_start argument and one called in between > GOMP_parallel_start and GOMP_parallel_end. But the new API is > to call GOMP_parallel with the func