Age | Commit message (Expand) | Author | Files | Lines |
2015-08-06 | Move one condition out of gfc_trans_scalar_assign | Mikael Morin | 1 | -9/+9 |
2015-08-03 | re PR fortran/66942 (trans-expr.c:5701 runtime error: member call on null poi... | Steven G. Kargl | 1 | -5/+5 |
2015-07-24 | Fix gfortran.dg/class_to_type_4.f90 deallocation code misordering failure | Mikael Morin | 1 | -1/+1 |
2015-07-17 | re PR fortran/66035 (gfortran ICE segfault) | Andre Vehreschild | 1 | -1/+25 |
2015-07-17 | Fix PR61831: Side-effect variable component deallocation | Mikael Morin | 1 | -42/+95 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -2/+1 |
2015-07-06 | re PR fortran/58586 (ICE with derived type with allocatable component passed ... | Andre Vehreschild | 1 | -5/+15 |
2015-06-23 | re PR fortran/64674 ([OOP] ICE in ASSOCIATE with class array) | Andre Vehreschild | 1 | -1/+2 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-15 | re PR fortran/44672 ([F08] ALLOCATE with SOURCE and no array-spec) | Andre Vehreschild | 1 | -4/+19 |
2015-06-11 | re PR fortran/66079 (memory leak with source allocation in internal subprogram) | Paul Thomas | 1 | -0/+14 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-05-16 | 2015-05-16 Mikael Morin <mikael@gcc.gnu.org | Mikael Morin | 1 | -4/+16 |
2015-05-09 | Fix fortran/65894 elemental procedures wrong-code | Mikael Morin | 1 | -17/+3 |
2015-04-27 | re PR fortran/59678 ([F03] Segfault on equalizing variables of a complex deri... | Andre Vehreschild | 1 | -2/+2 |
2015-04-23 | PF fortran/60322 | Andre Vehreschild | 1 | -10/+160 |
2015-03-24 | re PR fortran/55901 ([OOP] type is (character(len=*)) misinterpreted as array) | Andre Vehreschild | 1 | -40/+74 |
2015-03-24 | re PR fortran/64787 (Invalid code on sourced allocation of class(*) character... | Andre Vehreschild | 1 | -58/+207 |
2015-03-21 | trans-expr.c (gfc_get_tree_for_caf_expr): Reject unimplemented coindexed coar... | Tobias Burnus | 1 | -1/+56 |
2015-03-14 | re PR fortran/61138 (Wrong code with pointer-bounds remapping) | Mikael Morin | 1 | -0/+3 |
2015-03-10 | re PR fortran/65024 ([OOP] unlimited polymorphic pointer structure not built ... | Paul Thomas | 1 | -2/+4 |
2015-02-22 | re PR fortran/64980 (ICE in trans-expr.c) | Bernd Edlinger | 1 | -8/+2 |
2015-02-06 | re PR fortran/63205 ([OOP] Wrongly rejects type = class (for identical decla... | Paul Thomas | 1 | -6/+146 |
2015-02-05 | 2015-02-05 Paul Thomas <pault@gcc.gnu.org> | Paul Thomas | 1 | -3/+49 |
2015-02-02 | trans-decl.c (gfc_get_symbol_decl): Removed duplicate code. | Andre Vehreschild | 1 | -20/+20 |
2015-01-30 | Always pass explicit location to fatal_error. | Joseph Myers | 1 | -1/+1 |
2015-01-18 | [multiple changes] | Paul Thomas | 1 | -1/+85 |
2015-01-18 | re PR fortran/64578 ([OOP] Seg-fault and ICE with unlimited polymorphic array... | Paul Thomas | 1 | -2/+10 |
2015-01-17 | re PR fortran/64578 ([OOP] Seg-fault and ICE with unlimited polymorphic array... | Paul Thomas | 1 | -0/+2 |
2015-01-17 | re PR fortran/60357 ([F08] structure constructor with unspecified values for ... | Andre Vehreschild | 1 | -10/+150 |
2015-01-17 | re PR fortran/60334 (Segmentation fault on character pointer assignments) | Andre Vehreschild | 1 | -4/+12 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -1/+11 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-31 | trans-array.c (trans_array_bound_check): Use xasprintf instead of unchecked a... | Uros Bizjak | 1 | -22/+23 |
2014-12-19 | re PR fortran/64209 ([OOP] runtime segfault with CLASS(*), INTENT(OUT) dummy ... | Janus Weil | 1 | -0/+26 |
2014-12-17 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -2/+2 |
2014-12-16 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -4/+4 |
2014-12-16 | 2014-12-15 Tobias Burnus <burnus@net-b.de> | Tobias Burnus | 1 | -17/+10 |
2014-12-10 | re PR fortran/60718 (Test case gfortran.dg/select_type_4.f90 fails on ARM) | Bernd Edlinger | 1 | -0/+49 |
2014-12-03 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -2/+4 |
2014-11-30 | gfortran.h (gfc_option_t): Remove warn_aliasing, | Tobias Burnus | 1 | -3/+2 |
2014-11-22 | trans-expr.c (gfc_caf_get_image_index): Fix image calculation. | Tobias Burnus | 1 | -7/+11 |
2014-11-11 | [Fortran] PR 63701 Make sure variable is always used initialised | Kyrylo Tkachov | 1 | -1/+1 |
2014-10-09 | f95-lang.c (gfc_init_builtin_functions): Add more floating-point built-ins. | Francois-Xavier Coudert | 1 | -0/+5 |
2014-09-20 | trans-expr.c (gfc_reset_vptr): Fix comment whitespace. | Joost VandeVondele | 1 | -6/+6 |
2014-09-02 | re PR fortran/62270 (-Wlogical-not-parentheses warnings) | Marek Polacek | 1 | -1/+1 |
2014-08-30 | trans.h (gfc_caf_get_image_index, [...]): New prototypes. | Tobias Burnus | 1 | -0/+143 |
2014-08-15 | re PR fortran/62142 (internal compiler error: Segmentation fault (X = X - L*f... | Thomas Koenig | 1 | -2/+2 |
2014-08-15 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -1/+1 |