Age | Commit message (Expand) | Author | Files | Lines |
2013-05-22 | resolve.c (get_temp_from_expr): Change mangling to start always with a _. | Tobias Burnus | 1 | -1/+1 |
2013-05-22 | resolve.c (get_temp_from_expr): Fix temp var mangling. | Tobias Burnus | 1 | -1/+1 |
2013-05-22 | re PR fortran/57364 ([OOP] ICE gfc_enforce_clean_symbol_state) | Tobias Burnus | 1 | -0/+1 |
2013-05-20 | re PR fortran/48858 (Incorrect error for same binding label on two generic in... | Tobias Burnus | 1 | -75/+81 |
2013-05-20 | re PR fortran/48858 (Incorrect error for same binding label on two generic in... | Tobias Burnus | 1 | -1/+1 |
2013-05-20 | re PR fortran/48858 (Incorrect error for same binding label on two generic in... | Tobias Burnus | 1 | -100/+79 |
2013-05-05 | resolve.c (conformable_arrays): Avoid segfault when ar.start[i] == NULL. | Tobias Burnus | 1 | -0/+3 |
2013-05-02 | re PR fortran/57142 (SIZE/SHAPE overflow despite kind=8) | Tobias Burnus | 1 | -0/+1 |
2013-04-18 | expr.c (find_array_element): Don't copy expr. | Tobias Burnus | 1 | -0/+2 |
2013-04-16 | re PR fortran/39505 (Consider a 'no arg check' directive) | Tobias Burnus | 1 | -10/+87 |
2013-04-15 | class.c (gfc_find_intrinsic_vtab): Removed unused var. | Tobias Burnus | 1 | -0/+2 |
2013-04-12 | re PR fortran/56261 ([OOP] seg fault call procedure pointer on polymorphic ar... | Janus Weil | 1 | -149/+143 |
2013-04-11 | Replace enum gfc_try with bool type. | Janne Blomqvist | 1 | -873/+853 |
2013-03-25 | re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th... | Tobias Burnus | 1 | -587/+25 |
2013-03-18 | gfortran.h (gfc_option_t): Remove flag_whole_file. | Tobias Burnus | 1 | -10/+9 |
2013-03-10 | re PR fortran/56575 (An invalid OO code causes ICE) | Paul Thomas | 1 | -0/+2 |
2013-02-24 | resolve.c (generate_component_assignments): Don't use UTF-8 ligature in diagn... | Joseph Myers | 1 | -1/+1 |
2013-02-15 | re PR fortran/53818 (-finit-local-zero -fno-automatic: Function result cannot... | Tobias Burnus | 1 | -2/+3 |
2013-02-12 | re PR fortran/46952 ([OOP] Spurious "recursive call" error with type bound pr... | Janus Weil | 1 | -19/+21 |
2013-02-04 | re PR fortran/54195 ([OOP] IMPORT fails with GENERIC TBP: "is already present... | Mikael Morin | 1 | -1/+1 |
2013-02-04 | re PR fortran/54107 ([F03] Memory hog with abstract interface) | Mikael Morin | 1 | -6/+4 |
2013-01-29 | re PR fortran/54107 ([F03] Memory hog with abstract interface) | Janus Weil | 1 | -49/+39 |
2013-01-27 | [multiple changes] | Paul Thomas | 1 | -0/+7 |
2013-01-23 | re PR fortran/56081 (Seg fault ICE on select with bad case) | Janus Weil | 1 | -4/+15 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2013-01-09 | re PR fortran/55758 (LOGICAL and BIND(C): Reject kind=2/4/8/16 with -std=f200... | Tobias Burnus | 1 | -0/+26 |
2013-01-07 | re PR fortran/55763 (Issues with some simpler CLASS(*) programs) | Tobias Burnus | 1 | -9/+18 |
2013-01-07 | re PR fortran/55763 (Issues with some simpler CLASS(*) programs) | Tobias Burnus | 1 | -5/+9 |
2013-01-06 | re PR fortran/42769 ([OOP] ICE in resolve_typebound_procedure) | Mikael Morin | 1 | -1/+1 |
2013-01-04 | re PR fortran/55172 ([OOP] gfc_variable_attr(): Bad array reference in SELECT... | Paul Thomas | 1 | -2/+20 |
2012-12-23 | re PR fortran/54884 (Externally used PRIVATE module procedure wrongly marked ... | Tobias Burnus | 1 | -20/+0 |
2012-12-22 | re PR fortran/55763 (Issues with some simpler CLASS(*) programs) | Tobias Burnus | 1 | -1/+1 |
2012-12-21 | re PR fortran/55763 (Issues with some simpler CLASS(*) programs) | Paul Thomas | 1 | -3/+4 |
2012-12-20 | array.c (resolve_array_list): Apply C4106. | Paul Thomas | 1 | -11/+96 |
2012-12-16 | re PR fortran/55638 (Wrongly accepts INTENT + VALUE - and wrongly requires it... | Tobias Burnus | 1 | -2/+4 |
2012-12-05 | resolve.c (generate_component_assignments): Fix memleak. | Tobias Burnus | 1 | -1/+0 |
2012-12-03 | re PR fortran/37336 ([F03] Finish derived-type finalization) | Tobias Burnus | 1 | -0/+4 |
2012-12-02 | resolve.c (resolve_allocate_deallocate, [...]): Recover revisions 193568 and ... | Paul Thomas | 1 | -5/+13 |
2012-12-01 | re PR fortran/46897 ([OOP] type-bound defined ASSIGNMENT(=) not used for deri... | Alessandro Fanfarillo | 1 | -122/+566 |
2012-11-24 | re PR fortran/55314 (Rejects some valid ALLOCATE statements) | Thomas Koenig | 1 | -4/+12 |
2012-11-16 | re PR fortran/55297 ([OOP] type-bound operator clashes with abstract interface) | Janus Weil | 1 | -1/+1 |
2012-10-28 | re PR fortran/54958 (Wrongly rejects ac-implied-DO variables which also occur... | Tobias Burnus | 1 | -18/+22 |
2012-10-18 | re PR fortran/54884 (Externally used PRIVATE module procedure wrongly marked ... | Tobias Burnus | 1 | -15/+56 |
2012-10-06 | re PR fortran/54832 ([OOP] Type-bound operator not picked up with RESULT vari... | Janus Weil | 1 | -1/+2 |
2012-10-04 | expr.c (scalarize_intrinsic_call): Plug memory leak. | Tobias Burnus | 1 | -4/+17 |
2012-09-30 | re PR fortran/54667 ([OOP] gimplification failure with c_f_pointer) | Janus Weil | 1 | -18/+27 |
2012-09-23 | re PR fortran/54599 (Issues found in gfortran by the Coverity Scan) | Tobias Burnus | 1 | -1/+1 |
2012-09-17 | error.c (error_print): Move increment out of the assert. | Tobias Burnus | 1 | -1/+1 |
2012-09-17 | re PR fortran/54594 ([OOP] Type-bound ASSIGNMENTs (elemental + array version)... | Janus Weil | 1 | -1/+1 |
2012-09-13 | re PR fortran/54556 (Marking implicitly pure variables as DECL_PURE_P leads t... | Tobias Burnus | 1 | -6/+7 |