aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-11re PR fortran/92019 (ICE in find_inquiry_ref, at expr.c:1790)Steven G. Kargl2-1/+25
2019-10-11Fortran] PR 92050 - fix ICE with -fcheck=allTobias Burnus2-2/+11
2019-10-11[OpenMP,Fortran] Fix several OpenMP use_device_addr/map/update errorsTobias Burnus5-5/+44
2019-10-10[Fortran, OpenMP] Actually pass use_device_addr on to the middle endTobias Burnus2-0/+8
2019-10-08re PR fortran/91801 (ICE in gfc_simplify_reshape, at fortran/simplify.c:6733)Steven G. Kargl2-1/+15
2019-10-08Fortran - fix OpenMP 'target simd'Tobias Burnus2-0/+5
2019-10-08Fortran - Improve OpenMP/OpenACC diagnosticTobias Burnus4-49/+80
2019-10-08Remove '>>>' merge marker from changelogTobias Burnus1-1/+0
2019-10-05re PR fortran/47054 (Compilation error when cray pointers are declared in bot...Steven G. Kargl2-1/+6
2019-10-05re PR fortran/91926 (assumed rank optional)Paul Thomas2-7/+52
2019-10-04PR fortran.91959Steven G. Kargl2-27/+38
2019-10-04[Fortran] Fix column of %C diagnostic locationTobias Burnus2-4/+17
2019-10-03re PR fortran/91497 (-Wconversion warns when doing explicit type conversion)Steven G. Kargl2-1/+51
2019-10-03primary.c (match_real_constant): Remove shadowing local vars.Bernd Edlinger2-12/+19
2019-10-03re PR fortran/84487 (Large rodate section increase in 465.tonto with r254427)Thomas Koenig2-1/+11
2019-10-03Character typenames in errors and warningsMark Eggleston10-45/+164
2019-10-02re PR fortran/91784 (ICE in gfc_real2complex, at fortran/arith.c:2208)Steven G. Kargl2-3/+9
2019-10-02re PR fortran/91785 (ICE in check_assumed_size_reference, at fortran/resolve....Steven G. Kargl2-0/+8
2019-10-02re PR fortran/91942 (ICE in match_vtag, at fortran/io.c:1485)Steven G. Kargl2-17/+39
2019-10-02re PR fortran/91943 (ICE in gfc_conv_constant_to_tree, at fortran/trans-const...Steven G. Kargl3-0/+33
2019-10-02module.c (load_commons): Initialize flags to 0 to silecne -Wmaybe-uninitializ...Jan Hubicka2-3/+10
2019-10-02Support OpenMP's use_device_addr in FortranTobias Burnus4-3/+38
2019-10-02Improve OMP/ACC error diagnostic in FortranTobias Burnus3-2/+23
2019-10-02Fix coding style comment, missed in last commitTobias Burnus2-1/+7
2019-10-02f95-lang.c (LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT): Define to gfc_omp_is_option...Kwok Cheung Yeung5-0/+38
2019-10-01Support prefixes in diagnostic_show_locusDavid Malcolm2-0/+6
2019-09-29re PR fortran/91641 (ICE in gfc_conv_is_contiguous_expr, at fortran/trans-int...Steven G. Kargl2-1/+14
2019-09-29re PR fortran/91714 (Accepts type statement without delimiter in free form)Steven G. Kargl2-2/+26
2019-09-29re PR fortran/91726 (ICE in gfc_conv_array_ref, at fortran/trans-array.c:3612)Paul Thomas6-5/+80
2019-09-29re PR fortran/91802 (ICE in mio_name_expr_t, at fortran/module.c:2141)Jerry DeLisle2-1/+7
2019-09-28re PR fortran/91802 (ICE in mio_name_expr_t, at fortran/module.c:2141)Steven G. Kargl2-0/+14
2019-09-28re PR fortran/91864 (ICE in gfc_check_do_variable, at fortran/parse.c:4405)Steven G. Kargl3-2/+38