aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-const.c
AgeCommit message (Expand)Author
2011-11-03 * trans.h (struct gfc_ss, struct gfc_ss_info): Move member structMikael Morin
2011-11-03 * trans.h (struct gfc_ss, struct gfc_ss_info): Move fieldMikael Morin
2011-11-03 * trans.h (struct gfc_ss, struct gfc_ss_info): Move field expr fromMikael Morin
2011-11-03 * trans.h (struct gfc_ss_info): New struct.Mikael Morin
2011-05-042011-05-04 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering
2010-09-11 * mathbuiltins.def: Do not defined huge_val built-in.Francois-Xavier Coudert
2010-09-022010-09-02 Tobias Burnus <burnus@net-b.de>Tobias Burnus
2010-07-062010-07-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus
2010-05-232010-05-21 Tobias Burnus <burnus@net-b.de>Tobias Burnus
2010-05-21gcc/ChangeLog:Steven Bosscher
2010-05-21gcc/ChangeLog:Steven Bosscher
2010-05-20 * trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher
2010-04-132010-04-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle
2009-11-262009-11-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle
2009-11-222009-11-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle
2009-08-132009-08-13 Janus Weil <janus@gcc.gnu.org>Janus Weil
2009-06-19 * gfortran.h (gfc_expr): Use mpc_t to represent complex numbers.Kaveh Ghazi
2009-04-222009-04-22 Janus Weil <janus@gcc.gnu.org>Janus Weil
2009-03-272009-03-27 Tobias Burnus <burnus@net-b.de>Tobias Burnus
2008-11-12 PR target/35366Jakub Jelinek
2008-06-20 * arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh Ghazi
2008-05-18 * intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert
2008-05-06 * arith.c: (gfc_arith_concat, gfc_compare_string,Francois-Xavier Coudert
2008-02-25 PR fortran/34729Francois-Xavier Coudert
2008-02-24* trans-array.c (gfc_conv_descriptor_data_get,Tobias Schlüter
2007-08-01* arith.c: Change copyright header to refer to version 3 of the GNU General Nick Clifton
2007-07-022007-07-01 Christopher D. Rickett <crickett@lanl.gov>Christopher D. Rickett
2007-05-28* gfortran.h (gfc_expr): Remove from_H, add "representation"Brooks Moses
2007-04-30* trans-const.c (gfc_conv_mpz_to_tree): Use mpz_get_double_int.Brooks Moses
2007-04-17* arith.h: Update copyright years.Tobias Schl"uter
2007-03-22 PR fortran/31262Francois-Xavier Coudert
2006-06-182006-06-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle
2006-06-03 * trans.c (gfc_msg_bounds, gfc_msg_fault, gfc_msg_wrong_return):Francois-Xavier Coudert
2005-09-17 PR fortran/15586Francois-Xavier Coudert
2005-08-21fortran/Tobias Schl"uter
2005-07-07For the 60th anniversary of Chinese people��s Anti-Japan war victory.Feng Wang
2005-06-25Update FSF address.Kelley Cook
2005-05-182005-05-18 Feng Wang <fengwang@nudt.edu.cn>Feng Wang
2005-04-23Fix comment typo in previous checkin.Tobias Schl"uter
2005-04-23* trans-const.c (gfc_conv_mpfr_to_tree): Use hexadecimal string asTobias Schl"uter
2005-04-22* trans-const.c (gfc_conv_mpfr_to_tree): Remove unneeded computation;Steven G. Kargl
2005-04-20trans-const.c (gfc_conv_mpz_to_tree): Fix comment.Steven G. Kargl
2005-03-05* trans-const.c (gfc_conv_constant_to_tree): Use correct treeTobias Schl"uter
2005-01-22PR fortran/19543Tobias Schl"uter
2005-01-08* trans-const.c: Don't include unused math.h.Tobias Schl"uter
2005-01-03 * arith.c: Add system.h; remove string.hSteven G. Kargl
2004-10-04* trans-const.c (gfc_build_cstring_const): New function.Tobias Schlüter
2004-09-08 * array.c: Don't include assert.h.Paul Brook
2004-08-31fortran/Tobias Schlueter