aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/class.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-14re PR fortran/80361 ([OOP] bogus recursive call to nonrecursive procedure wi...Janus Weil1-0/+1
2017-01-13Revert r244448Janne Blomqvist1-6/+6
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-6/+6
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-6/+6
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-6/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-09re PR fortran/61767 ([OOP] ICE in generate_finalization_wrapper at fortran/cl...Janus Weil1-14/+13
2016-12-06re PR fortran/78226 (Fill out location information everywhere)Andre Vehreschild1-0/+14
2016-11-22re PR fortran/78443 ([OOP] Incorrect behavior with non_overridable keyword)Janus Weil1-1/+1
2016-11-16re PR fortran/78356 ([OOP] segfault allocating polymorphic variable with poly...Andre Vehreschild1-2/+4
2016-11-12re PR fortran/77501 ([F03] ICE in gfc_match_generic, at fortran/decl.c:9429)Janus Weil1-11/+2
2016-11-09re PR fortran/71894 ([OOP] ICE in gfc_add_component_ref, at fortran/class.c:227)Janus Weil1-1/+2
2016-10-25re PR fortran/45516 ([F08] allocatable compontents of recursive type)Paul Thomas1-0/+81
2016-10-25re PR fortran/72770 (ICE in make_ssa_name_fn, at tree-ssanames.c:263)Andre Vehreschild1-14/+6
2016-10-23re PR fortran/69834 ([OOP] Collision in derived type hashes)Paul Thomas1-1/+23
2016-10-20class.c (gfc_build_class_symbol): Set the kind of _len to gfc_charlen_int_kin...Andre Vehreschild1-1/+1
2016-07-26re PR fortran/71862 (ICE in gfc_add_component_ref, at fortran/class.c:241)Steven G. Kargl1-6/+8
2016-06-19Use gfc_add_*_component defines where appropriateBernhard Reutner-Fischer1-2/+2
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-17/+15
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-08re PR fortran/68196 (ICE on function result with procedure pointer component)Paul Thomas1-0/+4
2015-08-03Fix random class_allocate_18.f90 failureMikael Morin1-0/+1
2015-07-13re PR fortran/64589 ([OOP] Linking error due to undefined integer symbol with...Andre Vehreschild1-4/+2
2015-03-24re PR fortran/64787 (Invalid code on sourced allocation of class(*) character...Andre Vehreschild1-2/+11
2015-01-26re PR fortran/64230 (Invalid memory reference in a compiler-generated finaliz...Janus Weil1-8/+27
2015-01-23re PR fortran/60922 (Memory leak with allocatable CLASS components)Janus Weil1-1/+1
2015-01-18[multiple changes]Paul Thomas1-16/+60
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-3/+3
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-9/+9
2014-04-10class.c (gfc_build_class_symbol): Append "_t" to target class names to make t...Bernd Edlinger1-2/+2
2014-02-28re PR fortran/60359 ([OOP] symbol `__io_MOD___copy_character_1' is already de...Janus Weil1-16/+16
2014-02-21re PR fortran/60234 ([OOP] ICE in generate_finalization_wrapper at fortran/cl...Janus Weil1-7/+18
2014-02-08re PR fortran/58470 ([OOP] ICE on invalid with FINAL procedure and type exten...Janus Weil1-2/+1
2014-01-07re PR fortran/59589 ([OOP] Memory leak when deallocating polymorphic)Janus Weil1-24/+21
2014-01-04re PR fortran/59547 ([OOP] Problem with using tbp specification function in m...Janus Weil1-1/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-18re PR fortran/59493 ([OOP] ICE: Segfault on Class(*) pointer association)Janus Weil1-28/+35
2013-12-15re PR fortran/59493 ([OOP] ICE: Segfault on Class(*) pointer association)Janus Weil1-1/+1
2013-10-22PR fortran 57893Paul Thomas1-11/+17
2013-09-25re PR fortran/58436 ([OOP] ICE (segfault) in generate_finalization_wrapper fo...Tobias Burnus1-0/+6
2013-09-16re PR fortran/58356 (ICE with finalization and type extension)Tobias Burnus1-0/+2
2013-08-09gfortran.h (gfc_get_code): Modified prototype.Janus Weil1-132/+48
2013-08-06re PR fortran/57306 ([OOP] [F08] ICE on valid with class pointer initialization)Janus Weil1-4/+8
2013-07-22re PR fortran/57906 (Coarray components: Assignment optimized away (gfortran....Tobias Burnus1-0/+1
2013-05-29re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-10/+8
2013-04-15class.c (gfc_find_intrinsic_vtab): Removed unused var.Tobias Burnus1-3/+1
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-46/+46
2013-03-312013-03-31 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-17/+26
2013-01-27[multiple changes]Paul Thomas1-1/+1