aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-07re PR fortran/64104 ([F2003][IEEE] Allow IEEE functions in specification expr...Francois-Xavier Coudert4-22/+106
2015-08-06Move one condition out of gfc_trans_scalar_assignMikael Morin5-23/+33
2015-08-05re PR fortran/52846 ([F2008] Support submodules)Paul Thomas3-48/+107
2015-08-04re PR fortran/64022 ([F2003][IEEE] ieee_support_flag does not handle kind=10 ...Francois-Xavier Coudert2-73/+12
2015-08-03re PR fortran/66942 (trans-expr.c:5701 runtime error: member call on null poi...Steven G. Kargl2-5/+10
2015-08-03Fix random class_allocate_18.f90 failureMikael Morin2-0/+7
2015-08-01re PR fortran/67091 ([OOP] Bad result for type-bound procedures returning poi...Paul Thomas2-0/+8
2015-07-27Fix logic error in Fortran OpenACC parsingThomas Schwinge2-2/+9
2015-07-24Fix gfortran.dg/class_to_type_4.f90 deallocation code misordering failureMikael Morin2-1/+7
2015-07-22Fix r225926's iso_varying_string ICE regressionMikael Morin2-1/+12
2015-07-17re PR fortran/52846 ([F2008] Support submodules)Paul Thomas4-5/+89
2015-07-17Fix fortran double address operator with co_reduceAlessandro Fanfarillo2-1/+6
2015-07-17re PR fortran/66035 (gfortran ICE segfault)Andre Vehreschild2-1/+37
2015-07-17Fix PR61831: Side-effect variable component deallocationMikael Morin3-46/+117
2015-07-17re PR fortran/66724 (ICE on input/output statements with wrong specifier data)Steven G. Kargl2-0/+16
2015-07-15opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't include ...Andrew MacLeod2-9/+5
2015-07-14simplify.c (gfc_simplify_floor): Set precision of temporary to that of arg.Steven G. Kargl2-3/+6
2015-07-13re PR fortran/64589 ([OOP] Linking error due to undefined integer symbol with...Andre Vehreschild2-4/+8
2015-07-13Fix double word typos.Aldy Hernandez2-1/+5
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod20-17/+38
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod21-32/+35
2015-07-07re PR fortran/66578 ([F2008] Invalid free on allocate(...,source=a(:)) in block)Andre Vehreschild2-22/+39
2015-07-06io.c (check_char_variable): New function.Steven G. Kargl2-7/+40
2015-07-06re PR fortran/58586 (ICE with derived type with allocatable component passed ...Andre Vehreschild5-14/+89
2015-07-04[multiple changes]Steven G. Kargl2-1/+86
2015-07-02* trans-common.c: Include <map> after system.h.David Edelsohn2-1/+7
2015-07-02re PR fortran/52846 ([F2008] Support submodules)Paul Thomas12-50/+695
2015-07-02re PR fortran/56520 (Syntax error causes misleading message: "Invalid charact...Steven G. Kargl2-1/+9
2015-07-02re PR fortran/66545 (ICE on using undefined parameter/variable values)Steven G. Kargl2-0/+8
2015-07-01arith.c (gfc_arith_divide): With -Winteger-division...Thomas Koenig4-3/+42
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod3-4/+5
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford3-2/+7
2015-06-24The problem is that diagnostic_action_after_output tries to delete the active...Manuel López-Ibáñez2-3/+12