aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/class.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-16re PR fortran/55983 (ICE in find_typebound_proc_uop, at fortran/class.c:2711)Janus Weil1-5/+7
2013-01-12re PR fortran/55868 (gfortran generates for CLASS(*) __m_MOD___vtab__$tar o...Paul Thomas1-2/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-07re PR fortran/55852 (internal compiler error: in gfc_build_intrinsic_call, at...Tobias Burnus1-137/+50
2013-01-05re PR fortran/55827 (ICE with multiple fortran modules and character lenght d...Steven G. Kargl1-1/+17
2013-01-05class.c (finalize_component): Used passed offset expr.Tobias Burnus1-166/+587
2013-01-04class.c (gfc_find_intrinsic_vtab): Add _final component.Tobias Burnus1-1/+10
2013-01-04re PR fortran/55854 (ICE on intent(out) dummy argument with unlimited polymor...Tobias Burnus1-8/+4
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-38/+325
2012-12-03re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-0/+42
2012-12-03re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-104/+442
2012-09-15arith.c (arith_power): Call gfc_free_expr in case of error.Tobias Burnus1-1/+4
2012-09-03re PR fortran/54467 (f951: internal compiler error: in gfc_add_component_ref,...Tobias Burnus1-1/+1
2012-09-03class.c (gfc_find_derived_vtab): Disable ABI-breaking generation of the "_fin...Tobias Burnus1-1/+4
2012-09-03class.c (finalize_component): Fixes to the comment.Tobias Burnus1-2/+2
2012-09-03[multiple changes]Tobias Burnus1-4/+725
2012-07-20re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-3/+7
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2012-04-16re PR fortran/52968 ([OOP] Call to type-bound procedure wrongly rejected)Janus Weil1-4/+1
2012-03-04re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin1-0/+33