aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/symbol.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-29re PR fortran/47601 ([OOP] Internal Error: mio_component_ref(): Component not...Janus Weil1-1/+1
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-21/+21
2011-01-26re PR fortran/47339 (Fortran 2003/2008: Valid NAMELIST rejected; Fortran 95: ...Tobias Burnus1-3/+8
2011-01-08re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)Paul Thomas1-1/+4
2011-01-08re PR fortran/45777 (Alias analysis broken for arrays where LHS or RHS is a c...Thomas Koenig1-35/+0
2011-01-07re PR fortran/47189 ([OOP] calling STORAGE_SIZE on a NULL-initialized class p...Janus Weil1-29/+0
2010-12-13re PR fortran/46884 (Use of charlen after free)Jakub Jelinek1-4/+14
2010-11-11symbol.c (verify_bind_c_derived_type): Accept BIND(C) on an empty derived type.Steven G. Kargl1-4/+15
2010-10-06symbol.c (gfc_copy_formal_args_ppc): Free previous formal arg list before ove...Mikael Morin1-0/+1
2010-10-06array.c (gfc_match_array_spec): Don't re-initialize cleared struct.Mikael Morin1-8/+1
2010-10-06symbol.c (free_entry_list): New function.Mikael Morin1-0/+17
2010-10-06symbol.c (free_components): Free list of formal args and formal namespace.Mikael Morin1-0/+3
2010-09-27re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION())Tobias Burnus1-0/+7
2010-08-21re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_...Tobias Burnus1-0/+1
2010-08-19re PR fortran/45290 ([F08] pointer initialization)Janus Weil1-6/+7
2010-08-17re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-0/+20
2010-08-15re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-0/+16
2010-08-04re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...Mikael Morin1-7/+5
2010-08-02re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...Mikael Morin1-0/+19
2010-07-31re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...Mikael Morin1-1/+1
2010-07-30gfortran.h (gfc_release_symbol): New prototype.Mikael Morin1-35/+28
2010-07-23re PR fortran/44709 (BLOCK and GOTO/EXIT/CYCLE)Daniel Kraft1-0/+21
2010-07-22re PR fortran/45019 (Aliasing of TARGET dummy argument not detected correctly)Tobias Burnus1-0/+11
2010-06-21re PR fortran/40632 (Support F2008's contiguous attribute)Tobias Burnus1-1/+20
2010-06-16re PR fortran/44549 ([OOP][F2008] Type-bound procedure: bogus error from list...Janus Weil1-1/+3
2010-06-10re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-0/+1
2010-06-092010-06-09 Steven G. KarglSteven G. Kargl1-1/+0
2010-06-08re PR fortran/44446 (Error with protected pocedure pointer)Tobias Burnus1-2/+0
2010-05-30gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil1-22/+4
2010-05-17class.c (gfc_add_component_ref,gfc_class_null_initializer, [...]): Moved here...Janus Weil1-691/+0
2010-05-15re PR fortran/43207 ([OOP] invalid (pointer) assignment to and from abstract ...Janus Weil1-6/+6
2010-05-05re PR fortran/43696 ([OOP] Bogus error: Passed-object dummy argument must not...Janus Weil1-0/+2
2010-04-29[multiple changes]Paul Thomas1-12/+361
2010-04-13[multiple changes]Jerry DeLisle1-22/+22
2010-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-2/+43
2010-04-01ioparm.def: Update copyright.Paul Thomas1-1/+2
2010-03-102010-03-10 Tobias Burnus <burnus@net-b.deTobias Burnus1-0/+2
2010-01-19re PR fortran/42545 (type extension: parent component has wrong accessibility)Janus Weil1-11/+5
2010-01-09[multiple changes]Tobias Burnus1-5/+5
2010-01-08re PR fortran/25829 ([F03] Asynchronous IO support)Tobias Burnus1-1/+32
2009-12-29re PR fortran/42353 ([OOP] Bogus Error: Name 'vtype$...' at (1) is an ambiguo...Janus Weil1-0/+2
2009-12-11re PR fortran/42335 ([OOP] ICE on CLASS IS (bad_identifier))Janus Weil1-1/+1
2009-12-08re PR fortran/41177 (Wrong base-object checks for type-bound procedures)Daniel Kraft1-0/+1
2009-11-30backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b...Janus Weil1-13/+219
2009-10-22re PR fortran/41781 ([OOP] bogus undefined label error with SELECT TYPE.)Janus Weil1-2/+9
2009-10-19re PR fortran/41755 (Segfault on invalid code)Tobias Burnus1-1/+1
2009-10-09re PR fortran/41579 ([OOP] Nesting of SELECT TYPE)Janus Weil1-5/+14
2009-10-07expr.c (gfc_check_pointer_assign): Do the correct type checking when CLASS va...Janus Weil1-6/+6
2009-10-05trans-expr.c (select_class_proc): New function.Paul Thomas1-1/+4
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus1-11/+43