aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/primary.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-21re PR fortran/46060 ([F03] procedure pointer component referenced without arg...Janus Weil1-1/+16
2010-10-06primary.c (gfc_match_structure_constructor): Invert the assert logic.Mikael Morin1-3/+2
2010-10-06primary.c (gfc_free_structure_ctor_component): Also free the component struct...Mikael Morin1-0/+1
2010-09-23re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-20/+15
2010-08-27re PR fortran/43217 (Output of Hollerith constants which are not a multiple o...Jerry DeLisle1-4/+12
2010-08-19re PR fortran/45290 ([F08] pointer initialization)Janus Weil1-0/+1
2010-08-17re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-6/+2
2010-08-15re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-0/+7
2010-07-11re PR fortran/44869 ([OOP] generic TBPs not initialized properly)Janus Weil1-3/+3
2010-06-10re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-0/+6
2010-05-30gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil1-14/+12
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus1-1/+0
2010-05-19re PR fortran/38404 (Warning message identifies incorrect line)Daniel Franke1-4/+3
2010-04-13[multiple changes]Jerry DeLisle1-48/+18
2010-04-09re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-5/+43
2009-11-26re PR fortran/42048 ([F03] Erroneous syntax error message on TBP call)Janus Weil1-10/+22
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus1-14/+60
2009-09-05re PR fortran/41258 (internal compiler error: in find_typebound_proc_uop, at ...Paul Thomas1-1/+5
2009-08-27re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft1-1/+4
2009-08-25re PR fortran/41139 (a procedure pointer call as actual argument)Janus Weil1-4/+3
2009-08-21re PR fortran/41106 ([F03] Procedure Pointers with CHARACTER results)Janus Weil1-1/+3
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-12/+12
2009-07-13re PR fortran/40588 (Small bug in match_charkind_name)Tobias Burnus1-1/+1
2009-07-10re PR fortran/39334 (Recusive parameter kind produces segfault)Paul Thomas1-0/+3
2009-07-09re PR fortran/40646 ([F03] array-valued procedure pointer components)Janus Weil1-1/+4
2009-06-28re PR fortran/34112 (Add $!DEC ATTRIBUTE support for 32bit Windows' STDCALL)Tobias Burnus1-5/+5
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