Re: [PATCH, v0] fortran: !GCC$ unroll for DO

2015-02-03 Thread Tobias Burnus
Bernhard Reutner-Fischer wrote: > Some compilers IIRC use !DIR$ unroll, if memory serves me right then > the DEC compiler had !DEC$ unroll. > We could support one or the other three-letter keyword or maybe not. Intel's compiler supports quite a lot of loop directives. (Its Fortran front end is bas

[PATCH, v0] fortran: !GCC$ unroll for DO

2015-02-02 Thread Bernhard Reutner-Fischer
fortran/ChangeLog: 2015-02-02 Bernhard Reutner-Fischer * match.h (gfc_match_gcc_unroll): New prototype. * decl.c (directive_unroll): New global variable. (gfc_match_gcc_unroll): New function. * gfortran.h (directive_unroll): New extern declaration. [gfc_