summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-const.c
Commit message (Expand)AuthorAgeFilesLines
* trans.h (struct gfc_ss, [...]): Move member struct gfc_ss::data::scalar into ...Mikael Morin2011-11-031-1/+1
* trans.h (struct gfc_ss, [...]): Move field string_length from the former stru...Mikael Morin2011-11-031-1/+1
* trans.h (struct gfc_ss, [...]): Move field expr from the former struct to the...Mikael Morin2011-11-031-2/+5
* trans.h (struct gfc_ss_info): New struct.Mikael Morin2011-11-031-3/+6
* trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...Richard Guenther2011-05-041-4/+4
* convert each use of gfc_free (p) to free (p)Jim Meyering2011-04-181-2/+2
* mathbuiltins.def: Do not defined huge_val built-in.Francois-Xavier Coudert2010-09-111-0/+20
* re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus2010-09-021-16/+16
* trans-decl.c: Include diagnostic-core.h besides toplev.h.Tobias Burnus2010-07-061-1/+1
* gfortran.h: Do not include system.h.Tobias Burnus2010-05-231-1/+1
* real: Do not include gmp.h, mpfr.h, and mpc.h.Steven Bosscher2010-05-211-0/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher2010-05-201-1/+0
* [multiple changes]Jerry DeLisle2010-04-131-4/+5
* re PR fortran/41807 (data statement with nested type constructors)Jerry DeLisle2009-11-261-0/+1
* trans-const.c (gfc_conv_const): Fix typo in comment.Jerry DeLisle2009-11-221-2/+6
* re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil2009-08-131-2/+2
* gfortran.h (gfc_expr): Use mpc_t to represent complex numbers.Kaveh R. Ghazi2009-06-191-2/+2
* re PR fortran/39735 (procedure pointer assignments: return value is not checked)Janus Weil2009-04-221-1/+1
* gfortran.h (enum init_local_real.): Add GFC_INIT_REAL_SNAN.Tobias Burnus2009-03-271-5/+9
* re PR target/35366 (gfortran.dg/equiv_7.f90 fails with -m64 -Os on powerpc-ap...Jakub Jelinek2008-11-121-5/+11
* arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi2008-06-201-1/+1
* intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert2008-05-181-17/+44
* arith.c: (gfc_arith_concat...Francois-Xavier Coudert2008-05-061-8/+23
* re PR fortran/34729 (Localization of run-time error messages, written into th...Francois-Xavier Coudert2008-02-251-4/+12
* trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter2008-02-241-17/+17
* arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton2007-08-011-4/+3
* [multiple changes]Christopher D. Rickett2007-07-021-0/+14
* gfortran.h (gfc_expr): Remove from_H, add "representation" struct.Brooks Moses2007-05-281-15/+18
* trans-const.c (gfc_conv_mpz_to_tree): Use mpz_get_double_int.Brooks Moses2007-04-301-99/+20
* arith.h: Update copyright years.Tobias Schlüter2007-04-171-1/+2
* re PR fortran/31262 (-fno-range-check with large integer values triggers ICE)Francois-Xavier Coudert2007-03-221-9/+19
* re PR fortran/19310 ([4.1 Only] unnecessary error for overflowing results)Jerry DeLisle2006-06-181-1/+20
* trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages.Francois-Xavier Coudert2006-06-031-17/+0
* re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert2005-09-171-4/+5
* gfortran.h (gfc_option_t): Remove source field.Tobias Schlüter2005-08-211-1/+1
* For the 60th anniversary of Chinese people��s Anti-Japan war victory.Feng Wang2005-07-071-9/+37
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR fortran/20954 (gfortran - internal compiler error with -fdefault-intege...Feng Wang2005-05-181-0/+2
* Fix comment typo in previous checkin.Tobias Schlüter2005-04-231-1/+1
* trans-const.c (gfc_conv_mpfr_to_tree): Use hexadecimal string as intermediate...Tobias Schlüter2005-04-231-15/+17
* trans-const.c (gfc_conv_mpfr_to_tree): Remove unneeded computation; simplify ...Steven G. Kargl2005-04-221-39/+12
* trans-const.c (gfc_conv_mpz_to_tree): Fix comment.Steven G. Kargl2005-04-201-2/+2
* trans-const.c (gfc_conv_constant_to_tree): Use correct tree type for COMPLEX ...Tobias Schlüter2005-03-051-1/+2
* re PR middle-end/19543 ([4.1 only] fortran LOGICAL*8 not consistently disting...Tobias Schlüter2005-01-221-1/+2
* * trans-const.c: Don't include unused math.h.Tobias Schlüter2005-01-081-2/+1
* arith.c: Add system.h; remove string.hSteven G. Kargl2005-01-031-2/+0
* trans-const.c (gfc_build_cstring_const): New function.Tobias Schlüter2004-10-041-5/+12
* array.c: Don't include assert.h.Paul Brook2004-09-081-13/+12
* trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc...Tobias Schlüter2004-08-311-1/+1