aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-16re PR fortran/49417 ([OOP] ICE on invalid CLASS component declaration)Janus Weil1-4/+6
2011-06-08re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+39
2011-05-31re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+9
2011-05-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+7
2011-05-12re PR fortran/48972 (OPEN with Unicode file name)Tobias Burnus1-0/+4
2011-04-29re PR fortran/48810 ([OOP] TPB rejected because module procedure is private)Tobias Burnus1-3/+8
2011-04-28re PR fortran/48112 (generic interface to external function in module)Tobias Burnus1-5/+5
2011-04-27re PR fortran/48788 (ICE: SIGSEGV in resolve_global_procedure (resolve.c:2190...Tobias Burnus1-1/+1
2011-04-23re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+16
2011-04-19Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocJanne Blomqvist1-1/+1
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-4/+4
2011-04-04re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-14/+27
2011-02-18re PR fortran/47768 (ICE: printing a derived-type variable with proc-pointer ...Janus Weil1-0/+8
2011-02-18re PR fortran/47767 ([OOP] SELECT TYPE fails to execute correct TYPE IS block)Janus Weil1-24/+14
2011-02-11re PR fortran/47550 (PURE with VALUE and w/o INTENT: add gfc_notify_std (GFC_...Tobias Burnus1-8/+22
2011-02-09re PR fortran/47352 ([F03] ICE with proc-pointers in generic procedures)Janus Weil1-1/+4
2011-02-09re PR fortran/47463 ([OOP] ICE in gfc_add_component_ref)Janus Weil1-1/+0
2011-02-02re PR fortran/47572 ([OOP] Invalid: Allocatable polymorphic with init express...Janus Weil1-1/+2
2011-01-31re PR fortran/47463 ([OOP] ICE in gfc_add_component_ref)Janus Weil1-4/+3
2011-01-30re PR fortran/47042 (ICE with character pointer in function)Tobias Burnus1-0/+8
2011-01-28re PR fortran/47507 (PURE functions with VALUE arguments invalidly rejectd)Tobias Burnus1-5/+7