aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-18re PR fortran/49400 ([F08] Proc-pointer declaration in BLOCK construct)Janus Weil1-0/+1
2011-06-02re PR fortran/37039 (Cray pointer with pointee DIMENSION statement after POIN...Asher Langton1-3/+4
2011-06-02re PR fortran/49265 (Double colon in procedure-stmt (generic interface))Steven G. Kargl1-1/+16
2011-05-29re PR fortran/45786 (Relational operators .eq. and == are not recognized as e...Thomas Koenig1-0/+11
2011-05-06re PR fortran/48858 (Incorrect error for same binding label on two generic in...Tobias Burnus1-4/+13
2011-04-30re PR fortran/48800 (ICE with non-allocatable/pointer deferred-shape array)Tobias Burnus1-1/+1
2011-04-26decl.c (gfc_match_end): Check that the block name starts with "block@".Thomas Koenig1-1/+1
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-11/+11
2011-03-29re PR fortran/48095 ([OOP] Invalid assignment to procedure pointer component ...Janus Weil1-2/+4
2011-02-16re PR fortran/47745 ([OOP] Segfault with CLASS(*) and derived type dummy argu...Janus Weil1-6/+12
2011-02-12class.c (gfc_build_class_symbol): Reject polymorphic arrays.Janus Weil1-5/+8
2011-01-08re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)Paul Thomas1-1/+7
2010-12-31re PR fortran/46971 ([OOP] ICE on long class names)Janus Weil1-41/+1
2010-11-09re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil1-2/+2
2010-11-08re PR fortran/46344 ([OOP] ICE with allocatable CLASS components)Janus Weil1-1/+7
2010-11-022010-11-02 Steven G.Steven G. Kargl1-14/+36
2010-10-21re PR fortran/46060 ([F03] procedure pointer component referenced without arg...Janus Weil1-0/+2
2010-10-07re PR fortran/45916 (ICE in match_procedure_in_type, at fortran/decl.c:7921)Mikael Morin1-5/+6
2010-10-06decl.c (match_procedure_in_type): Assertify if conditions.Mikael Morin1-6/+5
2010-08-19re PR fortran/45290 ([F08] pointer initialization)Janus Weil1-45/+54
2010-08-15re PR fortran/45211 (C interoperable error when compiling BIND(C) function in...Tobias Burnus1-2/+3
2010-08-15re PR fortran/45197 ([F2008] Allow IMPURE elemental procedures)Daniel Kraft1-22/+58
2010-08-13gfortran.h (array_type): New type `AS_IMPLIED_SHAPE'.Daniel Kraft1-0/+73
2010-07-28decl.c (free_value): Also free repeat field.Mikael Morin1-0/+1
2010-07-11re PR fortran/44869 ([OOP] generic TBPs not initialized properly)Janus Weil1-10/+10
2010-07-02re PR fortran/44662 (unitialized memory on testcases abstract_type_6.f03 and ...Mikael Morin1-1/+4
2010-06-26decl.c (gfc_match_decl_type_spec): Support TYPE(intrinsic-type-spec).Tobias Burnus1-15/+79
2010-06-25decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.Tobias Burnus1-0/+4
2010-06-25decl.c (gfc_match_entry): Allow END besides END SUBROUTINE/END FUNCTION for c...Tobias Burnus1-1/+8
2010-06-24re PR fortran/44614 ([OOP] Wrongly importing a symbol into an interface witho...Tobias Burnus1-1/+1
2010-06-21re PR fortran/40632 (Support F2008's contiguous attribute)Tobias Burnus1-5/+48
2010-06-16re PR fortran/44549 ([OOP][F2008] Type-bound procedure: bogus error from list...Janus Weil1-13/+13
2010-06-12re PR fortran/40117 ([OOP][F2008] Type-bound procedure: allow list after PROC...Janus Weil1-78/+83
2010-06-10re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-5/+20
2010-05-30gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil1-8/+5
2010-04-29[multiple changes]Paul Thomas1-2/+2
2010-04-13[multiple changes]Jerry DeLisle1-53/+39
2010-04-09re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-14/+72
2010-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-13/+75
2010-04-06re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...Tobias Burnus1-1/+8
2010-03-17re PR fortran/43331 (Cray pointers generate bogus IL for the middle-end)Tobias Burnus1-10/+2
2010-03-04re PR fortran/43244 (Invalid statement misinterpreted as FINAL declaration)Janus Weil1-0/+10
2010-02-11re PR fortran/43029 (enum_5.f90 ICE under valgrind)Jakub Jelinek1-4/+6
2010-02-10[multiple changes]Tobias Burnus1-1/+5
2010-02-01re PR fortran/42922 (Wrongly rejected derived types with default initializers...Tobias Burnus1-1/+2
2010-01-08re PR fortran/25829 ([F03] Asynchronous IO support)Tobias Burnus1-4/+85
2009-11-30backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b...Janus Weil1-88/+16
2009-11-28trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek1-2/+0
2009-11-25re PR fortran/41807 (data statement with nested type constructors)Jerry DeLisle1-1/+1
2009-10-17re PR fortran/41608 ([OOP] ICE with CLASS and invalid code)Janus Weil1-17/+44