summaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/36322 (ICE with PROCEDURE using a complicated interface)Janus Weil2008-11-011-0/+1
* re PR fortran/37583 (ICE "insert_bbt(): Duplicate key" for self-calling ENTRY...Paul Thomas2008-09-211-2/+1
* decl.c (match_procedure_in_type): Changed misleading error message for not ye...Daniel Kraft2008-09-211-2/+1
* gfortran.h (struct gfc_namespace): New member `implicit_loc'.Daniel Kraft2008-09-021-3/+13
* gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.Daniel Kraft2008-08-311-70/+219
* gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.Daniel Kraft2008-08-281-1/+1
* re PR fortran/37201 (ICE in in gfc_conv_string_parameter)Tobias Burnus2008-08-241-15/+20
* gfortran.h (gfc_typebound_proc): New struct.Daniel Kraft2008-08-241-15/+290
* gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil2008-08-231-7/+7
* gfortran.h (in_prefix): Removed from this header.Daniel Kraft2008-08-221-8/+6
* re PR fortran/32095 (Accepts invalid character(len(a)),dimension(1) :: a)Daniel Kraft2008-08-221-3/+25
* re PR fortran/37011 (F2003, type extension: multiple inheritence not rejected)Paul Thomas2008-08-081-4/+5
* gfortran.h (gfc_finalizer): Replaced member `procedure' by two new members `p...Daniel Kraft2008-08-081-2/+4
* trans-expr.c (conv_parent_component_references): New function to build missin...Paul Thomas2008-07-291-3/+88
* gfortran.h (try): Remove macro.Kaveh R. Ghazi2008-07-291-23/+23
* re PR fortran/33141 (Intrinsic procedures: Improve warning/error with -std=*)Daniel Kraft2008-07-241-2/+24
* fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues2008-07-211-3/+3
* gfortran.h (new): Remove macro.Kaveh R. Ghazi2008-07-191-27/+27
* gfortran.h (operator): Remove macro.Kaveh R. Ghazi2008-07-191-5/+5
* re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers)Janus Weil2008-07-021-1/+41
* arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi2008-06-201-5/+5
* PR fortran/36517, fortran/36492Daniel Kraft2008-06-181-13/+45
* re PR fortran/36476 (ICE: len=* CHARACTER array with separate PARAMETER state...Tobias Burnus2008-06-131-2/+19
* re PR fortran/36459 (Wrong interface use for PROCEDURE)Janus Weil2008-06-081-2/+4
* re PR fortran/36361 (attribute declaration outside of INTERFACE body)Janus Weil2008-06-021-1/+1
* gfortran.h: New statement-type ST_FINAL for FINAL declarations.Daniel Kraft2008-06-021-0/+106
* intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert2008-05-181-1/+1
* re PR fortran/34325 (Wrong error message for syntax error)Jerry DeLisle2008-05-161-0/+7
* arith.c: (gfc_arith_concat...Francois-Xavier Coudert2008-05-061-4/+5
* openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and gfc_peek_ascii_char.Francois-Xavier Coudert2008-05-061-29/+31
* gfortran.h (struct gfc_symbol): Moving "interface" member to gfc_typespec (pl...Janus Weil2008-05-011-8/+8
* re PR fortran/33197 (Fortran 2008: math functions)Francois-Xavier Coudert2008-03-061-6/+6
* re PR fortran/35059 (Seg fault when max constructor limit reached)Jerry DeLisle2008-02-291-0/+2
* arith.c: Update copyright years.Tobias Schlüter2008-02-241-1/+1
* re PR fortran/34975 (Bogus error with USEing modules)Paul Thomas2008-01-301-22/+11
* re PR fortran/34429 (Fails: character(len=use_associated_const) function foo())Paul Thomas2008-01-171-34/+79
* re PR fortran/34763 (bare END not allowed in an interface block in a module p...Tobias Burnus2008-01-131-5/+4
* re PR fortran/34514 (Accepts invalid: Dimensions specified for N after initia...Tobias Burnus2007-12-251-0/+15
* re PR fortran/34254 ("character(kind=c_char) function" fails if c_char is not...Tobias Burnus2007-12-121-3/+26
* * decl.c (add_global_entry): Make type unsigned.Aldy Hernandez2007-12-111-1/+1
* decl.c (match_prefix): Make seen_type a boolean.Bernhard Fischer2007-12-111-3/+5
* re PR fortran/32129 (ICE: Procedure call with array-section-actual to scalar ...Paul Thomas2007-12-091-0/+18
* re PR fortran/34133 (Bind(c,name="") should be rejected for dummies; F2008: a...Tobias Burnus2007-11-301-29/+62
* re PR fortran/32928 (DATA statement with array element as initializer is reje...Jerry DeLisle2007-11-281-0/+24
* re PR fortran/33541 (gfortran wrongly imports renamed-use-associated symbol u...Paul Thomas2007-11-271-2/+2
* re PR fortran/33152 (Initialization/declaration problems in block data)Jerry DeLisle2007-11-251-9/+0
* re PR fortran/33499 (Rejects valid module with a contained function with an E...Paul Thomas2007-11-251-9/+18
* re PR fortran/34187 (BIND(C): Public generic with private bind(c) specific do...Tobias Burnus2007-11-241-7/+4
* re PR fortran/34079 (Bind(C): Character argument/return value problems)Tobias Burnus2007-11-191-9/+55
* re PR fortran/34133 (Bind(c,name="") should be rejected for dummies; F2008: a...Tobias Burnus2007-11-171-3/+19