aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-05re PR fortran/28908 (fold_convert fails for Fortran operator)Paul Thomas1-1/+29
2006-08-30re PR fortran/28885 (ICE passing components of array of derived type)Paul Thomas1-27/+28
2006-08-20re PR fortran/28601 (ICE on reexport of renamed type)Paul Thomas1-9/+9
2006-08-19re PR fortran/25217 (Derived type dummy argument having intent(out) attribute)Erik Edelmann1-2/+2
2006-08-06re PR fortran/28590 (A SEQUENCEd defined type which refers to another defined...Paul Thomas1-0/+11
2006-08-06re PR fortran/28548 ([4.1 only] Optional argument failed)Steven G. Kargl1-11/+13
2006-07-16re PR fortran/28384 (ICE on non-existent COMMON block)Paul Thomas1-62/+147
2006-07-04re PR fortran/28174 (Corruption of multiple character arrays when passing arr...Paul Thomas1-0/+5
2006-06-25re PR fortran/25056 (non-PURE function should not be a valid argument)Paul Thomas1-5/+43
2006-06-24re PR fortran/28081 (Undue compile-time error for zero-sized substring)Francois-Xavier Coudert1-3/+7