summaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/36322 (ICE with PROCEDURE using a complicated interface)Janus Weil2008-06-041-5/+6
* gfortran.h: New statement-type ST_FINAL for FINAL declarations.Daniel Kraft2008-06-021-0/+144
* re PR fortran/36325 (specific or generic INTERFACE implies the EXTERNAL attri...Janus Weil2008-05-281-3/+5
* intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert2008-05-181-4/+6
* re PR fortran/36251 (PUBLIC and PRIVATE abuse)Tobias Burnus2008-05-181-4/+4
* re PR fortran/34325 (Wrong error message for syntax error)Jerry DeLisle2008-05-161-2/+2
* arith.c: (gfc_arith_concat...Francois-Xavier Coudert2008-05-061-4/+3
* gfortran.h (struct gfc_symbol): Moving "interface" member to gfc_typespec (pl...Janus Weil2008-05-011-15/+16
* PR fortran/25829 28655Jerry DeLisle2008-04-051-0/+10
* re PR fortran/35740 (a = conjg(transpose(a)) still gives wrong results, see ...Paul Thomas2008-03-301-2/+7
* re PR fortran/34714 (ICE-on-invalid in gfc_conv_descriptor_dtype)Daniel Franke2008-03-281-40/+0
* re PR fortran/34813 (ICE on incorrect nested type constructor (fold-const.c (...Paul Thomas2008-03-241-0/+33
* re PR fortran/35470 (Valid pointer assigment code gives compilation errors)Paul Thomas2008-03-161-11/+3
* re PR fortran/35584 (overzealous warning: branch causes infinite loop)Daniel Franke2008-03-151-1/+1
* re PR fortran/34868 (ICE with -ff2c for function returning a complex number)Francois-Xavier Coudert2008-02-281-2/+9
* arith.c: Update copyright years.Tobias Schlüter2008-02-241-1/+1
* resolve.c (resolve_where): Fix typo.Daniel Franke2008-02-041-2/+2
* re PR fortran/32760 (Error defining subroutine named PRINT)Paul Thomas2008-02-031-16/+79
* re PR fortran/34661 (ice on where / ASSIGNMENT(=))Daniel Franke2008-01-251-0/+6
* re PR fortran/34861 (ICE in function with entry (and result?))Paul Thomas2008-01-201-1/+2
* re PR fortran/34665 (Cannot pass scalar to array argument 'a')Tobias Burnus2008-01-131-0/+9
* re PR fortran/34658 (save / common)Tobias Burnus2008-01-061-13/+35
* re PR fortran/34655 (5.5.2.5)Tobias Burnus2008-01-061-0/+8
* re PR fortran/34660 (elemental and dummy procedure)Tobias Burnus2008-01-061-0/+8
* re PR fortran/34421 (ENTRY functions: Character with different stringlength n...Tobias Burnus2007-12-231-2/+19
* re PR fortran/34482 (FAIL: gfortran.dg/nan_4.f90 -O tests for errors)Tobias Burnus2007-12-201-1/+2
* re PR fortran/34305 (ICE with array(real) declaration)Thomas Koenig2007-12-161-1/+4
* re PR fortran/31213 (ICE on valid code with gfortran)Paul Thomas2007-12-161-0/+2
* re PR fortran/34438 (gfortran not compliant w.r.t default initialization of d...Tobias Burnus2007-12-141-1/+2
* re PR fortran/34398 (BOZ literals: Range checks)Tobias Burnus2007-12-141-0/+17
* re PR fortran/34342 (BOZ extensions not diagnosed as such with -std=f95)Tobias Burnus2007-12-081-1/+19
* re PR fortran/34333 (if(nan == nan) wrongly returns TRUE, when nan is a param...Tobias Burnus2007-12-051-8/+10
* re PR fortran/29389 (Statement functions are not recognized as pure when they...Paul Thomas2007-11-271-80/+45
* re PR fortran/33152 (Initialization/declaration problems in block data)Jerry DeLisle2007-11-251-0/+7
* re PR fortran/34083 (internal compiler error: in gfc_conv_array_constructor_e...Francois-Xavier Coudert2007-11-211-3/+5
* trans-expr.c (gfc_conv_missing_dummy): Set the type of the dummy argument to ...Jerry DeLisle2007-11-181-0/+2
* re PR fortran/34137 (Module function with ENTRY rejected)Tobias Burnus2007-11-181-2/+4
* re PR fortran/33917 (Rejects valid PROCEDURE declarations)Tobias Burnus2007-11-151-2/+4
* re PR fortran/33162 (INTRINSIC functions as ACTUAL argument)Jerry DeLisle2007-11-141-0/+34
* gfortran.h: Shorten comment.Francois-Xavier Coudert2007-11-031-0/+3
* re PR fortran/33162 (INTRINSIC functions as ACTUAL argument)Jerry DeLisle2007-10-311-2/+3
* [multiple changes]Paul Thomas2007-10-291-121/+29
* re PR fortran/33849 (Fix misleading error message "GENERIC non-INTRINSIC proc...Jerry DeLisle2007-10-221-3/+3
* re PR fortran/31244 (data initialization with more than 2**32 elements)Steven G. Kargl2007-10-221-13/+18
* re PR fortran/33749 (Wrong evaluation of expressions in lhs of assignment sta...Paul Thomas2007-10-211-73/+106
* re PR fortran/33818 (Bogus error "Variable 'str' is used at (1) before the EN...Tobias Burnus2007-10-201-3/+3
* re PR fortran/33233 (Parent and contained procedure: Wrongly treated as gener...Paul Thomas2007-10-181-3/+4
* re PR fortran/33760 (Bind(C): Using C_PTR as structure constructor gives an ICE)Christopher D. Rickett2007-10-171-0/+10
* re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Christopher D. Rickett2007-10-151-25/+0
* re PR fortran/33745 (-fbounds-check: Bogus out-of-bounds run-time error for a...Tobias Burnus2007-10-141-16/+49