aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/symbol.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-04rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor1-1/+1
2008-09-02gfortran.h (struct gfc_namespace): New member `implicit_loc'.Daniel Kraft1-1/+16
2008-08-31gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.Daniel Kraft1-4/+1
2008-08-29re PR fortran/29635 (debug info of modules)Jakub Jelinek1-0/+1
2008-08-28gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.Daniel Kraft1-3/+25
2008-08-25gfortran.h (gfc_find_component): Add new arguments.Daniel Kraft1-10/+15
2008-08-24gfortran.h (gfc_typebound_proc): New struct.Daniel Kraft1-0/+45
2008-08-23gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil1-34/+6
2008-08-22re PR fortran/30239 (duplicate data type assignment not detected)Daniel Kraft1-2/+4
2008-08-22gfortran.h (in_prefix): Removed from this header.Daniel Kraft1-1/+2
2008-08-22re PR fortran/32095 (Accepts invalid character(len(a)),dimension(1) :: a)Daniel Kraft1-0/+33
2008-08-14re PR fortran/36705 (Procedure pointers with attributes statements)Janus Weil1-8/+4
2008-08-08re PR fortran/37011 (F2003, type extension: multiple inheritence not rejected)Paul Thomas1-0/+21
2008-08-08gfortran.h (gfc_finalizer): Replaced member `procedure' by two new members `p...Daniel Kraft1-3/+6
2008-07-29trans-expr.c (conv_parent_component_references): New function to build missin...Paul Thomas1-4/+31
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-50/+50
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-1/+1
2008-07-19gfortran.h (new): Remove macro.Kaveh R. Ghazi1-5/+5
2008-07-19gfortran.h (operator): Remove macro.Kaveh R. Ghazi1-2/+2
2008-07-19gfortran.h (protected): Remove macro.Kaveh R. Ghazi1-15/+15
2008-07-02re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers)Janus Weil1-23/+48
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-7/+7
2008-06-02re PR fortran/36361 (attribute declaration outside of INTERFACE body)Janus Weil1-0/+23
2008-06-02gfortran.h: New statement-type ST_FINAL for FINAL declarations.Daniel Kraft1-0/+32
2008-05-28re PR fortran/36325 (specific or generic INTERFACE implies the EXTERNAL attri...Janus Weil1-2/+5
2008-05-18re PR fortran/36251 (PUBLIC and PRIVATE abuse)Tobias Burnus1-1/+17
2008-05-15New helper function to return the standard that supports this isocbinding sym...Sa Liu1-1/+17
2008-05-06arith.c: (gfc_arith_concat...Francois-Xavier Coudert1-2/+2
2008-03-28symbol.c (gfc_get_default_type): Fix error message...Tobias Burnus1-1/+1
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