aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/class.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-02re PR fortran/41587 ([OOP] ICE with ALLOCATABLE CLASS components)Mikael Morin1-0/+123
2012-01-31re PR fortran/52029 ([OOP] _copy should be PURE)Tobias Burnus1-0/+1
2012-01-31re PR fortran/52013 ([OOP] Polymorphism and coarrays: Support as class contai...Tobias Burnus1-6/+8
2012-01-25re PR fortran/51995 ([OOP] Polymorphic class fails at runtime)Tobias Burnus1-1/+1
2012-01-25re PR fortran/51995 ([OOP] Polymorphic class fails at runtime)Tobias Burnus1-0/+2
2012-01-16re PR fortran/51809 ([OOP] ICE (segfault) depending on USE statements order)Tobias Burnus1-2/+2
2012-01-13re PR fortran/48351 ([OOP] Realloc on assignment fails if parent component i...Paul Thomas1-0/+1
2011-12-11re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas1-11/+173
2011-12-03re PR fortran/48887 ([OOP] SELECT TYPE: Associate name shall not be a pointe...Tobias Burnus1-2/+4
2011-11-19re PR fortran/51207 ([OOP] Mark __def_init_... as FL_PARAMETER)Tobias Burnus1-1/+2
2011-11-09re PR fortran/50960 ([OOP] vtables not marked as constant)Janus Weil1-1/+1
2011-11-07re PR fortran/50919 ([OOP] Don't use vtable for NON_OVERRIDABLE TBP)Janus Weil1-0/+4
2011-10-07re PR fortran/50625 ([OOP] ALLOCATABLE attribute lost for module CLASS variab...Janus Weil1-1/+1
2011-06-21re PR fortran/49112 ([OOP] Missing type-bound procedure, "duplicate save" war...Janus Weil1-2/+2
2011-03-26re PR fortran/48291 ([OOP] internal compiler error, new_symbol(): Symbol name...Janus Weil1-3/+3
2011-02-16re PR fortran/47745 ([OOP] Segfault with CLASS(*) and derived type dummy argu...Janus Weil1-0/+10
2011-02-14re PR fortran/47728 ([OOP] ICE on invalid CLASS declaration)Janus Weil1-1/+1
2011-02-12class.c (gfc_build_class_symbol): Reject polymorphic arrays.Janus Weil1-0/+6
2011-01-09re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil1-4/+7
2011-01-07re PR fortran/47189 ([OOP] calling STORAGE_SIZE on a NULL-initialized class p...Janus Weil1-4/+6
2011-01-04re PR fortran/46448 ([OOP] symbol `__copy_...' is already defined)Janus Weil1-0/+2
2011-01-02re PR fortran/46408 ([OOP] Segfault when running gfortran.dg/class_allocate_6...Janus Weil1-1/+1
2010-12-31re PR fortran/46971 ([OOP] ICE on long class names)Janus Weil1-6/+50
2010-11-09re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil1-37/+54
2010-11-05re PR fortran/45451 ([OOP] Inconsistent status of ALLOCATABLE components insi...Janus Weil1-13/+80
2010-09-01re PR fortran/44541 ([OOP] wrong code for polymorphic variable with INTENT(OU...Janus Weil1-1/+30
2010-08-21re PR fortran/45271 ([OOP] Polymorphic code breaks when changing order of USE...Janus Weil1-9/+8
2010-08-04re PR fortran/42207 ([OOP] Compile-time errors on typed allocation and pointe...Janus Weil1-8/+15
2010-08-03re PR fortran/44584 (Invalid memory access with gfortran.dg/typebound_proc_15...Janus Weil1-4/+2
2010-08-01re PR fortran/44912 ([OOP] Segmentation fault on TBP)Janus Weil1-0/+3
2010-07-29re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...Mikael Morin1-6/+16
2010-07-13re PR fortran/44434 ([OOP] ICE in in gfc_add_component_ref)Janus Weil1-293/+66
2010-05-17class.c (gfc_add_component_ref,gfc_class_null_initializer, [...]): Moved here...Janus Weil1-0/+797