aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/symbol.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2008-01-30re PR fortran/34975 (Bogus error with USEing modules)Paul Thomas1-3/+3
2008-01-24re PR fortran/33375 (ICE (segfault) gfortran.dg/common_6.f90)Daniel Franke1-5/+32
2008-01-17re PR fortran/33375 (ICE (segfault) gfortran.dg/common_6.f90)H.J. Lu1-5/+5
2007-12-02re PR fortran/34186 (dump-parse-tree: ICE for ts->cl->length, if ts->cl == NULL)Tobias Burnus1-2/+2
2007-11-30re PR fortran/34186 (dump-parse-tree: ICE for ts->cl->length, if ts->cl == NULL)Tobias Burnus1-0/+2
2007-10-28re PR fortran/32147 (Module file change due to order of writting out changes)Tobias Schlüter1-7/+7
2007-10-17re PR fortran/33760 (Bind(C): Using C_PTR as structure constructor gives an ICE)Christopher D. Rickett1-3/+3
2007-10-15re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Christopher D. Rickett1-0/+2
2007-09-20re PR fortran/33221 (Cannot declare variables of TYPE without components)Francois-Xavier Coudert1-1/+1
2007-09-13symbol.c (gfc_add_elemental,gfc_add_pure,gfc_add_recursive): Allow prefixes o...Tobias Burnus1-0/+18
2007-09-13re PR fortran/33412 (Bind(C): ELEMENTAL procedure conflicts with BIND(C))Tobias Burnus1-0/+1
2007-09-12re PR fortran/33284 (ENTRY and INTRINSIC with same name)Tobias Burnus1-1/+2
2007-09-04decl.c (match_procedure_decl,match_procedure_in_interface, [...]): Handle PRO...Janus Weil1-2/+96
2007-08-19[multiple changes]Tobias Burnus1-0/+18
2007-08-13re PR fortran/32827 (IMPORT fails for TYPE when also used in INTERFACE)Paul Thomas1-1/+4
2007-08-04re PR fortran/31214 (User-defined operator using entry leads to ICE)Paul Thomas1-0/+14
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-28gfortran.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-6/+6
2007-07-24re PR fortran/31205 (aliased operator assignment produces wrong result)Paul Thomas1-0/+29
2007-07-23re PR fortran/32797 ([ISO C Binding] Internal Error: gfc_basic_typename(): Un...Christopher D. Rickett1-2/+6
2007-07-21re PR fortran/32627 ([ISO Bind C] Accept c_f_pointer for TYPE)Christopher D. Rickett1-0/+3
2007-07-21re PR fortran/32801 (USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fa...Christopher D. Rickett1-5/+3
2007-07-19re PR fortran/32801 (USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fa...Christopher D. Rickett1-1/+3
2007-07-12re PR fortran/32599 ([ISO C Binding] Accepts character with len /= 1)Christopher D. Rickett1-3/+2
2007-07-06re PR fortran/32633 (bogus error)Daniel Franke1-10/+34
2007-07-05re PR fortran/32359 (incorrect error: Threadprivate isn't SAVEd (implicit sav...Tobias Burnus1-2/+2
2007-07-03re PR fortran/32579 (problem using iso_c_binding (II))Christopher D. Rickett1-8/+22
2007-07-02[multiple changes]Christopher D. Rickett1-10/+954
2007-06-24re PR fortran/32460 (structure constructor not allowed if a USEd type has pri...Tobias Burnus1-1/+4
2007-06-22re PR fortran/31473 (gfortran does not detect duplicate EXTERNAL or INTRINSIC...Daniel Franke1-8/+5
2007-06-07decl.c: Miscellaneous whitespace fixes.Steven G. Kargl1-128/+138
2007-05-27re PR fortran/32088 (ICE (doesn't occur if given function standalone instead ...Tobias Burnus1-4/+9
2007-05-18re PR fortran/24633 (MODULE attribute conflicts with PROCEDURE attribute)Daniel Franke1-3/+8
2007-05-11re PR fortran/30878 (Rejects function f1; namelist /nml/ f1)Paul Thomas1-0/+1
2007-04-17arith.h: Update copyright years.Tobias Schlüter1-2/+2
2007-04-07re PR fortran/31293 (Implicit character and array returning functions)Paul Thomas1-0/+31
2007-03-30symbol.c (gfc_find_gsymbol): Simplify, don't unconditionally descend into all...Tobias Schlüter1-9/+8
2007-03-18re PR fortran/30531 ([4.2 only] allocatable component and intent(out) yield I...Paul Thomas1-6/+9
2007-02-20re PR fortran/30522 (Host-/use-associated VOLATILE variable: volatile scope, ...Tobias Burnus1-12/+6
2007-01-31re PR fortran/30520 (Conflics checking of VOLATILE attribute needs improvement)Tobias Burnus1-4/+8
2007-01-20gfortran.h (gfc_options_t): Add flag_allow_leading_underscore.Francois-Xavier Coudert1-0/+6
2007-01-05symbol.c (check_conflict): Fix error message.Tobias Burnus1-1/+1
2007-01-05re PR fortran/29624 (Fortran 2003: Support intent for pointers)Tobias Burnus1-4/+5
2006-12-10re PR fortran/23994 (PROTECTED attribute (F2003) is not implemented)Tobias Burnus1-1/+27
2006-12-09re PR other/29975 ([meta-bugs] ICEs with CP2K)Paul Thomas1-3/+7
2006-12-09re PR fortran/29464 ([4.1 only] problem with duplicate USE, ONLY of procedure...Paul Thomas1-1/+2
2006-12-03re PR fortran/29642 (Fortran 2003: VALUE Attribute (call by value not call by...Paul Thomas1-1/+41
2006-11-20symbol.c (check_conflict): Add conflict between VOLATILE attribute and progra...Tobias Burnus1-0/+1