aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/symbol.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-03lang.opt (Wc-binding-type): New flag.Tobias Burnus1-4/+6
2012-01-29PR 51808 Constify binding_label.Janne Blomqvist1-1/+1
2012-01-29PR 51808 Support arbitrarily long bind(C) binding labels.Janne Blomqvist1-8/+7
2012-01-21[multiple changes]Steven G. Kargl1-2/+5
2011-12-08re PR fortran/51378 ([OOP] Structure constructor wrongly rejects parent compo...Tobias Burnus1-15/+15
2011-11-28re PR fortran/51308 (PARAMETER attribute conflicts with SAVE attribute)Tobias Burnus1-7/+3
2011-11-16re PR fortran/39427 (F2003: Procedures with same name as types/type construct...Tobias Burnus1-76/+168
2011-11-09symbol.c (clear_sym_mark, [...]): Remove functions.Tobias Burnus1-25/+57
2011-10-30symbol.c (gfc_free_charlen): Whitespace.Steven G. Kargl1-1/+2
2011-10-18re PR fortran/47023 (C_Sizeof: Rejects valid code)Janus Weil1-1/+1
2011-10-09Make-lang.in (F95_PARSER_OBJS, [...]): Add dependency on iso-c-binding.def an...Tobias Burnus1-2/+2
2011-09-29re PR fortran/50547 (dummy procedure argument of PURE shall be PURE)Janus Weil1-0/+1
2011-09-17re PR fortran/50403 (SIGSEGV in gfc_use_derived)Janus Weil1-1/+2
2011-09-15re PR fortran/50401 (SIGSEGV in resolve_transfer)Janus Weil1-0/+2
2011-09-13re PR fortran/50379 (ICE in gfc_typenode_for_spec at fortran/trans-types.c)Janus Weil1-3/+3
2011-08-26trans-decl.c (get_proc_pointer_decl): Set DECL_TLS_MODEL if threadprivate.Jakub Jelinek1-1/+2
2011-08-23re PR fortran/31600 (Better error message for redeclation of USEd symbols)Tobias Burnus1-1/+6
2011-08-18re PR fortran/50071 (gfortran does not distinguish labels in different type s...Mikael Morin1-5/+10
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