aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2018-05-25re PR fortran/85839 ([F2018] warn for obsolescent features)Janus Weil4-0/+28
2018-05-25re PR fortran/85543 (ICE in update_current_proc_array_outer_dependency, at fo...Steven G. Kargl2-2/+8
2018-05-24re PR fortran/85780 (ICE in resolve_fl_procedure, at fortran/resolve.c:12504)Steven G. Kargl2-1/+6
2018-05-24re PR fortran/85779 (ICE in gfc_typename, at fortran/misc.c:156)Steven G. Kargl2-2/+11
2018-05-24re PR fortran/85895 (ICE in gfc_conv_array_ref, at fortran/trans-array.c:3518)Steven G. Kargl2-0/+8
2018-05-22re PR fortran/85841 ([F2018] reject deleted features)Janus Weil13-103/+110
2018-05-21re PR fortran/85841 ([F2018] reject deleted features)Janus Weil6-71/+97
2018-05-20re PR fortran/82275 (gfortran rejects valid & accepts invalid reference to di...Paul Thomas1-3/+17
2018-05-20re PR fortran/80657 (Loop in character function declaration)Paul Thomas1-2/+9
2018-05-20re PR fortran/49636 ([F03] ASSOCIATE construct confused with slightly complic...Paul Thomas5-18/+29
2018-05-20re PR fortran/82923 (Automatic allocation of deferred length character using ...Paul Thomas2-6/+27
2018-05-19re PR fortran/82923 (Automatic allocation of deferred length character using ...Paul Thomas2-0/+13
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