Re: [fortran] Add support for #pragma GCC unroll v3

2017-12-08 Thread Janne Blomqvist
On Wed, Dec 6, 2017 at 11:21 AM, Eric Botcazou wrote: >> 6.1 Extensions implemented in GNU Fortran >> 7.2 GNU Fortran Compiler Directives >> >> 6.1 describes extension covering legacy code and vendor extensions. >> 7.2 describes other !$GCC directives. Currently, the section is >> mainly calling

Re: [fortran] Add support for #pragma GCC unroll v3

2017-12-06 Thread Eric Botcazou
> 6.1 Extensions implemented in GNU Fortran > 7.2 GNU Fortran Compiler Directives > > 6.1 describes extension covering legacy code and vendor extensions. > 7.2 describes other !$GCC directives. Currently, the section is > mainly calling conventions (CDECL, STDCALL, etc) and library > macroc (DLLE

Re: [fortran] Add support for #pragma GCC unroll v3

2017-11-28 Thread Eric Botcazou
> The patch looks ok to me. Thanks. > For documentation, the gfortran manual has 2 sections: > > 6.1 Extensions implemented in GNU Fortran > 7.2 GNU Fortran Compiler Directives > > 6.1 describes extension covering legacy code and vendor extensions. > 7.2 describes other !$GCC directives. Curre

Re: [fortran] Add support for #pragma GCC unroll v3

2017-11-25 Thread Steve Kargl
On Sat, Nov 25, 2017 at 11:21:49AM +0100, Eric Botcazou wrote: > > this is the (hopefully) final implementation of the support for the unrolling > pragma in the Fortran front-end. However the documentation is still missing > because I don't really know where and under which form to put it. > >

[fortran] 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 Fortran front-end. However the documentation is still missing because I don't really know where and under which form to put it. Tested on x86_64-suse-linux, OK for the mainline? 2017-11-25 Bernha