Age | Commit message (Expand) | Author | Files | Lines |
2020-12-08 | Fortran: Add 'omp scan' support of OpenMP 5.0 | Tobias Burnus | 1 | -1/+5 |
2020-11-09 | Fortran: Fix OpenACC in specification-part checks [PR90111] | Tobias Burnus | 1 | -5/+6 |
2020-10-30 | Fortran: Update omp atomic for OpenMP 5 | Tobias Burnus | 1 | -5/+4 |
2020-07-29 | OpenMP: Add 'omp requires' to Fortran (mostly parsing) | Tobias Burnus | 1 | -3/+50 |
2020-07-22 | OpenMP: Fixes for omp critical + hint | Tobias Burnus | 1 | -1/+2 |
2020-07-19 | Fix handling of implicit_pure by checking if non-pure procedures are called. | Thomas Koenig | 1 | -0/+22 |
2020-06-16 | OpenACC/Fortran: permit 'routine' inside PURE | Tobias Burnus | 1 | -13/+15 |
2020-06-16 | OpenMP/Fortran: Permit impure ELEMENTAL in omp directives | Tobias Burnus | 1 | -2/+1 |
2020-06-16 | OpenMP/Fortran: Permit impure ELEMENTAL in omp directives | Tobias Burnus | 1 | -2/+2 |
2020-01-28 | Allow concatenated module+submodule names. | Andrew Benson | 1 | -2/+3 |
2020-01-22 | openmp: Fix up !$omp target parallel handling | Jakub Jelinek | 1 | -0/+3 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-12 | Add OpenACC 2.6 `serial' construct support | Maciej W. Rozycki | 1 | -2/+30 |
2019-10-08 | Fortran - fix OpenMP 'target simd' | Tobias Burnus | 1 | -0/+1 |
2019-10-08 | Fortran - Improve OpenMP/OpenACC diagnostic | Tobias Burnus | 1 | -47/+56 |
2019-10-02 | Improve OMP/ACC error diagnostic in Fortran | Tobias Burnus | 1 | -2/+14 |
2019-09-05 | re PR fortran/91496 (!GCC$ directives error if mistyped or unknown) | Harald Anlauf | 1 | -4/+5 |
2019-09-01 | array.c (spec_dimen_size): Check for the presence of expressions for the bounds. | Paul Thomas | 1 | -4/+91 |
2019-08-27 | re PR fortran/91496 (!GCC$ directives error if mistyped or unknown) | Harald Anlauf | 1 | -1/+33 |
2019-08-15 | re PR fortran/91443 (-Wargument-mismatch does not catch mismatch for global p... | Thomas Koenig | 1 | -0/+6 |
2019-07-29 | re PR fortran/90813 (gfortran.dg/proc_ptr_51.f90 fails (SIGSEGV) after 272084) | Thomas Koenig | 1 | -0/+7 |
2019-05-15 | Remove translation string markers | Janne Blomqvist | 1 | -14/+13 |
2019-05-12 | fortran: C++ support for generating C prototypes | Janne Blomqvist | 1 | -0/+22 |
2019-05-08 | re PR fortran/90351 (-fc-prototypes does not dump prototypes for external pro... | Thomas Koenig | 1 | -3/+12 |
2019-03-13 | [multiple changes] | Thomas Koenig | 1 | -5/+5 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -2/+2 |
2019-01-02 | parse.c (decode_statement): Suppress "Unclassifiable statement" error if prev... | Steven G. Kargl | 1 | -3/+9 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-08 | re PR fortran/88357 (ICE in parse_associate, at fortran/parse.c:4568) | Steven G. Kargl | 1 | -1/+1 |
2018-11-27 | Support simd function declarations via a pre-include. | Martin Liska | 1 | -0/+3 |
2018-07-20 | gfortran.h (gfc_symbol): Add pointer to next derived type. | Andrew Benson | 1 | -1/+1 |
2018-06-13 | re PR fortran/85703 ([openacc] ICE in resolve_fntype, at fortran/resolve.c:16... | Cesar Philippidis | 1 | -0/+4 |
2018-01-26 | Partial Failed Images patch | Damian Rouson | 1 | -0/+18 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-22 | extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll. | Eric Botcazou | 1 | -1/+12 |
2017-11-23 | re PR fortran/81841 (THREADPRIVATE (OpenMP) wrongly rejected in BLOCK DATA) | Jakub Jelinek | 1 | -0/+1 |
2017-11-05 | [fortran] Remove semicolon after do {} while (0) in match macros | Tom de Vries | 1 | -6/+6 |
2017-10-31 | Fix fortran build error on AIX. | James E Wilson | 1 | -0/+3 |
2017-10-01 | re PR fortran/61450 (ICE in gfc_global_used()) | Dominique d'Humieres | 1 | -6/+18 |
2017-09-01 | re PR c/81887 (pragma omp ordered simd ignored under -fopenmp-simd) | Jakub Jelinek | 1 | -3/+5 |
2017-08-01 | re PR fortran/45435 (Automatically generate C interop interface blocks from C... | Thomas Koenig | 1 | -0/+3 |
2017-03-16 | re PR fortran/80010 (diagnostics: typo $!) | Jakub Jelinek | 1 | -2/+2 |
2017-03-05 | check.c (positive_check): Add new function checking constant for being greate... | Andre Vehreschild | 1 | -1/+5 |
2017-02-28 | i386.c: Include intl.h. | Jakub Jelinek | 1 | -2/+2 |
2017-02-20 | re PR fortran/79434 ([submodules] separate module procedure breaks encapsulat... | Paul Thomas | 1 | -6/+25 |
2017-01-22 | re PR fortran/79154 (omp declare simd in pure function?) | Jakub Jelinek | 1 | -19/+62 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-09 | re PR fortran/77903 ([F08] gfortran 6.1.0/7.0.0 accept invalid code with conf... | Paul Thomas | 1 | -4/+4 |
2016-12-08 | re PR fortran/65173 (ICE while compiling wrong code) | Steven G. Kargl | 1 | -33/+3 |
2016-11-10 | omp-low.c (lower_omp_target): Fix up argument to is_reference. | Jakub Jelinek | 1 | -7/+101 |