aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-7956/+0
2022-01-11gfortran: Introduce gfc_type_abi_kindJakub Jelinek1-4/+6
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-28Fortran: Emit correct types for CHARACTER(C_CHAR), VALUE argumentsFrancois-Xavier Coudert1-6/+11
2021-11-12fortran: Ignore unused args in scalarization [PR97896]Mikael Morin1-23/+1
2021-10-26Fortran: Fix character(len=cst) dummies with bind(C) [PR102885]Tobias Burnus1-0/+7
2021-10-25Initialize variable.Andrew MacLeod1-1/+1
2021-10-18Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus1-143/+885
2021-10-14openmp, fortran: Add support for OpenMP declare variant directive in FortranKwok Cheung Yeung1-3/+13
2021-10-12Fortran: Various CLASS + assumed-rank fixed [PR102541]Tobias Burnus1-1/+2
2021-09-27Fortran: Fix assumed-size to assumed-rank passing [PR94070]Tobias Burnus1-14/+0
2021-09-17Fortran - (large) arrays in the main shall be staticHarald Anlauf1-2/+3
2021-08-24Fortran: fix pointless warning for static variablesHarald Anlauf1-7/+13
2021-07-26PR fortran/93308/93963/94327/94331/97046 problems raised by descriptor handlingTobias Burnus1-13/+19
2021-07-21OpenACC 'nohost' clauseThomas Schwinge1-0/+8
2021-06-28fortran: Add support for per-location warning groups.Martin Sebor1-14/+14
2021-06-15Fortran/OpenMP: Extend defaultmap clause for OpenMP 5 [PR92568]Tobias Burnus1-0/+5
2021-05-22Steve Kargl <kargl@gcc.gnu.org>Andre Vehreschild1-1/+8
2021-05-17PR fortran/98411 - Pointless warning for static variablesHarald Anlauf1-0/+1
2021-05-10Come up with startswith function.Martin Liska1-1/+1
2021-04-20Fortran: Fix host associated PDT entity initialization [PR99307].Paul Thomas1-1/+2
2021-03-23Fortran: Fix func decl mismatch [PR93660]Tobias Burnus1-1/+5
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
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-03Fortran: Add !GCC$ attributes DEPRECATEDTobias Burnus1-1/+1
2020-10-15Fix fndecl's for fortran coarray calls.Andre Vehreschild1-38/+38
2020-10-02Perforate fnspec stringsJan Hubicka1-82/+94
2020-09-30Fix some fnspec strings in trans-decl.cJan Hubicka1-13/+13
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