summaryrefslogtreecommitdiff
path: root/gcc/fortran/class.c
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/52968 ([OOP] Call to type-bound procedure wrongly rejected)Janus Weil2012-04-161-4/+1
* re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin2012-03-041-0/+33
* re PR fortran/41587 ([OOP] ICE with ALLOCATABLE CLASS components)Mikael Morin2012-02-021-0/+123
* re PR fortran/52029 ([OOP] _copy should be PURE)Tobias Burnus2012-01-311-0/+1
* re PR fortran/52013 ([OOP] Polymorphism and coarrays: Support as class contai...Tobias Burnus2012-01-311-6/+8
* re PR fortran/51995 ([OOP] Polymorphic class fails at runtime)Tobias Burnus2012-01-251-1/+1
* re PR fortran/51995 ([OOP] Polymorphic class fails at runtime)Tobias Burnus2012-01-251-0/+2
* re PR fortran/51809 ([OOP] ICE (segfault) depending on USE statements order)Tobias Burnus2012-01-161-2/+2
* re PR fortran/48351 ([OOP] Realloc on assignment fails if parent component i...Paul Thomas2012-01-131-0/+1
* re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas2011-12-111-11/+173
* re PR fortran/48887 ([OOP] SELECT TYPE: Associate name shall not be a pointe...Tobias Burnus2011-12-031-2/+4
* re PR fortran/51207 ([OOP] Mark __def_init_... as FL_PARAMETER)Tobias Burnus2011-11-191-1/+2
* re PR fortran/50960 ([OOP] vtables not marked as constant)Janus Weil2011-11-091-1/+1
* re PR fortran/50919 ([OOP] Don't use vtable for NON_OVERRIDABLE TBP)Janus Weil2011-11-071-0/+4
* re PR fortran/50625 ([OOP] ALLOCATABLE attribute lost for module CLASS variab...Janus Weil2011-10-071-1/+1
* re PR fortran/49112 ([OOP] Missing type-bound procedure, "duplicate save" war...Janus Weil2011-06-211-2/+2
* re PR fortran/48291 ([OOP] internal compiler error, new_symbol(): Symbol name...Janus Weil2011-03-261-3/+3
* re PR fortran/47745 ([OOP] Segfault with CLASS(*) and derived type dummy argu...Janus Weil2011-02-161-0/+10
* re PR fortran/47728 ([OOP] ICE on invalid CLASS declaration)Janus Weil2011-02-141-1/+1
* class.c (gfc_build_class_symbol): Reject polymorphic arrays.Janus Weil2011-02-121-0/+6
* re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil2011-01-091-4/+7
* re PR fortran/47189 ([OOP] calling STORAGE_SIZE on a NULL-initialized class p...Janus Weil2011-01-071-4/+6
* re PR fortran/46448 ([OOP] symbol `__copy_...' is already defined)Janus Weil2011-01-041-0/+2
* re PR fortran/46408 ([OOP] Segfault when running gfortran.dg/class_allocate_6...Janus Weil2011-01-021-1/+1
* re PR fortran/46971 ([OOP] ICE on long class names)Janus Weil2010-12-311-6/+50
* re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil2010-11-091-37/+54
* re PR fortran/45451 ([OOP] Inconsistent status of ALLOCATABLE components insi...Janus Weil2010-11-051-13/+80
* re PR fortran/44541 ([OOP] wrong code for polymorphic variable with INTENT(OU...Janus Weil2010-09-011-1/+30
* re PR fortran/45271 ([OOP] Polymorphic code breaks when changing order of USE...Janus Weil2010-08-211-9/+8
* re PR fortran/42207 ([OOP] Compile-time errors on typed allocation and pointe...Janus Weil2010-08-041-8/+15
* re PR fortran/44584 (Invalid memory access with gfortran.dg/typebound_proc_15...Janus Weil2010-08-031-4/+2
* re PR fortran/44912 ([OOP] Segmentation fault on TBP)Janus Weil2010-08-011-0/+3
* re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...Mikael Morin2010-07-291-6/+16
* re PR fortran/44434 ([OOP] ICE in in gfc_add_component_ref)Janus Weil2010-07-131-293/+66
* class.c (gfc_add_component_ref,gfc_class_null_initializer, [...]): Moved here...Janus Weil2010-05-171-0/+797