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
> 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
> 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
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.
>
>
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