aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-29re PR fortran/38289 ("procedure( ), pointer" rejected)Janus Weil1-0/+1
2008-11-22re PR fortran/38160 (C Binding: Kind parameter checking too strict and too late)Tobias Burnus1-25/+14
2008-11-01re PR fortran/36322 (ICE with PROCEDURE using a complicated interface)Janus Weil1-0/+1
2008-09-21re PR fortran/37583 (ICE "insert_bbt(): Duplicate key" for self-calling ENTRY...Paul Thomas1-2/+1
2008-09-21decl.c (match_procedure_in_type): Changed misleading error message for not ye...Daniel Kraft1-2/+1
2008-09-02gfortran.h (struct gfc_namespace): New member `implicit_loc'.Daniel Kraft1-3/+13
2008-08-31gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.Daniel Kraft1-70/+219
2008-08-28gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.Daniel Kraft1-1/+1
2008-08-24re PR fortran/37201 (ICE in in gfc_conv_string_parameter)Tobias Burnus1-15/+20
2008-08-24gfortran.h (gfc_typebound_proc): New struct.Daniel Kraft1-15/+290
2008-08-23gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil1-7/+7
2008-08-22gfortran.h (in_prefix): Removed from this header.Daniel Kraft1-8/+6
2008-08-22re PR fortran/32095 (Accepts invalid character(len(a)),dimension(1) :: a)Daniel Kraft1-3/+25
2008-08-08re PR fortran/37011 (F2003, type extension: multiple inheritence not rejected)Paul Thomas1-4/+5
2008-08-08gfortran.h (gfc_finalizer): Replaced member `procedure' by two new members `p...Daniel Kraft1-2/+4
2008-07-29trans-expr.c (conv_parent_component_references): New function to build missin...Paul Thomas1-3/+88
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-23/+23
2008-07-24re PR fortran/33141 (Intrinsic procedures: Improve warning/error with -std=*)Daniel Kraft1-2/+24
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-3/+3
2008-07-19gfortran.h (new): Remove macro.Kaveh R. Ghazi1-27/+27
2008-07-19gfortran.h (operator): Remove macro.Kaveh R. Ghazi1-5/+5
2008-07-02re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers)Janus Weil1-1/+41
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-5/+5
2008-06-18PR fortran/36517, fortran/36492Daniel Kraft1-13/+45
2008-06-13re PR fortran/36476 (ICE: len=* CHARACTER array with separate PARAMETER state...Tobias Burnus1-2/+19
2008-06-08re PR fortran/36459 (Wrong interface use for PROCEDURE)Janus Weil1-2/+4
2008-06-02re PR fortran/36361 (attribute declaration outside of INTERFACE body)Janus Weil1-1/+1
2008-06-02gfortran.h: New statement-type ST_FINAL for FINAL declarations.Daniel Kraft1-0/+106
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-1/+1
2008-05-16re PR fortran/34325 (Wrong error message for syntax error)Jerry DeLisle1-0/+7
2008-05-06arith.c: (gfc_arith_concat...Francois-Xavier Coudert1-4/+5
2008-05-06openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and gfc_peek_ascii_char.Francois-Xavier Coudert1-29/+31
2008-05-01gfortran.h (struct gfc_symbol): Moving "interface" member to gfc_typespec (pl...Janus Weil1-8/+8
2008-03-06re PR fortran/33197 (Fortran 2008: math functions)Francois-Xavier Coudert1-6/+6
2008-02-29re PR fortran/35059 (Seg fault when max constructor limit reached)Jerry DeLisle1-0/+2
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-22/+11
2008-01-17re PR fortran/34429 (Fails: character(len=use_associated_const) function foo())Paul Thomas1-34/+79
2008-01-13re PR fortran/34763 (bare END not allowed in an interface block in a module p...Tobias Burnus1-5/+4
2007-12-25re PR fortran/34514 (Accepts invalid: Dimensions specified for N after initia...Tobias Burnus1-0/+15
2007-12-12re PR fortran/34254 ("character(kind=c_char) function" fails if c_char is not...Tobias Burnus1-3/+26
2007-12-11* decl.c (add_global_entry): Make type unsigned.Aldy Hernandez1-1/+1
2007-12-11decl.c (match_prefix): Make seen_type a boolean.Bernhard Fischer1-3/+5
2007-12-09re PR fortran/32129 (ICE: Procedure call with array-section-actual to scalar ...Paul Thomas1-0/+18
2007-11-30re PR fortran/34133 (Bind(c,name="") should be rejected for dummies; F2008: a...Tobias Burnus1-29/+62
2007-11-28re PR fortran/32928 (DATA statement with array element as initializer is reje...Jerry DeLisle1-0/+24
2007-11-27re PR fortran/33541 (gfortran wrongly imports renamed-use-associated symbol u...Paul Thomas1-2/+2
2007-11-25re PR fortran/33152 (Initialization/declaration problems in block data)Jerry DeLisle1-9/+0
2007-11-25re PR fortran/33499 (Rejects valid module with a contained function with an E...Paul Thomas1-9/+18
2007-11-24re PR fortran/34187 (BIND(C): Public generic with private bind(c) specific do...Tobias Burnus1-7/+4