aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-29re PR fortran/40019 (LEADZ and TRAILZ give wrong results)Francois-Xavier Coudert1-0/+15
2009-05-27re PR fortran/40270 (Revision 147883 caused many Fortran regressions)Tobias Burnus1-1/+22
2009-05-26re PR fortran/39178 (Generate main() rather than using a main in libgfortran/...Tobias Burnus1-109/+203
2009-04-26tree-nested.c (get_nonlocal_vla_type): If not optimizing, call note_nonlocal_...Jakub Jelinek1-0/+61
2009-04-11re PR fortran/37746 (bounds check of string dummy arguments)Daniel Kraft1-4/+92
2009-04-07re PR fortran/38152 (procedure pointers as module variables)Janus Weil1-1/+3
2009-04-04re PR fortran/39577 (False positive with -fcheck=recursion)Tobias Burnus1-5/+21
2009-03-30re PR fortran/22571 (Reject derived types for dummy arguments declared in the...Paul Thomas1-0/+36
2009-03-28re PR fortran/32626 (Run-time check for recursive functions)Tobias Burnus1-0/+20
2009-03-28gfortran.h (gfc_option_t): Add rtcheck.Francois-Xavier Coudert1-1/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-2/+2
2009-01-16re PR fortran/38152 (procedure pointers as module variables)Janus Weil1-4/+18
2008-12-22re PR fortran/35780 (internal compiler error for complicated PARAMETER expres...Paul Thomas1-0/+6
2008-11-24re PR fortran/34820 (internal compiler error: in gfc_conv_descriptor_data_get...Paul Thomas1-11/+39
2008-10-07f95-lang.c (poplevel): Don't clear BLOCK_VARS if functionbody.Jakub Jelinek1-3/+16
2008-09-21re PR fortran/35846 (ICE on nested character constructors)Daniel Kraft1-2/+2
2008-09-10re PR fortran/37420 (-Wunused-variable broken)Tobias Burnus1-7/+9
2008-08-29dwarf2out.c (descr_info_loc): Handle VAR_DECL.Jakub Jelinek1-2/+4
2008-08-29dwarf2out.c (gen_const_die): New function.Jakub Jelinek1-0/+131
2008-08-29gfortran.h (gfc_use_list): Add where field.Jakub Jelinek1-22/+34
2008-08-29re PR fortran/24790 (arguments are displayed as reference or pointer to norma...Jakub Jelinek1-0/+4
2008-08-29trans-decl.c (gfc_build_qualified_array): Build non-flat array type for debug...Jakub Jelinek1-0/+44
2008-08-29re PR fortran/29635 (debug info of modules)Jakub Jelinek1-4/+199
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-4/+4
2008-07-27re PR fortran/36132 (_gfortran_internal_pack on optional arguments)Tobias Burnus1-0/+5
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-2/+2
2008-07-19gfortran.h (new): Remove macro.Kaveh R. Ghazi1-3/+3
2008-07-02re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers)Janus Weil1-0/+44
2008-06-15re PR fortran/36515 (Integer read from stdin yields a value overflow for a va...Jerry DeLisle1-2/+6
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-7/+37
2008-05-15trans-expr.c (gfc_conv_concat_op): Take care of nondefault character kinds.Francois-Xavier Coudert1-46/+123
2008-05-14re PR fortran/36059 (-frepack-arrays: symbols w/ TARGET should not be repacked)Francois-Xavier Coudert1-1/+4
2008-05-07[multiple changes]Kenneth Zadeck1-2/+2
2008-04-30intrinsic.c (add_functions): Add SELECTED_CHAR_KIND intrinsic.François-Xavier Coudert1-7/+11
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-1/+1
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-2/+0
2008-04-19re PR target/35944 (wrong result for MOD with kind=10 for some array argument...Paul Thomas1-9/+7
2008-02-28re PR fortran/31463 ([patch] inconsistent warnings if function return value i...Daniel Franke1-6/+34
2008-02-27re PR fortran/33387 (Fortran front-end should translate intrinsics by calling...Francois-Xavier Coudert1-27/+0
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-5/+0
2008-02-24trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter1-19/+18
2008-02-23re PR target/25477 (builtin functions should use $LDBL128 suffix on darwin wh...Francois-Xavier Coudert1-27/+0
2008-01-08re PR fortran/34681 (SAVEd derived type with allocatable components causes ICE)Paul Thomas1-0/+3
2007-12-21re PR fortran/34438 (gfortran not compliant w.r.t default initialization of d...Paul Thomas1-25/+60
2007-12-13[multiple changes]Tobias Burnus1-2/+4
2007-12-11decl.c (match_prefix): Make seen_type a boolean.Bernhard Fischer1-4/+4
2007-11-29re PR fortran/34248 (ICE on assumed length character function)Tobias Burnus1-1/+3
2007-11-27re PR fortran/29389 (Statement functions are not recognized as pure when they...Paul Thomas1-69/+15
2007-11-22re PR fortran/34079 (Bind(C): Character argument/return value problems)Tobias Burnus1-2/+4
2007-11-03gfortran.h: Shorten comment.Francois-Xavier Coudert1-3/+7