aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-28gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.Daniel Kraft1-15/+157
2008-08-25gfortran.h (gfc_find_component): Add new arguments.Daniel Kraft1-0/+33
2008-08-24gfortran.h (gfc_typebound_proc): New struct.Daniel Kraft1-0/+319
2008-08-23gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil1-17/+17
2008-08-14re PR fortran/36705 (Procedure pointers with attributes statements)Janus Weil1-0/+14
2008-08-08gfortran.h (gfc_finalizer): Replaced member `procedure' by two new members `p...Daniel Kraft1-9/+21
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-67/+67
2008-07-24re PR fortran/33141 (Intrinsic procedures: Improve warning/error with -std=*)Daniel Kraft1-15/+36
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-9/+9
2008-07-19gfortran.h (operator): Remove macro.Kaveh R. Ghazi1-13/+13
2008-07-19gfortran.h (protected): Remove macro.Kaveh R. Ghazi1-1/+1
2008-07-17re PR fortran/36825 ([F08] Rank > 7 arrays [will break library ABI] libgfor...Tobias Burnus1-1/+1
2008-07-12[multiple changes]Daniel Kraft1-1/+2
2008-07-02re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers)Janus Weil1-3/+4
2008-06-17re PR fortran/36112 (Bounds-checking on character length not working for arra...Daniel Kraft1-2/+2
2008-06-17re PR fortran/34396 (Length of substrings defined by expressions not correctl...Paul Thomas1-12/+32
2008-06-08re PR fortran/35830 (ICE with PROCEDURE(<interface>) containing array formal ...Tobias Burnus1-0/+8
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-6/+13
2008-06-04re PR fortran/36322 (ICE with PROCEDURE using a complicated interface)Janus Weil1-5/+6
2008-06-02gfortran.h: New statement-type ST_FINAL for FINAL declarations.Daniel Kraft1-0/+144
2008-05-28re PR fortran/36325 (specific or generic INTERFACE implies the EXTERNAL attri...Janus Weil1-3/+5
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-4/+6
2008-05-18re PR fortran/36251 (PUBLIC and PRIVATE abuse)Tobias Burnus1-4/+4
2008-05-16re PR fortran/34325 (Wrong error message for syntax error)Jerry DeLisle1-2/+2
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