aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2018-05-13re PR fortran/63529 (Bad error and ICE with Cray Pointers in Modules)Steven G. Kargl2-4/+12
2018-05-13re PR fortran/85742 (sizeof allocatable arrays returning wrong value)Paul Thomas2-6/+18
2018-05-13gfortran.h: Remove prototype.Steven G. Kargl3-17/+5
2018-05-11re PR fortran/85542 (ICE in check_inquiry, at fortran/expr.c:2426)Steven G. Kargl2-1/+6
2018-05-10re PR fortran/85687 (ICE in gfc_sym_identifier, at fortran/trans-decl.c:351)Steven G. Kargl2-2/+10
2018-05-10re PR fortran/85521 (ICE in gfc_resolve_character_array_constructor, at fortr...Steven G. Kargl2-1/+8
2018-05-10re PR fortran/70870 (Segmentation violation in gfc_assign_data_value)Steven G. Kargl2-0/+15
2018-05-10re PR fortran/85735 (f951 crashes on empty input)Marek Polacek2-0/+6
2018-05-10re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig2-7/+20
2018-05-10re PR fortran/68846 (Pointer function as LValue doesn't work when the assignm...Paul Thomas2-0/+9
2018-05-08re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig4-30/+128
2018-05-07scanner.c (preprocessor_line): Call linemap_add after a line directive that c...Jeff Law2-0/+9
2018-05-06re PR fortran/85507 (ICE in gfc_dep_resolver, at fortran/dependency.c:2258)Andre Vehreschild3-4/+11
2018-05-02[openacc] Add __builtin_goacc_parlevel_{id,size}Tom de Vries2-0/+9
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