Re: r259776 - [OPENMP 4.0] Fixed support of array sections/array subscripts.

2016-03-19 Thread Alexey Bataev via cfe-commits
ist somewhen? > > Thanks, > Jonas > >> -Original Message- >> From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf >> Of Alexey Bataev via cfe-commits >> Sent: Thursday, February 04, 2016 12:27 PM >> To: cfe-commits@lists.llvm.org >

RE: r259776 - [OPENMP 4.0] Fixed support of array sections/array subscripts.

2016-03-19 Thread Hahnfeld, Jonas via cfe-commits
v via cfe-commits > Sent: Thursday, February 04, 2016 12:27 PM > To: cfe-commits@lists.llvm.org > Subject: r259776 - [OPENMP 4.0] Fixed support of array sections/array > subscripts. > > Author: abataev > Date: Thu Feb 4 05:27:03 2016 > New Revision: 259776 > > URL: http://

r259776 - [OPENMP 4.0] Fixed support of array sections/array subscripts.

2016-02-04 Thread Alexey Bataev via cfe-commits
Author: abataev Date: Thu Feb 4 05:27:03 2016 New Revision: 259776 URL: http://llvm.org/viewvc/llvm-project?rev=259776&view=rev Log: [OPENMP 4.0] Fixed support of array sections/array subscripts. Codegen for array sections/array subscripts worked only for expressions with arrays as base. Patch f