aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-06arith.c: (gfc_arith_concat...Francois-Xavier Coudert1-4/+3
2008-05-01gfortran.h (struct gfc_symbol): Moving "interface" member to gfc_typespec (pl...Janus Weil1-15/+16
2008-04-05PR fortran/25829 28655Jerry DeLisle1-0/+10
2008-03-30re PR fortran/35740 (a = conjg(transpose(a)) still gives wrong results, see ...Paul Thomas1-2/+7
2008-03-28re PR fortran/34714 (ICE-on-invalid in gfc_conv_descriptor_dtype)Daniel Franke1-40/+0
2008-03-24re PR fortran/34813 (ICE on incorrect nested type constructor (fold-const.c (...Paul Thomas1-0/+33
2008-03-16re PR fortran/35470 (Valid pointer assigment code gives compilation errors)Paul Thomas1-11/+3
2008-03-15re PR fortran/35584 (overzealous warning: branch causes infinite loop)Daniel Franke1-1/+1
2008-02-28re PR fortran/34868 (ICE with -ff2c for function returning a complex number)Francois-Xavier Coudert1-2/+9
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2008-02-04resolve.c (resolve_where): Fix typo.Daniel Franke1-2/+2
2008-02-03re PR fortran/32760 (Error defining subroutine named PRINT)Paul Thomas1-16/+79
2008-01-25re PR fortran/34661 (ice on where / ASSIGNMENT(=))Daniel Franke1-0/+6
2008-01-20re PR fortran/34861 (ICE in function with entry (and result?))Paul Thomas1-1/+2
2008-01-13re PR fortran/34665 (Cannot pass scalar to array argument 'a')Tobias Burnus1-0/+9
2008-01-06re PR fortran/34658 (save / common)Tobias Burnus1-13/+35
2008-01-06re PR fortran/34655 (5.5.2.5)Tobias Burnus1-0/+8
2008-01-06re PR fortran/34660 (elemental and dummy procedure)Tobias Burnus1-0/+8
2007-12-23re PR fortran/34421 (ENTRY functions: Character with different stringlength n...Tobias Burnus1-2/+19
2007-12-20re PR fortran/34482 (FAIL: gfortran.dg/nan_4.f90 -O tests for errors)Tobias Burnus1-1/+2
2007-12-16re PR fortran/34305 (ICE with array(real) declaration)Thomas Koenig1-1/+4
2007-12-16re PR fortran/31213 (ICE on valid code with gfortran)Paul Thomas1-0/+2
2007-12-14re PR fortran/34438 (gfortran not compliant w.r.t default initialization of d...Tobias Burnus1-1/+2
2007-12-14re PR fortran/34398 (BOZ literals: Range checks)Tobias Burnus1-0/+17
2007-12-08re PR fortran/34342 (BOZ extensions not diagnosed as such with -std=f95)Tobias Burnus1-1/+19
2007-12-05re PR fortran/34333 (if(nan == nan) wrongly returns TRUE, when nan is a param...Tobias Burnus1-8/+10
2007-11-27re PR fortran/29389 (Statement functions are not recognized as pure when they...Paul Thomas1-80/+45
2007-11-25re PR fortran/33152 (Initialization/declaration problems in block data)Jerry DeLisle1-0/+7
2007-11-21re PR fortran/34083 (internal compiler error: in gfc_conv_array_constructor_e...Francois-Xavier Coudert1-3/+5
2007-11-18trans-expr.c (gfc_conv_missing_dummy): Set the type of the dummy argument to ...Jerry DeLisle1-0/+2
2007-11-18re PR fortran/34137 (Module function with ENTRY rejected)Tobias Burnus1-2/+4
2007-11-15re PR fortran/33917 (Rejects valid PROCEDURE declarations)Tobias Burnus1-2/+4
2007-11-14re PR fortran/33162 (INTRINSIC functions as ACTUAL argument)Jerry DeLisle1-0/+34
2007-11-03gfortran.h: Shorten comment.Francois-Xavier Coudert1-0/+3
2007-10-31re PR fortran/33162 (INTRINSIC functions as ACTUAL argument)Jerry DeLisle1-2/+3
2007-10-29[multiple changes]Paul Thomas1-121/+29
2007-10-22re PR fortran/33849 (Fix misleading error message "GENERIC non-INTRINSIC proc...Jerry DeLisle1-3/+3
2007-10-22re PR fortran/31244 (data initialization with more than 2**32 elements)Steven G. Kargl1-13/+18
2007-10-21re PR fortran/33749 (Wrong evaluation of expressions in lhs of assignment sta...Paul Thomas1-73/+106
2007-10-20re PR fortran/33818 (Bogus error "Variable 'str' is used at (1) before the EN...Tobias Burnus1-3/+3
2007-10-18re PR fortran/33233 (Parent and contained procedure: Wrongly treated as gener...Paul Thomas1-3/+4
2007-10-17re PR fortran/33760 (Bind(C): Using C_PTR as structure constructor gives an ICE)Christopher D. Rickett1-0/+10
2007-10-15re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Christopher D. Rickett1-25/+0
2007-10-14re PR fortran/33745 (-fbounds-check: Bogus out-of-bounds run-time error for a...Tobias Burnus1-16/+49
2007-10-12re PR fortran/33542 (gfortran does not detect ambigious specific names if the...Paul Thomas1-0/+7
2007-10-08re PR fortran/33689 ([Regression 4.3] Array with constant bound rejected as a...Tobias Schlüter1-28/+17
2007-10-07re PR fortran/20851 (dummy argument may not appear in specification expressio...Tobias Schlüter1-12/+10
2007-10-06re PR fortran/25076 (FORALL triplet subscript must not reference any index-name)Tobias Schlüter1-143/+151
2007-10-05gfortran.h (gfc_get_data_variable, [...]): Move to decl.c.Francois-Xavier Coudert1-1/+2
2007-10-04re PR fortran/33539 (Too much noise for zero-length character strings)Thomas Koenig1-1/+1