aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Merged current trunk to branch.Thomas Koenig1-39/+78
2021-01-05Fix CO_REDUCE with RESULT_IMAGE.Thomas Koenig1-1/+1
2021-01-03Merge branch 'master' into devel/coarray_nativeThomas Koenig1-12/+14
2020-12-30Make STAT and ERRMSG work on ALLOCATE, move error handling to library.Thomas Koenig1-17/+27
2020-12-27Fix errors introduced by last commit.Thomas Koenig1-4/+7
2020-12-23Add offset to allocatable shared coarrays.Thomas Koenig1-6/+15
2020-11-30Fortran: -fno-automatic and -fopenacc / recusion check cleanupTobias Burnus1-2/+1
2020-11-28Generate correct fn specs for some Fortran library functions.Thomas Koenig1-2/+4
2020-11-10Fortran: Fix function decl's location [PR95847]Tobias Burnus1-9/+10
2020-11-09Some naming fixes; fix handling of coarrays which are components.Thomas Koenig1-9/+9
2020-11-08Implement stat and errmsg.Nicolas Koenig1-17/+30
2020-11-03Fortran: Add !GCC$ attributes DEPRECATEDTobias Burnus1-1/+1
2020-10-29Also add spaces to the end of fndecl specs.Thomas Koenig1-13/+13
2020-10-29This adds the spaces to the fndecl specs, which are now required.Thomas Koenig1-13/+15
2020-10-28Merge branch 'master' into devel/coarray_native.Thomas Koenig1-89/+101
2020-10-18Implement comments from review.Nicolas KÃnig1-55/+60
2020-10-15Fix fndecl's for fortran coarray calls.Andre Vehreschild1-38/+38
2020-10-11Correctly handle deallocation of components.Nicolas KÃnig1-7/+9
2020-10-11Change name of option to -fcoarray=shared and library name to libcaf_shared.Nicolas KÃnig1-1/+2
2020-10-02Perforate fnspec stringsJan Hubicka1-82/+94
2020-09-30Fix some fnspec strings in trans-decl.cJan Hubicka1-13/+13
2020-09-23Initial commit of coarray_native branch.I'm not telling you my name, idiot1-51/+245
2020-08-26Fortran: Add 'device_type' clause to OpenMP's declare targetTobias Burnus1-1/+21
2020-07-21PR fortran/89574 - ICE in conv_function_val, at fortran/trans-expr.c:3792Harald Anlauf1-1/+6
2020-06-29Do not generate recursion check for compiler-generated procedures.Thomas Koenig1-1/+1
2020-05-27Fortran : ICE in gfc_trans_label_assign PR50392Mark Eggleston1-3/+8
2020-04-14Fix PR 94270 by not warning about artifical dummy arguments.Thomas König1-1/+1
2020-02-01fortran: Fix up TYPE_ARG_TYPES of procs with scalar VALUE optional args [PR92...Jakub Jelinek1-2/+4
2020-01-30fortran: Fix up ISO_Fortran_binding_15.f90 failures [PR92123]Jakub Jelinek1-2/+12
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-30Remove KIND argument from INDEX so it does not mess up scalarization.Thomas Koenig1-1/+23
2019-12-07Fortran] PR 92793 - fix column used for error diagnosticTobias Burnus1-2/+2
2019-12-05re PR fortran/92781 (ICE in convert_nonlocal_reference_op, at tree-nested.c:1...Jakub Jelinek1-4/+7
2019-11-11Fortran] Support absent optional args with use_device_{ptr,addr}Tobias Burnus1-2/+1
2019-11-10Don't print warning when moving to static with -fno-automaticJanne Blomqvist1-9/+10
2019-11-03re PR fortran/92113 (r276673 causes segfault in gfortran.dg/pr51434.f90)Thomas Koenig1-7/+14
2019-10-27re PR fortran/86248 (LEN_TRIM in specification expression causes link failure)Paul Thomas1-20/+13
2019-10-18re PR fortran/69455 ([F08] Assembler error(s) when using intrinsic modules in...Steven G. Kargl1-1/+8
2019-10-11[OpenMP,Fortran] Fix several OpenMP use_device_addr/map/update errorsTobias Burnus1-1/+2
2019-10-03re PR fortran/84487 (Large rodate section increase in 465.tonto with r254427)Thomas Koenig1-1/+5
2019-10-02f95-lang.c (LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT): Define to gfc_omp_is_option...Kwok Cheung Yeung1-0/+5
2019-09-14re PR fortran/91557 (Bogus warning about unused dummy argument _formal_*)Thomas Koenig1-3/+5
2019-08-17PR fortran/68401 Improve allocation error messageJanne Blomqvist1-6/+6
2019-08-11PR fortran/91413 Generate warning when making array staticJanne Blomqvist1-0/+10
2019-08-06re PR fortran/91359 (logical function X returns .TRUE. - Warning: spaghetti ...Steven G. Kargl1-0/+14
2019-07-29re PR fortran/90813 (gfortran.dg/proc_ptr_51.f90 fails (SIGSEGV) after 272084)Thomas Koenig1-15/+60
2019-06-19[PR90921] Fortran OpenACC 'declare' directive's module handling causes duplic...Julian Brown1-1/+1
2019-06-19[PR85221] Set 'omp declare target', 'omp declare target link' attributes for ...Thomas Schwinge1-2/+7
2019-05-29re PR fortran/90329 (Incompatibility between gfortran and C lapack calls)Jakub Jelinek1-2/+5
2019-05-19re PR fortran/90329 (Incompatibility between gfortran and C lapack calls)Thomas Koenig1-1/+5