aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/symbol.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-15data.c: Remove trailing periods from error messages.Brooks Moses1-1/+1
2006-11-14re PR fortran/29657 (Don't allow SAVE for functions)Tobias Burnus1-1/+5
2006-11-09re PR fortran/29699 (ICE in trans-decl.c)Paul Thomas1-46/+17
2006-11-07re PR fortran/29601 (VOLATILE attribute and statement)Tobias Burnus1-3/+37
2006-10-08[multiple changes]Paul Thomas1-0/+2
2006-09-05re PR fortran/28908 (fold_convert fails for Fortran operator)Paul Thomas1-132/+23
2006-08-29re PR fortran/28788 (ICE on valid code)Paul Thomas1-12/+14
2006-08-24re PR fortran/28788 (ICE on valid code)Paul Thomas1-4/+53
2006-08-20re PR fortran/28601 (ICE on reexport of renamed type)Paul Thomas1-21/+79
2006-06-05re PR fortran/14067 (no warning when character data statement overflows decla...Paul Thomas1-3/+13
2006-05-30symbol.c (check_conflict): Allow external, function, and subroutine attribute...Asher Langton1-3/+0
2006-03-10symbol.c (check_conflict): Allow allocatable function results, except for ele...Erik Edelmann1-2/+3
2006-03-05re PR fortran/16136 (Conflicting attributes ALLOCATABLE, DUMMY (F2003))Erik Edelmann1-1/+24
2006-03-01re PR fortran/26393 (ICE with function returning variable lenght array)Paul Thomas1-0/+26