aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-03re PR fortran/26682 (gfortran fails with -fwhole-program optimization)Francois-Xavier Coudert1-0/+6
2007-10-02re PR fortran/33554 (Seg.fault: Default initialization of derived type uses u...Paul Thomas1-21/+43
2007-09-22re PR fortran/33337 (ICE in gfc_finish_var_decl, at fortran/trans-decl.c:510)Paul Thomas1-2/+4
2007-09-16re PR fortran/29396 (segfault with character pointer association)Paul Thomas1-0/+19
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-2/+2
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert1-1/+1
2007-08-30re PR fortran/31879 (ICE with function having array of character variables ar...Paul Thomas1-2/+2
2007-08-29builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.Francois-Xavier Coudert1-29/+0
2007-08-24decl.c (variable_decl): Don't share charlen structs if length == NULL.Jakub Jelinek1-19/+2
2007-08-12re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Francois-Xavier Coudert1-3/+8
2007-08-11re PR fortran/32937 (segfault with string and -fdefault-integer-8)Francois-Xavier Coudert1-2/+1
2007-08-10re PR fortran/31270 (print subscript value and array bounds when out-of-bound...Francois-Xavier Coudert1-2/+2
2007-08-10re PR fortran/32933 (ICE in simplify_subreg with -fdefault-integer-8)Francois-Xavier Coudert1-4/+1
2007-08-07re PR fortran/32732 ([Bind C] Character scalars are passed as arrays)Christopher D. Rickett1-1/+1
2007-08-06re PR fortran/29828 ([F2003] MIN and MAX with character variables)Francois-Xavier Coudert1-0/+8
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-08-01trans-decl.c (generate_local_decl): Emit warning on unused parameter on "-Wal...Daniel Franke1-5/+5