aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/primary.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-25re PR fortran/40176 (Fortran 2003: Procedure pointers with array return value)Janus Weil1-2/+3
2009-05-18re PR fortran/40164 (Fortran 2003: "Arrays of procedure pointers" (using PPCs))Janus Weil1-1/+1
2009-05-06re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil1-17/+34
2009-04-24gfortran.h (gfc_get_typebound_proc): Removed as macro, now a function.Daniel Kraft1-6/+4
2009-04-09re PR fortran/36704 (Procedure pointer as function result)Janus Weil1-1/+30
2009-04-03re PR fortran/39594 (compiler falls over in gfc_get_symbol_decl)Tobias Burnus1-0/+7
2008-12-15re PR fortran/38113 (on warning/error: skip whitespaces, move position marker...Mikael Morin1-1/+2
2008-12-02re PR fortran/36704 (Procedure pointer as function result)Janus Weil1-2/+1
2008-09-13re PR fortran/35770 (implicit character(s) hides type of internal function)Daniel Kraft1-1/+4
2008-09-05re PR fortran/36746 (Rejects variable which is implictly typed as derived typ...Daniel Kraft1-4/+4
2008-09-02gfortran.h (struct gfc_namespace): New member `implicit_loc'.Daniel Kraft1-1/+10
2008-09-01gfc-internals.texi (F2003 OOP), [...]): New chapter and section to document t...Daniel Kraft1-1/+0
2008-08-31gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.Daniel Kraft1-16/+14
2008-08-28gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.Daniel Kraft1-13/+63
2008-08-25gfortran.h (gfc_find_component): Add new arguments.Daniel Kraft1-6/+8
2008-08-23gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil1-3/+3
2008-07-29trans-expr.c (conv_parent_component_references): New function to build missin...Paul Thomas1-105/+145
2008-07-24re PR fortran/33141 (Intrinsic procedures: Improve warning/error with -std=*)Daniel Kraft1-2/+2
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-2/+2
2008-07-19gfortran.h (protected): Remove macro.Kaveh R. Ghazi1-1/+1
2008-07-02re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers)Janus Weil1-0/+27
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-7/+6
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-3/+3
2008-05-16primary.c: New private structure "gfc_structure_ctor_component".Daniel Kraft1-41/+206
2008-05-06arith.c: (gfc_arith_concat...Francois-Xavier Coudert1-8/+15
2008-05-06openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and gfc_peek_ascii_char.Francois-Xavier Coudert1-75/+98
2008-04-30intrinsic.c (add_functions): Add SELECTED_CHAR_KIND intrinsic.François-Xavier Coudert1-0/+3
2008-03-28re PR fortran/34714 (ICE-on-invalid in gfc_conv_descriptor_dtype)Daniel Franke1-2/+12
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2008-02-03re PR fortran/32760 (Error defining subroutine named PRINT)Paul Thomas1-0/+8
2008-01-20re PR fortran/34784 (implicit character(s) hides type of selected_int_kind in...Paul Thomas1-0/+5
2008-01-19re PR fortran/34760 (PRIVATE variable not allowed as STAT variable in ALLOCATE)Tobias Burnus1-7/+17
2008-01-04re PR fortran/34557 (Rejects valid: EQUIVALENCE of character substrings)Tobias Burnus1-0/+2
2007-12-08re PR fortran/34342 (BOZ extensions not diagnosed as such with -std=f95)Tobias Burnus1-5/+6
2007-12-06re PR fortran/34333 (if(nan == nan) wrongly returns TRUE, when nan is a param...Tobias Burnus1-3/+14
2007-11-22primary.c (gfc_match_structure_constructor): Allow constructor for types with...Tobias Burnus1-1/+1
2007-11-18re PR fortran/34137 (Module function with ENTRY rejected)Tobias Burnus1-2/+1
2007-10-02re PR fortran/33566 (fortran : wrong rank of derived type parameters array co...Paul Thomas1-7/+6
2007-09-22re PR fortran/33337 (ICE in gfc_finish_var_decl, at fortran/trans-decl.c:510)Paul Thomas1-7/+6
2007-09-05re PR fortran/31564 (Error: Type/rank mismatch in argument)Paul Thomas1-0/+29
2007-08-19primary.c (match_logical_constant_string): New function to match a ".true." o...Roger Sayle1-7/+36
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-27re PR fortran/32760 (Error defining subroutine named PRINT)Jerry DeLisle1-0/+3
2007-07-02[multiple changes]Christopher D. Rickett1-0/+25
2007-06-24re PR fortran/32460 (structure constructor not allowed if a USEd type has pri...Tobias Burnus1-0/+14
2007-06-08re PR fortran/32223 (Backslash handling inconsistent)Steven G. Kargl1-32/+2
2007-05-28gfortran.h (gfc_expr): Remove from_H, add "representation" struct.Brooks Moses1-10/+9
2007-05-11re PR fortran/30876 (Array valued recursive function rejected)Paul Thomas1-8/+7
2007-04-23primary.c (match_integer_constant): Mention -fno-range-check in the error mes...Tobias Burnus1-1/+2
2007-04-15re PR fortran/31204 (wrong host association of implied loop variable)Paul Thomas1-0/+38