aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-13re PR fortran/41581 ([OOP] Allocation of a CLASS with SOURCE=<class> does not...Janus Weil1-1/+10
2009-10-11re PR fortran/40440 (Automatic deallocation component of DT function return v...Paul Thomas1-4/+40
2009-10-10re PR fortran/41585 ([OOP] Reject CLASS(T) as component of "TYPE :: T")Janus Weil1-2/+2
2009-10-09re PR fortran/41582 ([OOP] Allocation of abstract types requires a type spec ...Tobias Burnus1-0/+1
2009-10-01re PR fortran/41515 (PARAMETER statement in module subroutines)Tobias Burnus1-29/+3
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus1-17/+94
2009-09-29re PR fortran/39626 (Correctly implement details of Fortran 2008 BLOCK constr...Daniel Kraft1-4/+33
2009-09-10re PR fortran/31292 (ICE with module procedure interface in a procedure body)Steven G. Kargl1-1/+13
2009-08-31re PR fortran/40940 ([F03] CLASS statement)Janus Weil1-7/+11
2009-08-23proc_ptr_24.f90: New test.Steven G. Kargl1-0/+4
2009-08-23allocate_alloc_opt_4.f90: New test.Steven G. Kargl1-4/+5
2009-08-17re PR fortran/40877 (memory leaks with gfc_charlen?)Janus Weil1-6/+6
2009-08-14decl.c (gfc_match_type_spec): Whitespace.Steven G. Kargl1-3/+3
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-70/+71
2009-08-10re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft1-17/+96
2009-08-10re PR fortran/40940 ([F03] CLASS statement)Janus Weil1-1/+10
2009-08-09re PR fortran/40955 (STDCALL attributes are not saved in the .MOD files)Tobias Burnus1-1/+1
2009-08-04re PR fortran/40875 (ICE with illegal type conversion)Paul Thomas1-1/+5
2009-08-02re PR fortran/40881 ([F03] warn for obsolescent features)Janus Weil1-0/+3
2009-07-25re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil1-18/+12
2009-07-24re PR fortran/40822 (Internal compiler error when Fortran intrinsic LEN refer...Janus Weil1-18/+6
2009-07-08re PR fortran/40591 (Procedure(interface): Rejected if interface is indirectl...Paul Thomas1-6/+21
2009-06-28re PR fortran/34112 (Add $!DEC ATTRIBUTE support for 32bit Windows' STDCALL)Tobias Burnus1-8/+110
2009-06-27re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...Janus Weil1-0/+1
2009-06-17* decl.c (build_struct): Rewrite loop over constructor elements.Ian Lance Taylor1-16/+14
2009-06-12arith.c (gfc_enum_initializer): Move function ...Steven G. Kargl1-1/+46
2009-05-16re PR fortran/36031 (ARM -fshort-enums attribute not emitted for Fortran)François-Xavier Coudert1-1/+2
2009-05-14passes.c (finish_optimization_passes): Change i to int.Ian Lance Taylor1-1/+1
2009-05-14re PR fortran/39996 (Double typing of function results not detected)Janus Weil1-10/+7
2009-05-13re PR fortran/40110 (Bind(C): gfortran rejects the questionable but formally ...Tobias Burnus1-3/+3
2009-05-06re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil1-66/+241
2009-04-25re PR fortran/39688 (IMPORT of derived type fails)Janus Weil1-1/+1
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-3/+3
2009-04-24gfortran.h (gfc_get_typebound_proc): Removed as macro, now a function.Daniel Kraft1-16/+20
2009-04-22re PR fortran/39735 (procedure pointer assignments: return value is not checked)Janus Weil1-2/+9