summaryrefslogtreecommitdiff
path: root/gcc/fortran/primary.c
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/48720 (quad precision literals do not work)Steven G. Kargl2011-05-031-0/+35
* convert each use of gfc_free (p) to free (p)Jim Meyering2011-04-181-2/+2
* re PR fortran/48095 ([OOP] Invalid assignment to procedure pointer component ...Janus Weil2011-03-291-7/+1
* re PR fortran/47789 ([F03] Structure constructor of type extending DT with no...Janus Weil2011-02-181-0/+6
* re PR fortran/47745 ([OOP] Segfault with CLASS(*) and derived type dummy argu...Janus Weil2011-02-161-1/+1
* re PR fortran/47728 ([OOP] ICE on invalid CLASS declaration)Janus Weil2011-02-141-2/+2
* re PR fortran/47399 ([OOP] ICE with TBP of a PARAMETER)Tobias Burnus2011-01-221-1/+4
* re PR fortran/47085 ([OOP] Problem in allocate( SOURCE=) for polymorphic com...Janus Weil2010-12-301-1/+2
* re PR fortran/46705 (Spurious "Missing '&' in continued character constant" w...Jerry DeLisle2010-12-111-3/+3
* re PR fortran/46370 ([Coarray] [OOP] ALLOCATE: Error allocating CLASS coarrays)Tobias Burnus2010-12-111-1/+5
* re PR fortran/46060 ([F03] procedure pointer component referenced without arg...Janus Weil2010-10-211-1/+16
* primary.c (gfc_match_structure_constructor): Invert the assert logic.Mikael Morin2010-10-061-3/+2
* primary.c (gfc_free_structure_ctor_component): Also free the component struct...Mikael Morin2010-10-061-0/+1
* re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft2010-09-231-20/+15
* re PR fortran/43217 (Output of Hollerith constants which are not a multiple o...Jerry DeLisle2010-08-271-4/+12
* re PR fortran/45290 ([F08] pointer initialization)Janus Weil2010-08-191-0/+1
* re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft2010-08-171-6/+2
* re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft2010-08-151-0/+7
* re PR fortran/44869 ([OOP] generic TBPs not initialized properly)Janus Weil2010-07-111-3/+3
* re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft2010-06-101-0/+6
* gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil2010-05-301-14/+12
* gfortran.h: Do not include system.h.Tobias Burnus2010-05-231-1/+0
* re PR fortran/38404 (Warning message identifies incorrect line)Daniel Franke2010-05-191-4/+3
* [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