summaryrefslogtreecommitdiff
path: root/gcc/fortran/primary.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple changes]Jerry DeLisle2010-04-131-48/+18
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2010-04-091-5/+43
* re PR fortran/42048 ([F03] Erroneous syntax error message on TBP call)Janus Weil2009-11-261-10/+22
* re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus2009-09-301-14/+60
* re PR fortran/41258 (internal compiler error: in find_typebound_proc_uop, at ...Paul Thomas2009-09-051-1/+5
* re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft2009-08-271-1/+4
* re PR fortran/41139 (a procedure pointer call as actual argument)Janus Weil2009-08-251-4/+3
* re PR fortran/41106 ([F03] Procedure Pointers with CHARACTER results)Janus Weil2009-08-211-1/+3
* re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil2009-08-131-12/+12
* re PR fortran/40588 (Small bug in match_charkind_name)Tobias Burnus2009-07-131-1/+1
* re PR fortran/39334 (Recusive parameter kind produces segfault)Paul Thomas2009-07-101-0/+3
* re PR fortran/40646 ([F03] array-valued procedure pointer components)Janus Weil2009-07-091-1/+4
* re PR fortran/34112 (Add $!DEC ATTRIBUTE support for 32bit Windows' STDCALL)Tobias Burnus2009-06-281-5/+5
* re PR fortran/40176 (Fortran 2003: Procedure pointers with array return value)Janus Weil2009-05-251-2/+3
* re PR fortran/40164 (Fortran 2003: "Arrays of procedure pointers" (using PPCs))Janus Weil2009-05-181-1/+1
* re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil2009-05-061-17/+34
* gfortran.h (gfc_get_typebound_proc): Removed as macro, now a function.Daniel Kraft2009-04-241-6/+4
* re PR fortran/36704 (Procedure pointer as function result)Janus Weil2009-04-091-1/+30
* re PR fortran/39594 (compiler falls over in gfc_get_symbol_decl)Tobias Burnus2009-04-031-0/+7
* re PR fortran/38113 (on warning/error: skip whitespaces, move position marker...Mikael Morin2008-12-151-1/+2
* re PR fortran/36704 (Procedure pointer as function result)Janus Weil2008-12-021-2/+1
* re PR fortran/35770 (implicit character(s) hides type of internal function)Daniel Kraft2008-09-131-1/+4
* re PR fortran/36746 (Rejects variable which is implictly typed as derived typ...Daniel Kraft2008-09-051-4/+4
* gfortran.h (struct gfc_namespace): New member `implicit_loc'.Daniel Kraft2008-09-021-1/+10
* gfc-internals.texi (F2003 OOP), [...]): New chapter and section to document t...Daniel Kraft2008-09-011-1/+0
* gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.Daniel Kraft2008-08-311-16/+14
* gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.Daniel Kraft2008-08-281-13/+63
* gfortran.h (gfc_find_component): Add new arguments.Daniel Kraft2008-08-251-6/+8
* gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil2008-08-231-3/+3
* trans-expr.c (conv_parent_component_references): New function to build missin...Paul Thomas2008-07-291-105/+145
* re PR fortran/33141 (Intrinsic procedures: Improve warning/error with -std=*)Daniel Kraft2008-07-241-2/+2
* fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues2008-07-211-2/+2
* gfortran.h (protected): Remove macro.Kaveh R. Ghazi2008-07-191-1/+1
* re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers)Janus Weil2008-07-021-0/+27
* arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi2008-06-201-7/+6
* intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert2008-05-181-3/+3
* primary.c: New private structure "gfc_structure_ctor_component".Daniel Kraft2008-05-161-41/+206
* arith.c: (gfc_arith_concat...Francois-Xavier Coudert2008-05-061-8/+15
* openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and gfc_peek_ascii_char.Francois-Xavier Coudert2008-05-061-75/+98
* intrinsic.c (add_functions): Add SELECTED_CHAR_KIND intrinsic.François-Xavier Coudert2008-04-301-0/+3
* re PR fortran/34714 (ICE-on-invalid in gfc_conv_descriptor_dtype)Daniel Franke2008-03-281-2/+12
* arith.c: Update copyright years.Tobias Schlüter2008-02-241-1/+1
* re PR fortran/32760 (Error defining subroutine named PRINT)Paul Thomas2008-02-031-0/+8
* re PR fortran/34784 (implicit character(s) hides type of selected_int_kind in...Paul Thomas2008-01-201-0/+5
* re PR fortran/34760 (PRIVATE variable not allowed as STAT variable in ALLOCATE)Tobias Burnus2008-01-191-7/+17
* re PR fortran/34557 (Rejects valid: EQUIVALENCE of character substrings)Tobias Burnus2008-01-041-0/+2
* re PR fortran/34342 (BOZ extensions not diagnosed as such with -std=f95)Tobias Burnus2007-12-081-5/+6
* re PR fortran/34333 (if(nan == nan) wrongly returns TRUE, when nan is a param...Tobias Burnus2007-12-061-3/+14
* primary.c (gfc_match_structure_constructor): Allow constructor for types with...Tobias Burnus2007-11-221-1/+1
* re PR fortran/34137 (Module function with ENTRY rejected)Tobias Burnus2007-11-181-2/+1