aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-25re PR fortran/51966 (ICE in gfc_conv_array_constructor_expr)Tobias Burnus1-0/+1
2012-01-16re PR fortran/51809 ([OOP] ICE (segfault) depending on USE statements order)Tobias Burnus1-2/+2
2012-01-14re PR fortran/51800 (Error: Automatic array 'dummy' at (1) cannot have an ini...Tobias Burnus1-3/+25
2012-01-10re PR fortran/51652 (Allocate with type-spec and source-expr: check whether l...Tobias Burnus1-0/+13
2012-01-10resolve.c (resolve_ordinary_assign): Improve error wording.Tobias Burnus1-2/+2
2012-01-09re PR fortran/51791 ([OOP] Failure to resolve typebound function call with ba...Paul Thomas1-3/+4
2012-01-05PR fortran/PR48946Paul Thomas1-0/+33
2012-01-02re PR fortran/51529 ([OOP] gfortran.dg/class_to_type_1.f03 is miscompiled: Un...Paul Thomas1-9/+75
2011-12-31re PR fortran/51502 (Potentially wrong code generation due to wrong implict_p...Thomas Koenig1-14/+15
2011-12-19re PR fortran/51605 (internal compiler error gfc_trans_block_construct, at fo...Tobias Burnus1-2/+8
2011-12-19check.c (coarray_check): Add class ref if needed.Tobias Burnus1-40/+95
2011-12-15re PR fortran/51310 (-finit-bla doesn't initialize *all* items of type bla to...Toon Moene1-1/+1
2011-12-15re PR fortran/51550 (ICE in gfc_get_derived_type, at fortran/trans-types.c:2401)Tobias Burnus1-0/+8
2011-12-11re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas1-22/+24
2011-12-04re PR fortran/51383 ([OOP] arrays of extended types break when associated)Tobias Burnus1-22/+1
2011-11-24re PR fortran/51218 (Potential optimization bug due to implicit_pure?)Tobias Burnus1-3/+6
2011-11-16re PR fortran/39427 (F2003: Procedures with same name as types/type construct...Tobias Burnus1-29/+78
2011-11-09re PR fortran/50540 (Internal Error: Can't convert UNKNOWN to INTEGER(4) (r1...Francois-Xavier Coudert1-3/+3
2011-11-09re PR fortran/50960 ([OOP] vtables not marked as constant)Janus Weil1-2/+2
2011-11-07re PR fortran/50919 ([OOP] Don't use vtable for NON_OVERRIDABLE TBP)Janus Weil1-26/+38
2011-11-06gfortran.h (gfc_extend_expr): Modified prototype.Janus Weil1-4/+3
2011-10-20re PR fortran/50524 (*** glibc detected *** invalid free() pointer on illegal...Steven G. Kargl1-1/+2
2011-10-18re PR fortran/47023 (C_Sizeof: Rejects valid code)Janus Weil1-2/+2
2011-10-16re PR fortran/50547 (dummy procedure argument of PURE shall be PURE)Janus Weil1-68/+56
2011-10-07resolve.c (resolve_array_ref): Set array_ref's dimen field (and the associate...Mikael Morin1-2/+17
2011-10-07resolve.c (compare_spec_to_ref): Move coarray ref initialization code...Mikael Morin1-8/+8
2011-09-29re PR fortran/50547 (dummy procedure argument of PURE shall be PURE)Janus Weil1-8/+11
2011-09-26re PR fortran/50515 (gfortran should not accept an external that is a common ...Janus Weil1-0/+4
2011-09-15re PR fortran/50401 (SIGSEGV in resolve_transfer)Janus Weil1-1/+1
2011-09-14re PR fortran/34547 (NULL(): Fortran 2003 changes, accepts invalid, ICE on in...Tobias Burnus1-0/+7
2011-09-08re PR fortran/44646 ([F08] Implement DO CONCURRENT)Tobias Burnus1-7/+40
2011-09-08re PR fortran/48095 ([OOP] Invalid assignment to procedure pointer component ...Janus Weil1-5/+39
2011-08-25re PR fortran/50050 (Internal compiler error free_expr0 at expr.c:3709 via gf...Mikael Morin1-2/+1
2011-08-22re PR fortran/50050 (Internal compiler error free_expr0 at expr.c:3709 via gf...Mikael Morin1-12/+7
2011-08-21re PR fortran/50130 (ICE with invalid array slice)Thomas Koenig1-2/+3
2011-08-18re PR fortran/50071 (gfortran does not distinguish labels in different type s...Mikael Morin1-2/+3
2011-08-18re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-10/+11
2011-08-17re PR fortran/50070 (Segmentation fault at size_binop_loc in fold-const.c)Janus Weil1-9/+16
2011-08-16re PR fortran/50094 (FAIL: gfortran.dg/coarray_6.f90)Tobias Burnus1-1/+1
2011-08-15resolve.c (resolve_symbol): Fix coarray result-var check.Tobias Burnus1-24/+50
2011-08-07re PR fortran/49638 ([OOP] length parameter is ignored when overriding type b...Janus Weil1-198/+7
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-0/+2
2011-07-31re PR fortran/49112 ([OOP] Missing type-bound procedure, "duplicate save" war...Janus Weil1-25/+50
2011-07-23resolve.c (resolve_symbol): Fix coarray var decl check.Tobias Burnus1-5/+3
2011-07-19re PR fortran/49708 (ICE with allocate and no dimensions)Janus Weil1-1/+1
2011-07-18resolve.c (resolve_transfer): Mention defined I/O in the diagnostic for alloc...Tobias Burnus1-5/+7
2011-07-16expr.c (gfc_ref_this_image): New function.Tobias Burnus1-8/+3
2011-07-07re PR fortran/49648 (ICE(segfault) with MATMUL and function-result actual arg...Mikael Morin1-0/+2
2011-06-30re PR fortran/49540 (Memory-hog with large DATA stmt)Jakub Jelinek1-3/+4
2011-06-20re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-19/+73