aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-08re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-6/+196
2011-05-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+7
2011-05-21re PR fortran/48699 ([OOP] MOVE_ALLOC inside SELECT TYPE)Janus Weil1-1/+5
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-7/+7
2011-02-16re PR fortran/47745 ([OOP] Segfault with CLASS(*) and derived type dummy argu...Janus Weil1-5/+2
2011-01-28re PR fortran/45170 ([F2003] allocatable character lengths)Paul Thomas1-2/+3
2011-01-26re PR fortran/47339 (Fortran 2003/2008: Valid NAMELIST rejected; Fortran 95: ...Tobias Burnus1-7/+0
2011-01-13re PR fortran/45848 ([OOP] ICE on invalid code in fortran/symbol.c:2410)Tobias Burnus1-7/+7
2011-01-08re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)Paul Thomas1-2/+18
2010-12-30re PR fortran/47085 ([OOP] Problem in allocate( SOURCE=) for polymorphic com...Janus Weil1-1/+1
2010-12-11re PR fortran/46705 (Spurious "Missing '&' in continued character constant" w...Jerry DeLisle1-8/+9
2010-11-09re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil1-2/+2
2010-11-022010-11-02 Steven G.Steven G. Kargl1-4/+24
2010-11-01re PR fortran/46152 ([F03] ALLOCATE with type-spec fails for intrinsic types)Steven G. Kargl1-40/+37
2010-10-21re PR fortran/46060 ([F03] procedure pointer component referenced without arg...Janus Weil1-0/+5
2010-09-23re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-16/+2
2010-09-03re PR fortran/44602 ([F2008] EXIT: Jump to end of construct)Daniel Kraft1-9/+44
2010-08-29re PR fortran/45439 ([OOP] SELECT TYPE bogus complaint about INTENT)Janus Weil1-0/+1
2010-08-27re PR fortran/45432 (gfortran.dg/allocate_alloc_opt_9.f90: Segfault due to in...Janus Weil1-0/+4
2010-08-27re PR fortran/45420 ([OOP] polymorphic TBP call in a CLASS DEFAULT clause)Janus Weil1-0/+7
2010-08-26re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-0/+6
2010-08-17re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-4/+6
2010-07-30re PR fortran/44929 ([OOP] Parsing error of derived type name starting with ...Janus Weil1-20/+23
2010-07-25re PR fortran/44660 (ICE in resolve_equivalence())Mikael Morin1-3/+10
2010-07-23re PR fortran/44709 (BLOCK and GOTO/EXIT/CYCLE)Daniel Kraft1-2/+17
2010-07-21re PR fortran/44929 ([OOP] Parsing error of derived type name starting with ...Steven G. Kargl1-19/+19
2010-07-20re PR fortran/44929 ([OOP] Parsing error of derived type name starting with ...Steven G. Kargl1-19/+19
2010-07-19re PR fortran/44353 (rejects legal fortran)Paul Thomas1-0/+7
2010-07-18re PR fortran/44353 (rejects legal fortran)Paul Thomas1-7/+0
2010-07-11re PR fortran/44869 ([OOP] generic TBPs not initialized properly)Janus Weil1-2/+2
2010-07-08re PR fortran/44847 (ICE: OpenMP with Collapse clause and CYCLE stmt in loop)Jakub Jelinek1-12/+30
2010-06-15re PR fortran/43388 ([F2008][OOP] ALLOCATE with MOLD=)Janus Weil1-6/+50
2010-06-10re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-1/+93
2010-06-02re PR fortran/44371 (STOP parsing rejects valid code)Jerry DeLisle1-3/+3
2010-05-30gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil1-4/+4
2010-05-23re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle1-8/+16
2010-05-22re PR fortran/44212 ([OOP] ICE when defining a pointer component before defin...Janus Weil1-4/+12
2010-05-20re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle1-24/+30
2010-05-10re PR fortran/44044 ([OOP] SELECT TYPE with class-valued function)Janus Weil1-9/+4
2010-04-29[multiple changes]Paul Thomas1-1/+1
2010-04-14re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-2/+2
2010-04-13[multiple changes]Jerry DeLisle1-10/+10
2010-04-09re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-3/+10
2010-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+12
2010-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+1
2010-04-06re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...Tobias Burnus1-4/+275
2009-12-07re PR fortran/41940 (Improve error message for allocating scalar with shape)Daniel Franke1-0/+6
2009-11-30backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b...Janus Weil1-3/+16
2009-11-28trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek1-4/+1
2009-11-26re PR fortran/42048 ([F03] Erroneous syntax error message on TBP call)Janus Weil1-1/+2