summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.c
Commit message (Expand)AuthorAgeFilesLines
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-13/+0
* re PR fortran/34729 (Localization of run-time error messages, written into th...Francois-Xavier Coudert2008-02-251-13/+16
* trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter2008-02-241-13/+13
* re PR fortran/33592 (FAIL: gfortran.dg/array_constructor_11.f90 -O1 executi...Francois-Xavier Coudert2007-11-101-7/+8
* arith.c (reduce_binary_aa): Fix capitalization.Tobias Schlüter2007-09-271-3/+3
* re PR fortran/29396 (segfault with character pointer association)Paul Thomas2007-09-161-2/+25
* re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert2007-09-031-11/+6
* builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.Francois-Xavier Coudert2007-08-291-0/+373
* re PR fortran/29459 (Spurious warnings about anonymous variables)Francois-Xavier Coudert2007-08-151-1/+9
* re PR fortran/31270 (print subscript value and array bounds when out-of-bound...Francois-Xavier Coudert2007-08-101-4/+33
* arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton2007-08-011-4/+3
* re PR fortran/32140 (Miscompilation with -O1)Andrew Pinski2007-06-201-1/+9
* re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert2007-05-141-0/+81
* re PR fortran/31201 (Too large unit number generates wrong code)Jerry DeLisle2007-05-061-6/+10
* arith.h: Update copyright years.Tobias Schlüter2007-04-171-2/+2
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-7/+5
* trans.c (gfc_build_array_ref): Use STRIP_TYPE_NOPS to eliminate NON_LVALUE_EX...Roger Sayle2007-02-021-0/+3
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-4/+7
* [multiple changes]Paul Thomas2006-10-191-0/+4
* trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages.Francois-Xavier Coudert2006-06-031-11/+23
* re PR fortran/25746 (Elemental assignment gives wrong result)Paul Thomas2006-05-211-1/+5
* re PR middle-end/22375 (fold_builtins creates mis-matched types)Roger Sayle2006-03-301-1/+3
* re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek2006-02-141-0/+17
* gfortranspec.c: Update copyright years.Tobias Schlüter2006-01-191-1/+2
* trans-stmt.c (gfc_trans_if_1): Use fold_buildN and build_int_cst.Richard Guenther2006-01-161-4/+0
* trans-expr.c (gfc_conv_function_call): Use fold_build2.Richard Guenther2006-01-161-2/+0
* trans.c (gfc_add_expr_to_block): Do not fold tcc_statement nodes.Diego Novillo2006-01-131-1/+2
* trans.h (tree): Remove declaration of gfc_build_function_call.Richard Guenther2005-12-161-20/+2
* trans.h (gfc_build_indirect_ref): Remove declaration.Richard Guenther2005-12-161-16/+0
* re PR fortran/24245 (-fdump-parse-tree gives ICE for CONTAINED functions)Erik Edelmann2005-11-011-24/+0
* re PR libfortran/20006 ($ format extension doesn't work)Francois-Xavier Coudert2005-08-111-3/+5
* [multiple changes]Janne Blomqvist2005-08-071-0/+4
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR fortran/19195 (gfortran: ICE in final_scan_insn, at final.c:1843)Tobias Schlüter2005-06-051-2/+2
* data.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-1/+1
* convert.c (convert): Replace fold (buildN (...)) with fold_buildN.Steven Bosscher2005-03-231-1/+1
* Make-lang.in (fortran-warn): Set to $(STRICT_WARN) -Wno-error.Kaveh R. Ghazi2005-03-121-1/+1
* arith.c, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* arith.c: Add system.h; remove string.hSteven G. Kargl2005-01-031-2/+0
* trans.c (gfc_trans_code): Set global locus after recursing.Tobias Schlüter2004-10-301-4/+4
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-1/+1
* array.c, [...]: Fix comment typos.Kazu Hirata2004-09-161-1/+1
* array.c: Don't include assert.h.Paul Brook2004-09-081-14/+10
* error.c (show_locus): Handle mapped locations.Per Bothner2004-09-071-2/+13
* gfortran.h (gfc_namespace): Add new field is_block_data.Tobias Schlüter2004-08-301-0/+6
* trans.h (build2_v, build3_v): New macros.Tobias Schlüter2004-08-251-5/+6
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-1/+1
* re PR fortran/13082 (Function entries and entries with alternate returns not ...Paul Brook2004-08-171-1/+5
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-1/+1
* Make sure types in assignments are compatible.Steven Bosscher2004-06-291-0/+10