Re: [gomp4, trunk] Two simd fixes

2013-09-17 Thread Richard Biener
On Mon, 16 Sep 2013, Jakub Jelinek wrote: > Hi! > > This patch fixes two issues I found on the pr58392.c testcase: > 1) we weren't copying decl attributes, so e.g. inside #pragma omp parallel > "omp simd array" temporary arrays lost their attribute and weren't > adjusted because of that > 2) DR_A

[gomp4, trunk] Two simd fixes

2013-09-16 Thread Jakub Jelinek
Hi! This patch fixes two issues I found on the pr58392.c testcase: 1) we weren't copying decl attributes, so e.g. inside #pragma omp parallel "omp simd array" temporary arrays lost their attribute and weren't adjusted because of that 2) DR_ALIGNED_TO wasn't reset after resetting DR_OFFSET on simd