aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-28re PR fortran/30888 (%VAL construct fails with argument procedures)Tobias Burnus1-11/+3
2007-02-23re PR fortran/30660 (Allocatable components of a derived type "require" the S...Paul Thomas1-3/+16
2007-02-20re PR fortran/30783 ("character(*), value" produces SEGV at runtime)Tobias Burnus1-1/+13
2007-02-03re PR fortran/30514 ([4.1 only] zero-sized array wrongly rejected: integer ::...Paul Thomas1-8/+14
2007-02-03re PR fortran/30683 ([4.2 only] internal compiler error: Segmentation fault)Steven G. Kargl1-1/+1
2007-01-27re PR fortran/30407 ([4.1 only] Elemental functions in WHERE assignments wron...Paul Thomas1-0/+14
2007-01-20openmp.c, [...]: Next installment in the massive whitespace patch.Steven G. Kargl1-797/+771
2007-01-15re PR fortran/28172 ([4.2 and 4.1 only] alternate return in contained procedu...Paul Thomas1-3/+25
2007-01-10[multiple changes]Jerry DeLisle1-4/+5
2007-01-05re PR fortran/23232 ([4.1 only] DATA implied DO variables)Paul Thomas1-18/+73
2007-01-05re PR fortran/29624 (Fortran 2003: Support intent for pointers)Tobias Burnus1-44/+62
2007-01-02re PR fortran/20896 (ambiguous interface not detected)Paul Thomas1-1/+1
2006-12-31re PR fortran/27900 ([4.1 only] ICE using intrinsics as arguments)Paul Thomas1-0/+37
2006-12-31re PR fortran/23060 (%VAL, %REF and %DESCR constructs not implemented)Paul Thomas1-8/+71
2006-12-28re PR fortran/30034 ([4.1 only] pure subroutine requires intent for procedure...Paul Thomas1-13/+7
2006-12-27re PR fortran/20896 (ambiguous interface not detected)Paul Thomas1-12/+1
2006-12-22re PR fortran/25818 ([4.1 only] Problem with handling optional and entry mast...Paul Thomas1-0/+32
2006-12-20re PR fortran/29992 ([4.1 only] INTERFACE equivalent to MODULE PROCEDURE?!)Paul Thomas1-5/+7
2006-12-10re PR fortran/23994 (PROTECTED attribute (F2003) is not implemented)Tobias Burnus1-1/+15
2006-12-09re PR other/29975 ([meta-bugs] ICEs with CP2K)Paul Thomas1-0/+4
2006-12-09re PR fortran/29941 ([4.1 only] gfortran reports error with len of assumed si...Paul Thomas1-5/+8
2006-12-05Revert accidental change.Aldy Hernandez1-13/+0
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-0/+13
2006-12-04[multiple changes]Paul Thomas1-1/+8
2006-12-04re PR fortran/29916 ([4.1 only] Dimension of a function result as host associ...Paul Thomas1-0/+9
2006-12-03re PR fortran/29642 (Fortran 2003: VALUE Attribute (call by value not call by...Paul Thomas1-1/+9
2006-11-28re PR fortran/20880 (USE association of procedure's own interface)Paul Thomas1-1/+3
2006-11-24re PR fortran/20880 (USE association of procedure's own interface)Paul Thomas1-0/+9
2006-11-24resolve.c (resolve_actual_arglist): Remove the special case for CHAR.Francois-Xavier Coudert1-6/+0
2006-11-22re PR fortran/25087 (Error for missing explicit interface needed.)Paul Thomas1-8/+14
2006-11-20re PR fortran/24783 ([4.1 and 4.2 only] Implicit none in module overwrite exp...Bernhard Fischer1-5/+3
2006-11-19resolve.c (resolve_ref): Check for ALLOCATABLEs to the right of nonzero rank ...Erik Edelmann1-7/+17
2006-11-19module.c (gfc_use_module): Uncomment the ISO_FORTRAN_ENV code.Francois-Xavier Coudert1-1/+1
2006-11-15data.c: Remove trailing periods from error messages.Brooks Moses1-4/+4
2006-11-10re PR fortran/29454 (Slightly wrong error message for IF statement)Tobias Burnus1-1/+1
2006-11-09re PR fortran/29699 (ICE in trans-decl.c)Paul Thomas1-4/+11
2006-11-07re PR fortran/29601 (VOLATILE attribute and statement)Tobias Burnus1-1/+1
2006-11-07decl.c (match_attr_spec, [...]): Unify gfc_notify_std message for GFC_STD_F2003.Tobias Burnus1-1/+1
2006-10-19[multiple changes]Paul Thomas1-1/+89
2006-10-16trans-stmt.c: Fix a typoTobias Burnus1-1/+1
2006-10-15re PR fortran/24767 (gfortran: -Wno-unused-label does not work properly)Bernhard Fischer1-1/+1
2006-10-13re PR fortran/29373 (implicit type declaration and contained function clash)Paul Thomas1-10/+40
2006-10-08[multiple changes]Paul Thomas1-14/+66
2006-10-07re PR fortran/16580 ([4.1 only] gfortran ICE on test g77.f-torture/execute/in...François-Xavier Coudert1-0/+14
2006-10-04[multiple changes]Paul Thomas1-1/+6
2006-10-04re PR fortran/29098 (allocation of a pointer to a derived type crashes)Paul Thomas1-4/+1
2006-10-03re PR fortran/20779 (ALLOCATEing the STAT variable not detected)Paul Thomas1-18/+125
2006-10-03re PR fortran/29284 (ICE for optional subroutine argument)Paul Thomas1-1/+11
2006-09-30resolve.c: Fix commentary typo.Bernhard Fischer1-27/+27
2006-09-11re PR fortran/28890 (ICE on write)Paul Thomas1-0/+1