Age | Commit message (Expand) | Author | Files | Lines |
2020-11-30 | Fortran: -fno-automatic and -fopenacc / recusion check cleanup | Tobias Burnus | 1 | -2/+1 |
2020-11-28 | Generate correct fn specs for some Fortran library functions. | Thomas Koenig | 1 | -2/+4 |
2020-11-10 | Fortran: Fix function decl's location [PR95847] | Tobias Burnus | 1 | -9/+10 |
2020-11-03 | Fortran: Add !GCC$ attributes DEPRECATED | Tobias Burnus | 1 | -1/+1 |
2020-10-15 | Fix fndecl's for fortran coarray calls. | Andre Vehreschild | 1 | -38/+38 |
2020-10-02 | Perforate fnspec strings | Jan Hubicka | 1 | -82/+94 |
2020-09-30 | Fix some fnspec strings in trans-decl.c | Jan Hubicka | 1 | -13/+13 |
2020-08-26 | Fortran: Add 'device_type' clause to OpenMP's declare target | Tobias Burnus | 1 | -1/+21 |
2020-07-21 | PR fortran/89574 - ICE in conv_function_val, at fortran/trans-expr.c:3792 | Harald Anlauf | 1 | -1/+6 |
2020-06-29 | Do not generate recursion check for compiler-generated procedures. | Thomas Koenig | 1 | -1/+1 |
2020-05-27 | Fortran : ICE in gfc_trans_label_assign PR50392 | Mark Eggleston | 1 | -3/+8 |
2020-04-14 | Fix PR 94270 by not warning about artifical dummy arguments. | Thomas König | 1 | -1/+1 |
2020-02-01 | fortran: Fix up TYPE_ARG_TYPES of procs with scalar VALUE optional args [PR92... | Jakub Jelinek | 1 | -2/+4 |
2020-01-30 | fortran: Fix up ISO_Fortran_binding_15.f90 failures [PR92123] | Jakub Jelinek | 1 | -2/+12 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-30 | Remove KIND argument from INDEX so it does not mess up scalarization. | Thomas Koenig | 1 | -1/+23 |
2019-12-07 | Fortran] PR 92793 - fix column used for error diagnostic | Tobias Burnus | 1 | -2/+2 |
2019-12-05 | re PR fortran/92781 (ICE in convert_nonlocal_reference_op, at tree-nested.c:1... | Jakub Jelinek | 1 | -4/+7 |
2019-11-11 | Fortran] Support absent optional args with use_device_{ptr,addr} | Tobias Burnus | 1 | -2/+1 |
2019-11-10 | Don't print warning when moving to static with -fno-automatic | Janne Blomqvist | 1 | -9/+10 |
2019-11-03 | re PR fortran/92113 (r276673 causes segfault in gfortran.dg/pr51434.f90) | Thomas Koenig | 1 | -7/+14 |
2019-10-27 | re PR fortran/86248 (LEN_TRIM in specification expression causes link failure) | Paul Thomas | 1 | -20/+13 |
2019-10-18 | re PR fortran/69455 ([F08] Assembler error(s) when using intrinsic modules in... | Steven G. Kargl | 1 | -1/+8 |
2019-10-11 | [OpenMP,Fortran] Fix several OpenMP use_device_addr/map/update errors | Tobias Burnus | 1 | -1/+2 |
2019-10-03 | re PR fortran/84487 (Large rodate section increase in 465.tonto with r254427) | Thomas Koenig | 1 | -1/+5 |
2019-10-02 | f95-lang.c (LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT): Define to gfc_omp_is_option... | Kwok Cheung Yeung | 1 | -0/+5 |
2019-09-14 | re PR fortran/91557 (Bogus warning about unused dummy argument _formal_*) | Thomas Koenig | 1 | -3/+5 |
2019-08-17 | PR fortran/68401 Improve allocation error message | Janne Blomqvist | 1 | -6/+6 |
2019-08-11 | PR fortran/91413 Generate warning when making array static | Janne Blomqvist | 1 | -0/+10 |
2019-08-06 | re PR fortran/91359 (logical function X returns .TRUE. - Warning: spaghetti ... | Steven G. Kargl | 1 | -0/+14 |
2019-07-29 | re PR fortran/90813 (gfortran.dg/proc_ptr_51.f90 fails (SIGSEGV) after 272084) | Thomas Koenig | 1 | -15/+60 |
2019-06-19 | [PR90921] Fortran OpenACC 'declare' directive's module handling causes duplic... | Julian Brown | 1 | -1/+1 |
2019-06-19 | [PR85221] Set 'omp declare target', 'omp declare target link' attributes for ... | Thomas Schwinge | 1 | -2/+7 |
2019-05-29 | re PR fortran/90329 (Incompatibility between gfortran and C lapack calls) | Jakub Jelinek | 1 | -2/+5 |
2019-05-19 | re PR fortran/90329 (Incompatibility between gfortran and C lapack calls) | Thomas Koenig | 1 | -1/+5 |
2019-05-17 | [PR89433] Refer to OpenACC 'routine' clauses from "omp declare target" attribute | Thomas Schwinge | 1 | -7/+11 |
2019-05-16 | re PR fortran/90329 (Incompatibility between gfortran and C lapack calls) | Jakub Jelinek | 1 | -0/+4 |
2019-05-10 | re PR fortran/90093 (Extended C interop: optional argument incorrectly identi... | Paul Thomas | 1 | -6/+41 |
2019-04-14 | re PR fortran/89843 (CFI_section delivers incorrect result descriptor) | Paul Thomas | 1 | -0/+73 |
2019-03-13 | [multiple changes] | Thomas Koenig | 1 | -4/+17 |
2019-02-28 | [PR72741] For all Fortran OpenACC 'routine' directive variants check for mult... | Thomas Schwinge | 1 | -0/+1 |
2019-02-22 | [PR72741] Use 'oacc_build_routine_dims' for Fortran OpenACC 'routine' directi... | Thomas Schwinge | 1 | -10/+24 |
2019-02-18 | re PR fortran/87689 (PowerPC64 ELFv2 function parameter passing violation) | Thomas Koenig | 1 | -2/+2 |
2019-02-16 | re PR fortran/71066 (ICE in set_loop_bounds, at fortran/trans-array.c:4680) | Thomas Koenig | 1 | -0/+27 |
2019-02-01 | re PR fortran/83246 (internal compiler error or loader problem might be relat... | Jakub Jelinek | 1 | -4/+1 |
2019-01-19 | re PR fortran/88902 (ICE: Segmentation fault (in DFS::DFS_write_tree_body)) | Jakub Jelinek | 1 | -6/+10 |
2019-01-12 | gfortran.texi: Add description in sections on TS 29113 and further interopera... | Paul Thomas | 1 | -0/+10 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -1/+1 |
2019-01-07 | re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic) | Thomas Koenig | 1 | -0/+7 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |