Age | Commit message (Expand) | Author | Files | Lines |
2008-09-04 | rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_... | Ian Lance Taylor | 1 | -1/+1 |
2008-09-02 | gfortran.h (struct gfc_namespace): New member `implicit_loc'. | Daniel Kraft | 1 | -1/+16 |
2008-08-31 | gfortran.h (enum gfc_statement): New entry `ST_GENERIC'. | Daniel Kraft | 1 | -4/+1 |
2008-08-29 | re PR fortran/29635 (debug info of modules) | Jakub Jelinek | 1 | -0/+1 |
2008-08-28 | gfortran.h (enum expr_t): New value `EXPR_COMPCALL'. | Daniel Kraft | 1 | -3/+25 |
2008-08-25 | gfortran.h (gfc_find_component): Add new arguments. | Daniel Kraft | 1 | -10/+15 |
2008-08-24 | gfortran.h (gfc_typebound_proc): New struct. | Daniel Kraft | 1 | -0/+45 |
2008-08-23 | gfortran.h (gfc_component): Add field "symbol_attribute attr"... | Janus Weil | 1 | -34/+6 |
2008-08-22 | re PR fortran/30239 (duplicate data type assignment not detected) | Daniel Kraft | 1 | -2/+4 |
2008-08-22 | gfortran.h (in_prefix): Removed from this header. | Daniel Kraft | 1 | -1/+2 |
2008-08-22 | re PR fortran/32095 (Accepts invalid character(len(a)),dimension(1) :: a) | Daniel Kraft | 1 | -0/+33 |
2008-08-14 | re PR fortran/36705 (Procedure pointers with attributes statements) | Janus Weil | 1 | -8/+4 |
2008-08-08 | re PR fortran/37011 (F2003, type extension: multiple inheritence not rejected) | Paul Thomas | 1 | -0/+21 |
2008-08-08 | gfortran.h (gfc_finalizer): Replaced member `procedure' by two new members `p... | Daniel Kraft | 1 | -3/+6 |
2008-07-29 | trans-expr.c (conv_parent_component_references): New function to build missin... | Paul Thomas | 1 | -4/+31 |
2008-07-29 | gfortran.h (try): Remove macro. | Kaveh R. Ghazi | 1 | -50/+50 |
2008-07-21 | fmt_g0_3.f08: Fix typo in expected error message. | Ralf Wildenhues | 1 | -1/+1 |
2008-07-19 | gfortran.h (new): Remove macro. | Kaveh R. Ghazi | 1 | -5/+5 |
2008-07-19 | gfortran.h (operator): Remove macro. | Kaveh R. Ghazi | 1 | -2/+2 |
2008-07-19 | gfortran.h (protected): Remove macro. | Kaveh R. Ghazi | 1 | -15/+15 |
2008-07-02 | re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers) | Janus Weil | 1 | -23/+48 |
2008-06-20 | arith.c (hollerith2representation): Fix for -Wc++-compat. | Kaveh R. Ghazi | 1 | -7/+7 |
2008-06-02 | re PR fortran/36361 (attribute declaration outside of INTERFACE body) | Janus Weil | 1 | -0/+23 |
2008-06-02 | gfortran.h: New statement-type ST_FINAL for FINAL declarations. | Daniel Kraft | 1 | -0/+32 |
2008-05-28 | re PR fortran/36325 (specific or generic INTERFACE implies the EXTERNAL attri... | Janus Weil | 1 | -2/+5 |
2008-05-18 | re PR fortran/36251 (PUBLIC and PRIVATE abuse) | Tobias Burnus | 1 | -1/+17 |
2008-05-15 | New helper function to return the standard that supports this isocbinding sym... | Sa Liu | 1 | -1/+17 |
2008-05-06 | arith.c: (gfc_arith_concat... | Francois-Xavier Coudert | 1 | -2/+2 |
2008-03-28 | symbol.c (gfc_get_default_type): Fix error message... | Tobias Burnus | 1 | -1/+1 |
2008-02-24 | arith.c: Update copyright years. | Tobias Schlüter | 1 | -1/+1 |
2008-01-30 | re PR fortran/34975 (Bogus error with USEing modules) | Paul Thomas | 1 | -3/+3 |
2008-01-24 | re PR fortran/33375 (ICE (segfault) gfortran.dg/common_6.f90) | Daniel Franke | 1 | -5/+32 |
2008-01-17 | re PR fortran/33375 (ICE (segfault) gfortran.dg/common_6.f90) | H.J. Lu | 1 | -5/+5 |
2007-12-02 | re PR fortran/34186 (dump-parse-tree: ICE for ts->cl->length, if ts->cl == NULL) | Tobias Burnus | 1 | -2/+2 |
2007-11-30 | re PR fortran/34186 (dump-parse-tree: ICE for ts->cl->length, if ts->cl == NULL) | Tobias Burnus | 1 | -0/+2 |
2007-10-28 | re PR fortran/32147 (Module file change due to order of writting out changes) | Tobias Schlüter | 1 | -7/+7 |
2007-10-17 | re PR fortran/33760 (Bind(C): Using C_PTR as structure constructor gives an ICE) | Christopher D. Rickett | 1 | -3/+3 |
2007-10-15 | re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra... | Christopher D. Rickett | 1 | -0/+2 |
2007-09-20 | re PR fortran/33221 (Cannot declare variables of TYPE without components) | Francois-Xavier Coudert | 1 | -1/+1 |
2007-09-13 | symbol.c (gfc_add_elemental,gfc_add_pure,gfc_add_recursive): Allow prefixes o... | Tobias Burnus | 1 | -0/+18 |
2007-09-13 | re PR fortran/33412 (Bind(C): ELEMENTAL procedure conflicts with BIND(C)) | Tobias Burnus | 1 | -0/+1 |
2007-09-12 | re PR fortran/33284 (ENTRY and INTRINSIC with same name) | Tobias Burnus | 1 | -1/+2 |
2007-09-04 | decl.c (match_procedure_decl,match_procedure_in_interface, [...]): Handle PRO... | Janus Weil | 1 | -2/+96 |
2007-08-19 | [multiple changes] | Tobias Burnus | 1 | -0/+18 |
2007-08-13 | re PR fortran/32827 (IMPORT fails for TYPE when also used in INTERFACE) | Paul Thomas | 1 | -1/+4 |
2007-08-04 | re PR fortran/31214 (User-defined operator using entry leads to ICE) | Paul Thomas | 1 | -0/+14 |
2007-08-01 | arith.c: Change copyright header to refer to version 3 of the GNU General Pub... | Nick Clifton | 1 | -4/+3 |
2007-07-28 | gfortran.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-07-25 | c-common.c (fname_as_string, [...]): Constify. | Kaveh R. Ghazi | 1 | -6/+6 |
2007-07-24 | re PR fortran/31205 (aliased operator assignment produces wrong result) | Paul Thomas | 1 | -0/+29 |