summaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
Commit message (Expand)AuthorAgeFilesLines
...
* re PR fortran/47085 ([OOP] Problem in allocate( SOURCE=) for polymorphic com...Janus Weil2010-12-301-1/+1
* re PR fortran/46705 (Spurious "Missing '&' in continued character constant" w...Jerry DeLisle2010-12-111-8/+9
* re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil2010-11-091-2/+2
* 2010-11-02 Steven G.Steven G. Kargl2010-11-021-4/+24
* re PR fortran/46152 ([F03] ALLOCATE with type-spec fails for intrinsic types)Steven G. Kargl2010-11-011-40/+37
* re PR fortran/46060 ([F03] procedure pointer component referenced without arg...Janus Weil2010-10-211-0/+5
* re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft2010-09-231-16/+2
* re PR fortran/44602 ([F2008] EXIT: Jump to end of construct)Daniel Kraft2010-09-031-9/+44
* re PR fortran/45439 ([OOP] SELECT TYPE bogus complaint about INTENT)Janus Weil2010-08-291-0/+1
* re PR fortran/45432 (gfortran.dg/allocate_alloc_opt_9.f90: Segfault due to in...Janus Weil2010-08-271-0/+4
* re PR fortran/45420 ([OOP] polymorphic TBP call in a CLASS DEFAULT clause)Janus Weil2010-08-271-0/+7
* re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft2010-08-261-0/+6
* re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft2010-08-171-4/+6
* re PR fortran/44929 ([OOP] Parsing error of derived type name starting with ...Janus Weil2010-07-301-20/+23
* re PR fortran/44660 (ICE in resolve_equivalence())Mikael Morin2010-07-251-3/+10
* re PR fortran/44709 (BLOCK and GOTO/EXIT/CYCLE)Daniel Kraft2010-07-231-2/+17
* re PR fortran/44929 ([OOP] Parsing error of derived type name starting with ...Steven G. Kargl2010-07-211-19/+19
* re PR fortran/44929 ([OOP] Parsing error of derived type name starting with ...Steven G. Kargl2010-07-201-19/+19
* re PR fortran/44353 (rejects legal fortran)Paul Thomas2010-07-191-0/+7
* re PR fortran/44353 (rejects legal fortran)Paul Thomas2010-07-181-7/+0
* re PR fortran/44869 ([OOP] generic TBPs not initialized properly)Janus Weil2010-07-111-2/+2
* re PR fortran/44847 (ICE: OpenMP with Collapse clause and CYCLE stmt in loop)Jakub Jelinek2010-07-081-12/+30
* re PR fortran/43388 ([F2008][OOP] ALLOCATE with MOLD=)Janus Weil2010-06-151-6/+50
* re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft2010-06-101-1/+93
* re PR fortran/44371 (STOP parsing rejects valid code)Jerry DeLisle2010-06-021-3/+3
* gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil2010-05-301-4/+4
* re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle2010-05-231-8/+16
* re PR fortran/44212 ([OOP] ICE when defining a pointer component before defin...Janus Weil2010-05-221-4/+12
* re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle2010-05-201-24/+30
* re PR fortran/44044 ([OOP] SELECT TYPE with class-valued function)Janus Weil2010-05-101-9/+4
* [multiple changes]Paul Thomas2010-04-291-1/+1
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2010-04-141-2/+2
* [multiple changes]Jerry DeLisle2010-04-131-10/+10
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2010-04-091-3/+10
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2010-04-061-0/+12
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2010-04-061-1/+1
* re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...Tobias Burnus2010-04-061-4/+275
* re PR fortran/41940 (Improve error message for allocating scalar with shape)Daniel Franke2009-12-071-0/+6
* backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b...Janus Weil2009-11-301-3/+16
* trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek2009-11-281-4/+1
* re PR fortran/42048 ([F03] Erroneous syntax error message on TBP call)Janus Weil2009-11-261-1/+2
* re PR fortran/42048 ([F03] Erroneous syntax error message on TBP call)Janus Weil2009-11-151-1/+1
* re PR fortran/41758 ([Cleanup] Don't resolve expr in gfc_match_allocate)Janus Weil2009-10-231-75/+1
* re PR fortran/41706 ([OOP] Calling one TBP as an actual argument of another TBP)Janus Weil2009-10-211-3/+4
* re PR fortran/41755 (Segfault on invalid code)Tobias Burnus2009-10-191-1/+4
* re PR fortran/41608 ([OOP] ICE with CLASS and invalid code)Janus Weil2009-10-171-0/+1
* re PR fortran/41579 ([OOP] Nesting of SELECT TYPE)Janus Weil2009-10-091-10/+36
* expr.c (gfc_check_pointer_assign): Do the correct type checking when CLASS va...Janus Weil2009-10-071-15/+27
* re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus2009-09-301-61/+272
* re PR fortran/39626 (Correctly implement details of Fortran 2008 BLOCK constr...Daniel Kraft2009-09-291-0/+24