aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2018-04-24re PR fortran/85520 (Out of memory when declaring a character with len << 0)Steven G. Kargl2-1/+10
2018-04-14re PR fortran/81773 ([Coarray] Get with vector index on lhs leads to incorrec...Andre Vehreschild4-27/+130
2018-04-14re PR fortran/85387 (incorrect output with optimization /= 0)Thomas Koenig2-0/+23
2018-04-12re PR fortran/83064 (DO CONCURRENT and auto-parallelization)Thomas Koenig2-4/+11
2018-04-10re PR fortran/85313 (gcc/fortran/openmp.c: 2 * confused logic ?)Jakub Jelinek2-6/+8
2018-04-09re PR fortran/83064 (DO CONCURRENT and auto-parallelization)Thomas Koenig2-1/+11
2018-04-09re PR fortran/51260 (PARAMETER array with constructor initializer: Compile-ti...Thomas Koenig2-0/+16
2018-04-02re PR fortran/85102 (ICE in gfc_conv_intrinsic_dot_product, at fortran/trans-...Thomas Koenig2-0/+33
2018-03-30re PR fortran/84931 (Expansion of array constructor with constant implied-do-...Paul Thomas2-33/+33
2018-03-30re PR fortran/85111 (ICE in min_max_choose, at fortran/simplify.c:4884 (and o...Thomas Koenig1-0/+9
2018-03-30re PR fortran/85111 (ICE in min_max_choose, at fortran/simplify.c:4884 (and o...Thomas Koenig2-2/+16
2018-03-28re PR fortran/69497 (ICE in gfc_free_namespace, at fortran/symbol.c:3701)Mikael Morin2-4/+18
2018-03-28gfortran.h (gfc_dt): Rename default_exp field to dec_ext.Jakub Jelinek5-6/+16
2018-03-27re PR fortran/85084 (ICE: out of memory allocating 18446744073709551600 bytes...Thomas Koenig2-4/+10
2018-03-27re PR fortran/85083 (ICE in gfc_convert_to_structure_constructor, at fortran/...Thomas Koenig2-0/+8
2018-03-26re PR fortran/66709 (ICE on formatted io with parameter array specifier fmt)Thomas Koenig2-1/+50
2018-03-25re PR fortran/84924 (Erroneous error in C_F_POINTER)Seth Johnson2-1/+8
2018-03-25Fix changelogJerry DeLisle1-1/+1
2018-03-25fix changelogJerry DeLisle1-1/+1
2018-03-25re PR fortran/69497 (ICE in gfc_free_namespace, at fortran/symbol.c:3701)Jerry DeLisle2-3/+10
2018-03-24re PR fortran/70068 (ICE: out of memory on involving empty substring)Thomas Koenig2-6/+16
2018-03-24re PR fortran/42651 (Functions with result: Wrongly accepts attributes to fun...Steven G. Kargl2-1/+19
2018-03-22re PR fortran/84922 (fortran reports inconsistency in rank of arguments in in...Steven G. Kargl2-9/+27
2018-03-21re PR fortran/84957 (ICE in gfc_sym_type, at fortran/trans-types.c:2255)Thomas Koenig2-0/+7
2018-03-21PR 84615 Regressions due to type mismatch with character functionsJanne Blomqvist2-3/+13
2018-03-21re PR fortran/85001 (ICE in gfc_build_array_type, at fortran/trans-types.c:1420)Steven G. Kargl2-1/+8
2018-03-19re PR fortran/84931 (Expansion of array constructor with constant implied-do-...Thomas Koenig2-12/+24
2018-03-18re PR fortran/77414 (ICE in create_function_arglist, at fortran/trans-decl.c:...Steven G. Kargl2-9/+24
2018-03-18re PR fortran/65453 (ICE in build_function_decl, at fortran/trans-decl.c:2001)Steven G. Kargl2-0/+12
2018-03-16re PR fortran/69395 (ICE on declaring array with more than 7 dimensions+codim...Steven G. Kargl2-1/+6
2018-03-16re PR fortran/78741 (ICE in gfc_get_symbol_decl, at fortran/trans-decl.c:1534)Steven G. Kargl2-1/+12
2018-03-16re PR fortran/69395 (ICE on declaring array with more than 7 dimensions+codim...Steven G. Kargl2-7/+33
2018-03-14check.c (gfc_check_kill_sub): Remove check for INTEGER(4) or (8).Steven G. Kargl8-55/+129
2018-03-11re PR fortran/84546 (Bad sourced allocation of CLASS(*) with source with CLAS...Paul Thomas4-12/+65
2018-03-11re PR fortran/83939 (Constraint C1290 (elemental function cannot be allocatab...Steven G. Kargl2-0/+19
2018-03-11check.c (gfc_check_kill): Check pid and sig are scalar.Steven G. Kargl5-52/+88
2018-03-11re PR fortran/66128 (ICE for some intrinsics with zero sized array parameter)Thomas Koenig2-158/+36
2018-03-10re PR fortran/84734 (Compiling codes with insane array dimensions gives an IC...Steven G. Kargl2-3/+13
2018-03-08re PR fortran/64124 ([F95] Valid constant expr rejected)Steven G. Kargl2-1/+24
2018-03-06re PR fortran/84697 (minloc/maxloc not simplified with zero size)Thomas Koenig4-26/+67
2018-03-06re PR fortran/56667 (Syntax error causes misleading message: "Expected PARAME...Steven G. Kargl2-2/+22
2018-03-04re PR fortran/71085 (ICE with some intrinsic functions specifying array funct...Harald Anlauf2-0/+8
2018-03-03re PR fortran/66128 (ICE for some intrinsics with zero sized array parameter)Steven G. Kargl2-0/+191
2018-03-03re PR fortran/51434 (ICE with scalar init of an array parameter, used in DT d...Steven G. Kargl2-3/+11
2018-03-03re PR fortran/80965 (ICE with class argument and -O2 optimization)Paul Thomas2-1/+7
2018-03-01re PR fortran/84219 (Failure to generate error for IO of transfer intrinsic, ...Paul Thomas2-0/+16
2018-03-01re PR fortran/84538 (Array of derived type elements incorrectly accessed in f...Paul Thomas3-11/+18
2018-02-28re PR fortran/83901 (ICE in fold_convert_loc, at fold-const.c:2402)Paul Thomas2-1/+9
2018-02-25re PR fortran/83633 (gfortran internal compiler error for explicit-shape arra...Steven G. Kargl2-1/+54
2018-02-25re PR fortran/84523 (Runtime crash deallocating allocatable array within deri...Paul Thomas2-0/+11