aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/parse.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-16re PR fortran/37992 (ICE while resolving charlen for rejected statements)Mikael Morin1-0/+5
2008-11-04re PR fortran/37597 (internal procedure fails to access host-associated modul...Paul Thomas1-1/+2
2008-09-02gfortran.h (struct gfc_namespace): New member `implicit_loc'.Daniel Kraft1-1/+1
2008-08-31gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.Daniel Kraft1-19/+18
2008-08-29see.c (see_merge_one_def_extension): Silence used uninitialized warning.Jan Hubicka1-1/+1
2008-08-25gfortran.h (gfc_find_component): Add new arguments.Daniel Kraft1-1/+12
2008-08-24gfortran.h (gfc_typebound_proc): New struct.Daniel Kraft1-49/+143
2008-08-23gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil1-3/+3
2008-08-22re PR fortran/32095 (Accepts invalid character(len(a)),dimension(1) :: a)Daniel Kraft1-9/+80
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-3/+3
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-3/+3
2008-07-02re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers)Janus Weil1-0/+5
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-3/+20
2008-06-02re PR fortran/36361 (attribute declaration outside of INTERFACE body)Janus Weil1-12/+7
2008-06-02gfortran.h: New statement-type ST_FINAL for FINAL declarations.Daniel Kraft1-1/+61
2008-05-28re PR fortran/36325 (specific or generic INTERFACE implies the EXTERNAL attri...Janus Weil1-0/+16
2008-05-06openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and gfc_peek_ascii_char.Francois-Xavier Coudert1-20/+23
2008-04-06* parse.c (gfc_parse_file): Use gfc_dump_parse_tree.Francois-Xavier Coudert1-2/+2
2008-04-05PR fortran/25829 28655Jerry DeLisle1-2/+6
2008-03-03re PR fortran/33197 (Fortran 2008: math functions)François-Xavier Coudert1-2/+1
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2008-01-30re PR fortran/34975 (Bogus error with USEing modules)Paul Thomas1-1/+1
2008-01-24re PR fortran/34872 (Spurious error in snapshot of 01/18/08: Statement at (1)...Paul Thomas1-1/+10
2008-01-22re PR fortran/34907 (valgrind error indication from testsuite trans-types.c: ...Tobias Burnus1-1/+1
2008-01-17re PR fortran/34429 (Fails: character(len=use_associated_const) function foo())Paul Thomas1-28/+202
2007-12-05re PR debug/33739 (Failure of gfortran.dg/literal_character_constant_1_*.F wi...Jakub Jelinek1-7/+2