aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-const.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-04trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...Richard Guenther1-4/+4
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-2/+2
2010-09-11mathbuiltins.def: Do not defined huge_val built-in.Francois-Xavier Coudert1-0/+20
2010-09-02re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus1-16/+16
2010-07-06trans-decl.c: Include diagnostic-core.h besides toplev.h.Tobias Burnus1-1/+1
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus1-1/+1
2010-05-21real: Do not include gmp.h, mpfr.h, and mpc.h.Steven Bosscher1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-20trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher1-1/+0
2010-04-13[multiple changes]Jerry DeLisle1-4/+5
2009-11-26re PR fortran/41807 (data statement with nested type constructors)Jerry DeLisle1-0/+1
2009-11-22trans-const.c (gfc_conv_const): Fix typo in comment.Jerry DeLisle1-2/+6
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-2/+2
2009-06-19gfortran.h (gfc_expr): Use mpc_t to represent complex numbers.Kaveh R. Ghazi1-2/+2
2009-04-22re PR fortran/39735 (procedure pointer assignments: return value is not checked)Janus Weil1-1/+1
2009-03-27gfortran.h (enum init_local_real.): Add GFC_INIT_REAL_SNAN.Tobias Burnus1-5/+9
2008-11-12re PR target/35366 (gfortran.dg/equiv_7.f90 fails with -m64 -Os on powerpc-ap...Jakub Jelinek1-5/+11
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-1/+1
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-17/+44
2008-05-06arith.c: (gfc_arith_concat...Francois-Xavier Coudert1-8/+23
2008-02-25re PR fortran/34729 (Localization of run-time error messages, written into th...Francois-Xavier Coudert1-4/+12
2008-02-24trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter1-17/+17
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-02[multiple changes]Christopher D. Rickett1-0/+14
2007-05-28gfortran.h (gfc_expr): Remove from_H, add "representation" struct.Brooks Moses1-15/+18
2007-04-30trans-const.c (gfc_conv_mpz_to_tree): Use mpz_get_double_int.Brooks Moses1-99/+20
2007-04-17arith.h: Update copyright years.Tobias Schlüter1-1/+2
2007-03-22re PR fortran/31262 (-fno-range-check with large integer values triggers ICE)Francois-Xavier Coudert1-9/+19
2006-06-18re PR fortran/19310 ([4.1 Only] unnecessary error for overflowing results)Jerry DeLisle1-1/+20
2006-06-03trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages.Francois-Xavier Coudert1-17/+0
2005-09-17re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert1-4/+5
2005-08-21gfortran.h (gfc_option_t): Remove source field.Tobias Schlüter1-1/+1
2005-07-07For the 60th anniversary of Chinese people��s Anti-Japan war victory.Feng Wang1-9/+37
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-18re PR fortran/20954 (gfortran - internal compiler error with -fdefault-intege...Feng Wang1-0/+2
2005-04-23Fix comment typo in previous checkin.Tobias Schlüter1-1/+1
2005-04-23trans-const.c (gfc_conv_mpfr_to_tree): Use hexadecimal string as intermediate...Tobias Schlüter1-15/+17
2005-04-22trans-const.c (gfc_conv_mpfr_to_tree): Remove unneeded computation; simplify ...Steven G. Kargl1-39/+12
2005-04-20trans-const.c (gfc_conv_mpz_to_tree): Fix comment.Steven G. Kargl1-2/+2
2005-03-05trans-const.c (gfc_conv_constant_to_tree): Use correct tree type for COMPLEX ...Tobias Schlüter1-1/+2
2005-01-22re PR middle-end/19543 ([4.1 only] fortran LOGICAL*8 not consistently disting...Tobias Schlüter1-1/+2
2005-01-08* trans-const.c: Don't include unused math.h.Tobias Schlüter1-2/+1
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl1-2/+0
2004-10-04trans-const.c (gfc_build_cstring_const): New function.Tobias Schlüter1-5/+12
2004-09-08array.c: Don't include assert.h.Paul Brook1-13/+12
2004-08-31trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc...Tobias Schlüter1-1/+1
2004-08-29trans-const.c (gfc_conv_mpz_to_tree): Use mpz_export.Richard Henderson1-31/+19
2004-08-27gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable decla...Tobias Schlüter1-1/+1
2004-08-25re PR fortran/17144 (Not Implemented: Character string array constructors / A...Paul Brook1-1/+1
2004-08-25trans-const.c (gfc_conv_mpz_to_tree): Change call to build_int_cst to build_i...Tobias Schlüter1-1/+1