aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2015-10-25re PR fortran/66927 (ICE in gfc_conf_procedure_call)Andre Vehreschild5-33/+126
2015-10-24re PR fortran/68055 (ICE on using unsupported kinds in program without progra...Steven G. Kargl2-1/+11
2015-10-24re PR fortran/67805 (ICE on array constructor with wrong character specificat...Steven G. Kargl4-23/+66
2015-10-23[PATCH 4/9] ENABLE_CHECKING refactoring: FortranMikhail Maltsev3-12/+14
2015-10-22Fix up ChangeLog for rev. 229155.Martin Sebor1-0/+5
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-96/+96
2015-10-21re PR fortran/67939 (ICE on using data with negative substring range)Steven G. Kargl2-7/+22
2015-10-20resolve.c (gfc_verify_binding_labels): Check for NULL pointer.Steven G. Kargl2-1/+5
2015-10-19re PR fortran/68019 (ICE on rank mismatch of implied-shape array of user-defi...Steven G. Kargl2-1/+6
2015-10-18Fix common-related error recovery ICE.Mikael Morin4-23/+57
2015-10-18re PR fortran/67177 (MOVE_ALLOC not automatically allocating deferred charact...Paul Thomas4-7/+58
2015-10-17re PR fortran/67987 (ICE on declaring and initializing character with negativ...Steven G. Kargl3-19/+39
2015-10-16tree-nested.h (build_addr): Adjust prototype.Richard Biener2-8/+20
2015-10-14parse.c (decode_statement): Initialize M to MATCH_NO.Max Ostapenko2-1/+5
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek4-9/+129
2015-10-07re PR fortran/65889 ([6 Regressions] [OOP] ICE with sizeof a polymorphic vari...Andre Vehreschild2-3/+14
2015-10-06[multiple changes]Louis Krupp2-3/+17
2015-10-04Remove dead codeMikael Morin2-8/+5
2015-10-04Fix fortran common-related error recovery ICE.Mikael Morin3-7/+21
2015-10-04Factor access to the common block head symbolMikael Morin2-4/+10
2015-10-02[multiple changes]Louis Krupp2-5/+45
2015-10-02PR fortran.67802Steven G. Kargl2-1/+12
2015-10-02re PR fortran/66979 (gfortran internal compiler error with malformed FLUSH st...Steven G. Kargl2-0/+15
2015-10-02re PR fortran/67616 (ICE on data initialization of type variable in block)Steven G. Kargl2-1/+7
2015-09-28[multiple changes]Paul Thomas8-36/+239
2015-09-28gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell3-16/+17
2015-09-26Fix missing deep copy when assigning a DT constructor to an arrayMikael Morin2-1/+6
2015-09-26re PR fortran/67567 (resolve.c: gfc_error called with iface->module == NULL)Paul Thomas2-17/+21
2015-09-25re PR fortran/67614 (ICE on using arithmetic if with null)Steven G. Kargl2-1/+10
2015-09-25re PR fortran/67525 (ICE on select type with improper selector)Steven G. Kargl2-4/+13
2015-09-25PR pretty-print/67567 do not pass NULL as a stringManuel López-Ibáñez2-3/+18
2015-09-21resolve.c (nonscalar_typebound_assign): Fix typos in comment.Steven G. Kargl2-2/+7
2015-09-21re PR fortran/67615 (ICE on using arithmetic if with array instead of scalar)Steven G. Kargl2-8/+17
2015-09-17re PR fortran/52846 ([F2008] Support submodules)Paul Thomas3-2/+32
2015-09-10re PR fortran/67526 (ICE on missing end parenthesis in substring construct)Steven G. Kargl2-7/+16
2015-09-10re PR fortran/66993 (Spurious ambiguous symbol error with submodules)Paul Thomas2-9/+27
2015-09-04intrinsic.h (gfc_simplify_mvbits): Remove.Francois-Xavier Coudert4-16/+8
2015-09-04re PR fortran/67429 (Missing part of error messages.)Manuel López-Ibáñez2-0/+9
2015-08-31re PR fortran/54833 (Don't wrap __builtin_free(a) in if (a != NULL))Francois-Xavier Coudert3-13/+10
2015-08-29trans.c (gfc_call_malloc, [...]): Simplify code.Francois-Xavier Coudert5-43/+33
2015-08-28re PR fortran/53668 (Cray-pointer diagnostic enhancement)Francois-Xavier Coudert5-41/+57
2015-08-24re PR fortran/62536 (ICE (segfault) for invalid END BLOCK statement)Louis Krupp3-2/+17
2015-08-23* ChangeLog: fix previous entry.François-Xavier Coudert1-1/+1
2015-08-23re PR libfortran/54572 (Use libbacktrace library)Francois-Xavier Coudert2-1/+6
2015-08-19remove more useless typedefsTrevor Saunders10-132/+93
2015-08-16re PR fortran/54656 (ICE with software REAL(16) for NORM2)Francois-Xavier Coudert2-0/+11
2015-08-16trans-intrinsic.c (conv_intrinsic_ieee_is_negative): Use type generic BUILT_I...Francois-Xavier Coudert4-26/+36
2015-08-16re PR libfortran/41387 (OPEN, STATUS='NEW' of a symbolic link to a non-existi...Francois-Xavier Coudert2-0/+33
2015-08-08re PR fortran/67059 (gfortran --version output is inconsistent with the rest ...Francois-Xavier Coudert2-5/+9
2015-08-08When undoing symbols, also restore common block listsBud Davis2-34/+41