aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/parse.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-03re PR fortran/44602 ([F2008] EXIT: Jump to end of construct)Daniel Kraft1-0/+7
2010-08-17re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-10/+8
2010-08-15re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-40/+17
2010-08-04re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...Mikael Morin1-12/+4
2010-08-02re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...Mikael Morin1-16/+24
2010-07-31re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...Mikael Morin1-0/+4
2010-07-30gfortran.h (gfc_release_symbol): New prototype.Mikael Morin1-4/+1
2010-07-25re PR fortran/44660 (ICE in resolve_equivalence())Mikael Morin1-0/+4
2010-07-24re PR fortran/40011 (Problems with -fwhole-file)Tobias Burnus1-1/+5
2010-07-11re PR fortran/44869 ([OOP] generic TBPs not initialized properly)Janus Weil1-1/+1
2010-06-25parse.c (next_free, next_fixed): Allow ";" as first character.Tobias Burnus1-2/+8
2010-06-21re PR fortran/40632 (Support F2008's contiguous attribute)Tobias Burnus1-0/+2
2010-06-10re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-6/+102
2010-06-02re PR fortran/44360 (wrong-code: host-associated procedure wrongly favoured t...Tobias Burnus1-0/+1
2010-05-30gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil1-4/+2
2010-05-22re PR fortran/44212 ([OOP] ICE when defining a pointer component before defin...Janus Weil1-16/+0
2010-05-03re PR fortran/43592 (Unexpected INTERFACE statement in INTERFACE block at (1))Steven G. Kargl1-2/+2
2010-04-29[multiple changes]Paul Thomas1-0/+16
2010-04-07tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek1-30/+10
2010-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+2
2010-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+6
2010-04-06re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...Tobias Burnus1-6/+94
2010-04-01ioparm.def: Update copyright.Paul Thomas1-1/+1
2010-02-02re PR fortran/42650 (F90: DT function with in-line DT definition and RESULT i...Tobias Burnus1-1/+1
2010-01-08re PR fortran/25829 ([F03] Asynchronous IO support)Tobias Burnus1-0/+3
2009-12-10re PR fortran/41369 (Empty derived-type wrongly rejected as function return t...Daniel Franke1-1/+1
2009-11-28trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek1-3/+0
2009-10-19re PR fortran/41586 ([OOP] Allocatable _scalars_ are never auto-deallocated)Janus Weil1-0/+4
2009-10-17re PR fortran/41608 ([OOP] ICE with CLASS and invalid code)Janus Weil1-1/+3
2009-10-09re PR fortran/41579 ([OOP] Nesting of SELECT TYPE)Janus Weil1-0/+12
2009-10-07expr.c (gfc_check_pointer_assign): Do the correct type checking when CLASS va...Janus Weil1-15/+24
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus1-1/+95
2009-09-29re PR fortran/39626 (Correctly implement details of Fortran 2008 BLOCK constr...Daniel Kraft1-11/+98
2009-09-24re PR fortran/41459 (Error not printed with -Werror and -fmax-errors=1)Steven G. Kargl1-2/+3
2009-09-01re PR fortran/39229 (No warning of truncated lines if a continuation line fol...Jerry DeLisle1-8/+4
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-8/+8
2009-08-01re PR fortran/40011 (Problems with -fwhole-file)Paul Thomas1-22/+91
2009-06-28re PR fortran/34112 (Add $!DEC ATTRIBUTE support for 32bit Windows' STDCALL)Tobias Burnus1-9/+65
2009-05-13gfortran.h (gfc_code): Rename struct member expr to expr1.Steven G. Kargl1-7/+7
2009-05-13gfortran.h (gfc_code): Rename struct member label to label1.Steven G. Kargl1-1/+1
2009-05-13re PR fortran/34153 (Debugging: Cannot set breakpoint in comment lines or "EN...Tobias Burnus1-0/+5
2009-05-11basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor1-5/+12
2009-05-06re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil1-5/+7
2009-04-28re PR fortran/39930 (Bogus error: ambiguous reference)Janus Weil1-1/+1
2009-04-09re PR fortran/36704 (Procedure pointer as function result)Janus Weil1-8/+4
2009-03-30re PR fortran/22571 (Reject derived types for dummy arguments declared in the...Paul Thomas1-1/+66
2009-03-29re PR fortran/38507 (Bogus Warning: Deleted feature: GOTO jumps to END of con...Tobias Schlüter1-5/+11
2009-03-28re PR fortran/38765 (ICE in check_host_association)Paul Thomas1-13/+5
2008-12-01re PR fortran/38252 (Empty function with CONTAINS triggers Internal Error)Mikael Morin1-1/+1
2008-11-25re PR fortran/37319 (gfortran.dg/function_kinds_5.f90 fails)Eric Botcazou1-2/+3