aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2018-02-14re PR fortran/84385 ([F03] Reject invalid SELECT TYPE selector (allocate_with...Janus Weil2-1/+8
2018-02-13re PR fortran/84313 ([F08] reject procedure pointers in COMMON blocks)Janus Weil2-1/+8
2018-02-13Make module files reproducibleAlastair McKinstry2-1/+9
2018-02-12re PR fortran/84273 ([F03] Reject allocatable passed-object dummy argument (p...Janus Weil2-4/+10
2018-02-11Commit ChangeLog entries forgotten in r257566.Francois-Xavier Coudert1-0/+5
2018-02-11gfortran.texi: Fix typos in documentation of caf_register ().Andre Vehreschild3-12/+20
2018-02-11re PR fortran/35299 (scope of variables in statement function do not acquire ...Francois-Xavier Coudert1-2/+5
2018-02-11re PR fortran/54223 (Statement function statement with dummy arguments that a...Steven G. Kargl2-10/+26
2018-02-11re PR fortran/84074 (Incorrect indexing of array when actual argument is an a...Paul Thomas2-1/+33
2018-02-10re PR fortran/84141 (Internal error: type_name(): Bad type)Paul Thomas3-8/+19
2018-02-07re PR fortran/82994 (ICE in gfc_match_deallocate, at fortran/match.c:4478)Steven G. Kargl2-2/+7
2018-02-07re PR fortran/68560 (The test gfortran.dg/shape_8.f90 now fails when compiled...Thomas Koenig2-0/+26
2018-02-07re PR fortran/82049 (ICE with character(*),parameter array constructor)Steven G. Kargl2-1/+15
2018-02-04re PR fortran/84115 (Failure in associate construct with concatenated charact...Paul Thomas2-1/+8
2018-02-03re PR fortran/84141 (Internal error: type_name(): Bad type)Paul Thomas2-2/+9
2018-02-01PR 83975 Associate target with non-constant character lengthJanne Blomqvist2-5/+17
2018-02-01PR 83705 Repeat with large valuesJanne Blomqvist2-4/+14
2018-01-31re PR fortran/84116 (ICE in gfc_match_omp_clauses, at fortran/openmp.c:1354)Jakub Jelinek2-5/+10
2018-01-31re PR fortran/84088 ([nvptx] libgomp.oacc-fortran/declare-*.f90 execution fails)Paul Thomas2-4/+9
2018-01-31dump-parse-tree.c (write_proc): Use sym_name (which may be sym->binding_label...Thomas Koenig2-2/+7
2018-01-31Use gfc_charlen_t instead of int in gfc_conv_string_initJanne Blomqvist2-1/+6
2018-01-31PR 78534 Reinstate better string copy algorithmJanne Blomqvist2-23/+37
2018-01-30re PR debug/84131 (Fortran dynamical array debug info)Jakub Jelinek2-1/+7
2018-01-30re PR fortran/84134 (ICE: Floating point exception)Thomas Koenig2-1/+10
2018-01-30re PR fortran/84133 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2706)Thomas Koenig2-2/+9
2018-01-29re PR fortran/84073 (In -fc-prototypes fixed (nonzero) length strings are map...Thomas Koenig2-0/+27
2018-01-27re PR fortran/84065 (string_1.f90 fails since r256944)Jakub Jelinek2-15/+31
2018-01-26Partial Failed Images patchDamian Rouson23-78/+675
2018-01-26re PR fortran/83998 (ICE in gfc_conv_intrinsic_dot_product, at fortran/trans-...Steven G. Kargl2-15/+24
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas10-66/+179
2018-01-23re PR fortran/83866 (ICE in gfc_release_symbol, at fortran/symbol.c:3087)Paul Thomas2-1/+10
2018-01-23re PR fortran/83898 (ICE in gfc_conv_expr_descriptor, at fortran/trans-array....Paul Thomas2-1/+8
2018-01-22PR 78534, 83704 Large character lengthsJanne Blomqvist15-84/+107
2018-01-20re PR fortran/83900 (ICE in gfc_simplify_matmul, at fortran/simplify.c:4593)Steven G. Kargl2-3/+22
2018-01-20re PR fortran/83900 (ICE in gfc_simplify_matmul, at fortran/simplify.c:4593)Steven G. Kargl2-1/+5
2018-01-18re PR fortran/83864 (ICE in gfc_apply_init, at fortran/expr.c:4271)Harald Anlauf2-1/+6
2018-01-17re PR fortran/83874 (ICE initializing character array from derived type)Harald Anlauf2-1/+6
2018-01-16re PR fortran/82257 (f951: Internal compiler error segmentation fault)Louis Krupp4-4/+20
2018-01-15re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig8-42/+133
2018-01-13re PR fortran/82007 (DTIO write format stored in a string leads to severe err...Jerry DeLisle3-34/+16
2018-01-13re PR fortran/83744 (ICE in ../../gcc/gcc/fortran/dump-parse-tree.c:3093 whil...Thomas Koenig2-23/+91
2018-01-13re PR fortran/52162 (Bogus -fcheck=bounds with realloc on assignment to unall...Paul Thomas3-5/+16
2018-01-13re PR fortran/83803 (Using -fc-prototypes on modules with empty dummy arg lis...Thomas Koenig2-2/+10
2018-01-10re PR fortran/82367 (ICE with deferred length string allocate on non-deferred...Steven G. Kargl2-2/+12
2018-01-10[multiple changes]Steven G. Kargl2-1/+14
2018-01-10PR 83740 Wrong string length type in bounds checkJanne Blomqvist2-5/+10
2018-01-10PR 84740 Wrong string length type in bounds checkJanne Blomqvist2-2/+11
2018-01-09re PR fortran/83742 (ICE in gfc_is_simply_contiguous, at fortran/expr.c:5323)Steven G. Kargl2-8/+13
2018-01-09match.c (gfc_match_allocate): Check for NULL pointer.Steven G. Kargl2-1/+5
2018-01-08expr.c (gfc_check_pointer_assign): Fix typo in comment.Steven G. Kargl2-1/+5