Age | Commit message (Expand) | Author | Files | Lines |
2015-10-26 | re PR fortran/66056 (ICEs and endless compilation for lonely labels/numbers i... | Louis Krupp | 1 | -1/+2 |
2015-10-18 | Fix common-related error recovery ICE. | Mikael Morin | 1 | -11/+27 |
2015-09-28 | [multiple changes] | Paul Thomas | 1 | -1/+11 |
2015-08-08 | When undoing symbols, also restore common block lists | Bud Davis | 1 | -34/+34 |
2015-07-09 | flags.h: Don't include flag-types.h or options.h. | Andrew MacLeod | 1 | -1/+1 |
2015-07-02 | re PR fortran/52846 ([F2008] Support submodules) | Paul Thomas | 1 | -3/+50 |
2015-05-23 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -10/+10 |
2015-05-18 | re PR fortran/64925 (ICE with same names for dummy arg and internal procedure) | Steven G. Kargl | 1 | -0/+5 |
2015-04-28 | interface.c (gfc_compare_types): Check for unlimited polymorphism flag in the... | Andre Vehreschild | 1 | -5/+16 |
2015-04-10 | re PR fortran/56674 (ICE in check_sym_interfaces) | Mikael Morin | 1 | -4/+4 |
2015-02-01 | Always pass 0 or option number to gfc_warning*. | Joseph Myers | 1 | -1/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-16 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -2/+2 |
2014-12-13 | error.c (gfc_error): Add variant which takes a va_list. | Tobias Burnus | 1 | -17/+17 |
2014-12-11 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -15/+15 |
2014-12-03 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -4/+6 |
2014-11-25 | error.c (gfc_internal_error): Convert to common diagnostics. | Tobias Burnus | 1 | -4/+4 |
2014-11-25 | gfortran.h (gfc_option_t): Remove flags moved as Var to .opt. | Tobias Burnus | 1 | -12/+13 |
2014-10-10 | gfortran.h (gfc_set_implicit_none): Update prototype. | Tobias Burnus | 1 | -10/+3 |
2014-10-06 | libgfortran.h (GFC_STD_F2015): Add. | Tobias Burnus | 1 | -7/+22 |
2014-09-20 | trans-expr.c (gfc_reset_vptr): Fix comment whitespace. | Joost VandeVondele | 1 | -1/+1 |
2014-07-15 | symbol.c (check_conflict): Add codimension conflict with pointer; fix cray-po... | Tobias Burnus | 1 | -2/+3 |
2014-06-18 | gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT... | Jakub Jelinek | 1 | -0/+27 |
2014-06-12 | gfortran.h (gfc_copy_formal_args_intr): Update prototype. | Tobias Burnus | 1 | -2/+18 |
2014-06-06 | dump-parse-tree.c (show_omp_namelist): Dump reduction id in each list item. | Jakub Jelinek | 1 | -3/+30 |
2014-05-11 | tree.h (OMP_CLAUSE_LINEAR_STMT): Define. | Jakub Jelinek | 1 | -0/+1 |
2014-03-19 | re PR fortran/60543 (Function with side effect removed by the optimizer.) | Tobias Burnus | 1 | -2/+2 |
2014-02-21 | re PR fortran/60234 ([OOP] ICE in generate_finalization_wrapper at fortran/cl... | Janus Weil | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-16 | re PR fortran/54949 ([F03] abstract procedure pointers not rejected) | Janus Weil | 1 | -1/+5 |
2013-07-30 | re PR fortran/57530 ([OOP] Wrongly rejects type_pointer => class_target (whi... | Tobias Burnus | 1 | -0/+3 |
2013-04-11 | Replace enum gfc_try with bool type. | Janne Blomqvist | 1 | -267/+256 |
2013-04-01 | re PR fortran/56500 ([OOP] "IMPLICIT CLASS(...)" wrongly rejected) | Janus Weil | 1 | -0/+4 |
2013-03-25 | re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th... | Tobias Burnus | 1 | -524/+97 |
2013-03-03 | re PR fortran/54730 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1... | Mikael Morin | 1 | -9/+159 |
2013-03-03 | symbol.c (restore_old_symbol): Fix thinko. | Mikael Morin | 1 | -1/+2 |
2013-03-03 | symbol.c (gfc_undo_symbols): Move code... | Mikael Morin | 1 | -51/+60 |
2013-03-03 | Make-lang.in (F95_PARSER_OBJS): Add dependency to vec.h. | Mikael Morin | 1 | -64/+27 |
2013-03-01 | iresolve.c (resolve_bound): Use gfc_get_string instead of xstrdup. | Tobias Burnus | 1 | -0/+1 |
2013-01-29 | re PR fortran/54107 ([F03] Memory hog with abstract interface) | Janus Weil | 1 | -120/+17 |
2013-01-28 | re PR fortran/53537 (Explicit IMPORT of renamed USE-associated symbol fails) | Tobias Burnus | 1 | -10/+12 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-12-20 | array.c (resolve_array_list): Apply C4106. | Paul Thomas | 1 | -0/+8 |
2012-09-16 | symbol.c (gfc_undo_symbols): Correctly undo namelists. | Mikael Morin | 1 | -1/+1 |
2012-09-15 | match.c (lock_unlock_statement, [...]): Fix potential double freeing. | Tobias Burnus | 1 | -2/+4 |
2012-09-05 | re PR fortran/54462 (Another "segmentation fault" after an error in COMMON st... | Tobias Burnus | 1 | -4/+6 |
2012-09-02 | re PR fortran/54426 (FAIL: gfortran.dg/common_6.f90 -O (internal compiler e... | Tobias Burnus | 1 | -0/+35 |
2012-08-28 | re PR fortran/54384 (gfortran memory leaks) | Tobias Burnus | 1 | -0/+1 |
2012-08-27 | re PR fortran/41093 (memory leaks with gfc_namespace) | Tobias Burnus | 1 | -2/+11 |
2012-08-14 | re PR fortran/40881 ([F03] warn for obsolescent features) | Tobias Burnus | 1 | -5/+20 |