aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-05gfortran.h (gfc_get_data_variable, [...]): Move to decl.c.Francois-Xavier Coudert1-6/+14
2007-10-04re PR fortran/33529 (Non-litteral CHARACTER kind values matching is wrong)Francois-Xavier Coudert1-46/+81
2007-10-02re PR fortran/33550 (ICE (segfault) when USEing ambiguous symbols)Paul Thomas1-1/+4
2007-10-02re PR fortran/31154 (IMPORT fails for "<imported symbol> FUNCTION (...)" kin...Paul Thomas1-17/+78
2007-09-20re PR fortran/33221 (Cannot declare variables of TYPE without components)Francois-Xavier Coudert1-3/+5
2007-09-05re PR fortran/31564 (Error: Type/rank mismatch in argument)Paul Thomas1-3/+18
2007-09-04decl.c (match_procedure_decl,match_procedure_in_interface, [...]): Handle PRO...Janus Weil1-0/+242
2007-09-02decl.c (match_string_p): New helper function to explicitly match a string of ...Roger Sayle1-44/+170
2007-08-29re PR fortran/33215 (Bind(C): Bugs with empty "name=": Creates wrong result a...Tobias Burnus1-11/+11
2007-08-24decl.c (variable_decl): Don't share charlen structs if length == NULL.Jakub Jelinek1-3/+4
2007-08-22decl.c (match_attr_spec): Pass on errors from gfc_match_bind_c.Janus Weil1-3/+8
2007-08-19[multiple changes]Tobias Burnus1-11/+2
2007-08-18[multiple changes]Tobias Burnus1-1/+8
2007-08-14re PR fortran/33066 ("type, bind(C) t": Diagnose missing "::")Francois-Xavier Coudert1-2/+5
2007-08-13re PR fortran/32827 (IMPORT fails for TYPE when also used in INTERFACE)Paul Thomas1-8/+15
2007-08-04re PR fortran/31214 (User-defined operator using entry leads to ICE)Paul Thomas1-0/+19
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-23re PR fortran/32797 ([ISO C Binding] Internal Error: gfc_basic_typename(): Un...Christopher D. Rickett1-0/+16
2007-07-12re PR fortran/31639 ([4.1/4.2/4.3] ICE in gfc_conv_constant, at fortran/trans...Daniel Franke1-6/+0
2007-07-12re PR fortran/32599 ([ISO C Binding] Accepts character with len /= 1)Christopher D. Rickett1-1/+18
2007-07-08re PR fortran/32644 ("CHARACTER*1, c" produces "Unclassifiable statement")Jerry DeLisle1-6/+2
2007-07-07decl.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-07-06re PR fortran/32633 (bogus error)Daniel Franke1-1/+2
2007-07-05re PR fortran/32359 (incorrect error: Threadprivate isn't SAVEd (implicit sav...Tobias Burnus1-0/+1
2007-07-04re PR fortran/32545 (Give an (compile time) error not a warning for wrong edi...Jerry DeLisle1-1/+2
2007-07-02[multiple changes]Christopher D. Rickett1-78/+1048
2007-06-21re PR fortran/25061 (procedure name conflict)Jerry DeLisle1-0/+8
2007-06-07decl.c: Miscellaneous whitespace fixes.Steven G. Kargl1-33/+30
2007-05-11re PR fortran/31474 (ENTRY & procedural pointer: insert_bbt(): Duplicate key ...Paul Thomas1-6/+17
2007-05-08re PR fortran/29397 (Constant logical expression with parameter array)Paul Thomas1-1/+38
2007-05-06re PR fortran/31251 (Non-integer character length leads to segfault)Jerry DeLisle1-1/+10
2007-04-15re PR fortran/31204 (wrong host association of implied loop variable)Paul Thomas1-0/+2
2007-04-12re PR fortran/31250 (Initialization expr as constant character length rejected)Tobias Schlüter1-10/+2
2007-04-12decl.c (gfc_match_end): Also check for construct name in END FORALL and END W...Tobias Schlüter1-1/+2
2007-04-12re PR fortran/31472 (gfortran does not detect the illegal use of an access sp...Tobias Burnus1-59/+94
2007-04-05re PR fortran/31292 (ICE with module procedure interface in a procedure body)Paul Thomas1-1/+10
2007-03-22re PR fortran/20897 (derived type name shall not be same as intrinsic type name)Tobias Schlüter1-2/+6
2007-03-15[multiple changes]Paul Thomas1-1/+29
2007-03-06gfortran.texi (Old-style kind specifications): Document special handling of o...Brooks Moses1-3/+3
2007-03-03re PR fortran/30873 ([4.1 only] ENTRY without explict RESULT does not work fo...Paul Thomas1-6/+0
2007-02-22gfortran.texi (Old-style kind specifications): Document special handling of o...Brooks Moses1-1/+3
2007-02-11re PR fortran/30478 (FAIL: gfortran.dg/enum_2.f90 -O (internal compiler err...Tobias Schlüter1-65/+109
2007-02-11re PR fortran/30554 ([4.1 only] ICE in mio_pointer_ref at module.c:1945)Paul Thomas1-1/+6
2007-01-31re PR fortran/30520 (Conflics checking of VOLATILE attribute needs improvement)Tobias Burnus1-1/+3
2007-01-07decl.c, [...]: Update Copyright dates.Steven G. Kargl1-281/+249
2007-01-05re PR fortran/23232 ([4.1 only] DATA implied DO variables)Paul Thomas1-4/+35
2006-12-20re PR fortran/29992 ([4.1 only] INTERFACE equivalent to MODULE PROCEDURE?!)Paul Thomas1-0/+2
2006-12-10re PR fortran/23994 (PROTECTED attribute (F2003) is not implemented)Tobias Burnus1-2/+85
2006-12-03re PR fortran/29642 (Fortran 2003: VALUE Attribute (call by value not call by...Paul Thomas1-1/+65
2006-11-15data.c: Remove trailing periods from error messages.Brooks Moses1-7/+7