aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-01re PR fortran/35681 (wrong result for vector subscripted array expression in ...Daniel Kraft1-1/+9
2008-09-18re PR fortran/37507 (Print location in (DE)ALLOCATION errors)Daniel Kraft1-49/+106
2008-08-29re PR fortran/29635 (debug info of modules)Jakub Jelinek1-0/+24
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-19/+18
2008-07-27re PR fortran/36132 (_gfortran_internal_pack on optional arguments)Tobias Burnus1-7/+30
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-1/+1
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-1/+1
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-0/+2
2008-05-11re PR fortran/35719 (pointer to zero sized array not associated)Thomas Koenig1-9/+7
2008-04-05PR fortran/25829 28655Jerry DeLisle1-0/+4
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-13/+0
2008-02-25re PR fortran/34729 (Localization of run-time error messages, written into th...Francois-Xavier Coudert1-13/+16
2008-02-24trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter1-13/+13
2007-11-10re PR fortran/33592 (FAIL: gfortran.dg/array_constructor_11.f90 -O1 executi...Francois-Xavier Coudert1-7/+8
2007-09-27arith.c (reduce_binary_aa): Fix capitalization.Tobias Schlüter1-3/+3
2007-09-16re PR fortran/29396 (segfault with character pointer association)Paul Thomas1-2/+25
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert1-11/+6
2007-08-29builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.Francois-Xavier Coudert1-0/+373
2007-08-15re PR fortran/29459 (Spurious warnings about anonymous variables)Francois-Xavier Coudert1-1/+9
2007-08-10re PR fortran/31270 (print subscript value and array bounds when out-of-bound...Francois-Xavier Coudert1-4/+33
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-06-20re PR fortran/32140 (Miscompilation with -O1)Andrew Pinski1-1/+9
2007-05-14re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert1-0/+81
2007-05-06re PR fortran/31201 (Too large unit number generates wrong code)Jerry DeLisle1-6/+10
2007-04-17arith.h: Update copyright years.Tobias Schlüter1-2/+2
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-7/+5
2007-02-02trans.c (gfc_build_array_ref): Use STRIP_TYPE_NOPS to eliminate NON_LVALUE_EX...Roger Sayle1-0/+3
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-4/+7
2006-10-19[multiple changes]Paul Thomas1-0/+4
2006-06-03trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages.Francois-Xavier Coudert1-11/+23
2006-05-21re PR fortran/25746 (Elemental assignment gives wrong result)Paul Thomas1-1/+5
2006-03-30re PR middle-end/22375 (fold_builtins creates mis-matched types)Roger Sayle1-1/+3
2006-02-14re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek1-0/+17
2006-01-19gfortranspec.c: Update copyright years.Tobias Schlüter1-1/+2
2006-01-16trans-stmt.c (gfc_trans_if_1): Use fold_buildN and build_int_cst.Richard Guenther1-4/+0
2006-01-16trans-expr.c (gfc_conv_function_call): Use fold_build2.Richard Guenther1-2/+0
2006-01-13trans.c (gfc_add_expr_to_block): Do not fold tcc_statement nodes.Diego Novillo1-1/+2
2005-12-16trans.h (tree): Remove declaration of gfc_build_function_call.Richard Guenther1-20/+2
2005-12-16trans.h (gfc_build_indirect_ref): Remove declaration.Richard Guenther1-16/+0
2005-11-01re PR fortran/24245 (-fdump-parse-tree gives ICE for CONTAINED functions)Erik Edelmann1-24/+0
2005-08-11re PR libfortran/20006 ($ format extension doesn't work)Francois-Xavier Coudert1-3/+5
2005-08-07[multiple changes]Janne Blomqvist1-0/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-05re PR fortran/19195 (gfortran: ICE in final_scan_insn, at final.c:1843)Tobias Schlüter1-2/+2
2005-05-26data.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-03-23convert.c (convert): Replace fold (buildN (...)) with fold_buildN.Steven Bosscher1-1/+1
2005-03-12Make-lang.in (fortran-warn): Set to $(STRICT_WARN) -Wno-error.Kaveh R. Ghazi1-1/+1
2005-01-18arith.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl1-2/+0
2004-10-30trans.c (gfc_trans_code): Set global locus after recursing.Tobias Schlüter1-4/+4