Re: [C/C++] Add support for #pragma GCC unroll v3

2017-11-30 Thread Joseph Myers
On Sat, 25 Nov 2017, Eric Botcazou wrote: > Hi, > > this is the (hopefully) final implementation of the support for the unrolling > pragma in the C and C++ front-ends. It contains a couple of fixes for the > C++ > front-ends to make it correctly handle unroll and ivdep for the same loop. > >

[C/C++] Add support for #pragma GCC unroll v3

2017-11-25 Thread Eric Botcazou
Hi, this is the (hopefully) final implementation of the support for the unrolling pragma in the C and C++ front-ends. It contains a couple of fixes for the C++ front-ends to make it correctly handle unroll and ivdep for the same loop. Tested on x86_64-suse-linux, OK for the mainline? 2017-11