aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2019-11-30Do not look at _data component in gfc_dep_resolver.Thomas Koenig2-0/+18
2019-11-28re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle2-3/+21
2019-11-27re PR fortran/91944 (ICE in gfc_conv_array_initializer, at fortran/trans-arra...Jakub Jelinek2-1/+7
2019-11-27PR 92463 - Cleanups due to minimum MPFR version bump to 3.1.0Tobias Burnus2-2/+7
2019-11-25re PR fortran/92629 (internal compiler error: in convert_mpz_to_unsigned, at ...Harald Anlauf2-2/+10
2019-11-25DEC comparisons - allow Hollerith constants in comparisons.Mark Eggleston4-24/+101
2019-11-20PR 92463 MPFR modernization: Revert r269139Janne Blomqvist2-9/+14
2019-11-20PR 92463 MPFR modernization in GFortranJanne Blomqvist5-16/+30
2019-11-15re PR fortran/69654 (ICE in gfc_trans_structure_assign)Paul Thomas2-1/+20
2019-11-13Fortran] Use proper type for hidden is-present argumentTobias Burnus2-4/+11
2019-11-12re PR fortran/81651 (Enhancement request: have f951 print out fully qualified...Harald Anlauf2-7/+30
2019-11-12Use more SET_OPTION_IF_UNSET.Martin Liska2-2/+7
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki11-13/+146
2019-11-11Bump minimum MPFR version to 3.1.0Janne Blomqvist2-37/+6
2019-11-11Fortran] Support absent optional args with use_device_{ptr,addr}Tobias Burnus6-11/+79
2019-11-10Don't print warning when moving to static with -fno-automaticJanne Blomqvist2-9/+16
2019-11-10re PR fortran/92123 ([F2018/array-descriptor] Scalar allocatable/pointer wit...Paul Thomas3-16/+14
2019-11-09Commit symbol for external BLAS routine when translating MATMUL to *GEMM.Thomas Koenig2-0/+7
2019-11-08* arith.c (character2representation): Change i type to size_t.Jakub Jelinek2-7/+11
2019-11-08Allow CHARACTER literals in assignments and data statements.Mark Eggleston12-33/+264
2019-11-08Fortran] PR91253 fix continuation-line handling with -pre_includeTobias Burnus2-5/+29
2019-11-07re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle2-7/+33
2019-11-04re PR fortran/92113 (r276673 causes segfault in gfortran.dg/pr51434.f90)Thomas Koenig1-1/+1
2019-11-03re PR fortran/92113 (r276673 causes segfault in gfortran.dg/pr51434.f90)Thomas Koenig2-7/+20
2019-11-01decl.c (match_byte_typespec): New function.Steven G. Kargl2-16/+41
2019-11-01re PR fortran/90988 (Wrong error message with variables named "PUBLIC*")Steven G. Kargl2-11/+22
2019-11-01OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arraysTobias Burnus5-0/+41
2019-10-31Fortran] PR92284 – gfc_desc_to_cfi_desc fixesTobias Burnus2-4/+14
2019-10-31Fortran] PR92277 - Fix assumed-rank array with bind(C)Tobias Burnus2-2/+11
2019-10-30Fortran] PR 92208 don't use function-result dummy variable as actual argumentTobias Burnus2-1/+7
2019-10-30Suppress warning with -Wno-overwrite-recursive.Mark Eggleston4-6/+29
2019-10-28Fortran] PR91863 - fix call to bind(C) with array descriptorTobias Burnus2-15/+16
2019-10-27re PR fortran/86248 (LEN_TRIM in specification expression causes link failure)Paul Thomas3-23/+28
2019-10-25[Fortran] OpenACC – permit common blocks in some clausesCesar Philippidis2-20/+31
2019-10-24Fix another UBSAN in Fortran coarray.Martin Liska3-0/+13
2019-10-232019-10-23 Steven G. Kargl <kargl@gcc.gnu.org>Steven G. Kargl2-0/+14
2019-10-22re PR fortran/92174 (runtime error: index 15 out of bounds for type 'gfc_expr...Steven G. Kargl3-9/+20
2019-10-18re PR fortran/69455 ([F08] Assembler error(s) when using intrinsic modules in...Steven G. Kargl2-1/+14
2019-10-18Fortran] PR91586 Fix ICE on invalid code with CLASSTobias Burnus2-0/+9
2019-10-15[Fortran] OpenMP+OpenACC: Remove bogus contigous-pointer checkJames Norris2-4/+6
2019-10-15re PR fortran/89943 (Submodule functions are not allowed to have C binding)Steven G. Kargl2-22/+74
2019-10-14re PR fortran/92004 (Rejection of different ranks for dummy array argument wh...Thomas Koenig4-5/+119
2019-10-14Fix previous commitTobias Burnus2-1/+4
2019-10-14[Fortran] PR 92072 – fix %C corner caseTobias Burnus2-4/+12
2019-10-13re PR fortran/91513 (Non-standard terminology in error message for pointer co...Damian Rouson2-3/+11
2019-10-13re PR fortran/90297 (gcc/fortran/resolve.c: 2 * possibly redundant code ?)Steven G. Kargl2-15/+6
2019-10-13re PR fortran/92017 (ICE in gfc_expr_attr, at fortran/primary.c:2674)Thomas Koenig2-0/+10
2019-10-11re PR fortran/91649 (ICE in gfc_resolve_findloc, at fortran/iresolve.c:1827)Steven G. Kargl2-11/+25
2019-10-11re PR fortran/91715 (ICE in resolve_fntype, at fortran/resolve.c:16884)Steven G. Kargl2-6/+16
2019-10-11re PR fortran/92018 (ICE in gfc_conv_constant_to_tree, at fortran/trans-const...Steven G. Kargl3-36/+133