aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-04re PR fortran/33626 (Parentheses get wrong kind during matching)Tobias Schlüter1-8/+3
2007-10-03re PR fortran/33198 (Derived type in common: Default initializer not rejected)Tobias Schlüter1-82/+95
2007-09-21re PR fortran/20441 (-finit-local-zero is missing from gfortran)Asher Langton1-14/+201
2007-09-20re PR fortran/33221 (Cannot declare variables of TYPE without components)Francois-Xavier Coudert1-1/+2
2007-09-20re PR fortran/33497 (Bind(C): C_LOC rejects interoperable arguments)Christopher D. Rickett1-20/+59
2007-09-18re PR fortran/33231 (Reject for -std=f* calls to elementar functions where ar...Tobias Burnus1-0/+16
2007-09-17re PR fortran/33106 (Access of components of public entities of private types...Tobias Burnus1-0/+16
2007-09-17resolve.c (resolve_fl_procedure): Allow private dummies for Fortran 2003.Tobias Burnus1-15/+20
2007-09-13re PR fortran/33343 (ICE (segfault) on invalid code with wrongly shaped argum...Tobias Burnus1-5/+2
2007-09-04decl.c (match_procedure_decl,match_procedure_in_interface, [...]): Handle PRO...Janus Weil1-0/+19
2007-08-30re PR fortran/31879 (ICE with function having array of character variables ar...Paul Thomas1-0/+144
2007-08-26re PR fortran/32985 (COMMON checking: TYPE with(out) SEQUENCE/bind(C), ALLOCA...Tobias Burnus1-38/+47