aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-31re PR fortran/31609 (module that calls a contained function with an ENTRY point)Paul Thomas1-0/+9
2007-07-29re PR fortran/32906 (Error: Parameter array ... cannot be automatic or assume...Daniel Franke1-2/+4
2007-07-28gfortran.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-28re PR fortran/31609 (module that calls a contained function with an ENTRY point)Jerry DeLisle1-1/+9
2007-07-28re PR fortran/31818 (Wrongly accepts namelists with assumed-shape arrays)Daniel Franke1-21/+51
2007-07-27re PR fortran/32899 (Broken diagnostic for invalid use of .eq. for logicals)Steven G. Kargl1-2/+3
2007-07-24re PR fortran/31205 (aliased operator assignment produces wrong result)Paul Thomas1-34/+38
2007-07-23re PR fortran/32797 ([ISO C Binding] Internal Error: gfc_basic_typename(): Un...Christopher D. Rickett1-22/+31
2007-07-23re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Christopher D. Rickett1-8/+8
2007-07-21re PR fortran/32627 ([ISO Bind C] Accept c_f_pointer for TYPE)Christopher D. Rickett1-0/+12
2007-07-21re PR fortran/32801 (USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fa...Christopher D. Rickett1-13/+47
2007-07-17re PR fortran/32535 (namelist with private items contained in sub-sub-procedu...Janus Weil1-0/+2
2007-07-12re PR fortran/31639 ([4.1/4.2/4.3] ICE in gfc_conv_constant, at fortran/trans...Daniel Franke1-1/+8
2007-07-12re PR fortran/32599 ([ISO C Binding] Accepts character with len /= 1)Christopher D. Rickett1-10/+27
2007-07-10re PR fortran/32157 (intrinsic function name conflicts with subroutine if pre...Paul Thomas1-12/+20
2007-07-08re PR fortran/17711 (Wrong operator name in error message)Daniel Franke1-2/+37
2007-07-08re PR fortran/25094 (Procedure with public generic identifier allowed to have...Daniel Franke1-0/+25
2007-07-07decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-05re PR fortran/32359 (incorrect error: Threadprivate isn't SAVEd (implicit sav...Tobias Burnus1-3/+4
2007-07-03re PR fortran/32432 (SEGV/endless loop after: "ERROR: ... already is initiali...Jerry DeLisle1-1/+3
2007-07-03re PR fortran/25062 (same name for parameter and common block)Tobias Burnus1-0/+52
2007-07-03re PR fortran/20888 (dereferencing NULL still accepted)Tobias Burnus1-0/+7
2007-07-02[multiple changes]Christopher D. Rickett1-1/+772
2007-06-30re PR fortran/20373 (INTRINSIC symbols can be given the wrong type)Daniel Franke1-6/+28
2007-06-29re PR fortran/31580 (Better error message for not-found operator)Daniel Franke1-1/+3
2007-06-25re PR fortran/32464 (ICE: USE in contained subroutine)Paul Thomas1-3/+8
2007-06-22re PR fortran/31162 (missing warning for real do-loops with implicit typed va...Jerry DeLisle1-14/+20
2007-06-18re PR fortran/20863 ([4.2 only] Pointer problems in PURE procedures)Paul Thomas1-7/+25
2007-06-11re PR fortran/29786 (Initialization of overlapping variables: Not implemented)Paul Thomas1-23/+0
2007-06-07decl.c: Miscellaneous whitespace fixes.Steven G. Kargl1-6/+6
2007-05-29gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id'...Daniel Franke1-2/+2
2007-05-27re PR fortran/32088 (ICE (doesn't occur if given function standalone instead ...Tobias Burnus1-11/+13
2007-05-23re PR fortran/18923 (segfault after subroutine name confusion)Jerry DeLisle1-3/+2
2007-05-21re PR fortran/32002 (insufficient conformance check when assigning the result...Daniel Franke1-0/+7
2007-05-12re PR fortran/30746 (50th Anniversary Bug - Forward reference to contained fu...Paul Thomas1-6/+73
2007-05-11re PR fortran/30878 (Rejects function f1; namelist /nml/ f1)Paul Thomas1-5/+10
2007-05-08re PR fortran/31630 (ICE on nasty derived types code)Paul Thomas1-15/+4
2007-05-06re PR fortran/31540 ([Regression 4.2 only] character((constant expression)) f...Paul Thomas1-0/+5
2007-04-25re PR fortran/31668 (%VAL rejected for PROC_MODULE and PROC_INTERNAL procedures)Tobias Burnus1-1/+2
2007-04-23re PR fortran/31630 (ICE on nasty derived types code)Paul Thomas1-3/+6
2007-04-13re PR fortran/18937 (quadratic behaviour with many label "spaghetti" code)Tobias Schlüter1-47/+89
2007-04-12re PR fortran/31250 (Initialization expr as constant character length rejected)Tobias Schlüter1-3/+14
2007-04-12re PR fortran/31266 (Spurious(?) warning about character truncation)Tobias Schlüter1-2/+3
2007-04-07re PR fortran/30880 (Derived types with default value -- function with ENTRY:...Paul Thomas1-3/+7
2007-03-25re PR fortran/30877 (Extending intrinsic operators)Francois-Xavier Coudert1-5/+12
2007-03-24re PR fortran/30655 (Undue out-of-bounds warning)Francois-Xavier Coudert1-33/+38
2007-03-18re PR fortran/30531 ([4.2 only] allocatable component and intent(out) yield I...Paul Thomas1-19/+4
2007-03-15[multiple changes]Paul Thomas1-4/+18
2007-02-28re PR fortran/30888 (%VAL construct fails with argument procedures)Tobias Burnus1-11/+3