summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-const.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2016-01-041-1/+1
* adaamacleod2015-11-111-2/+0
* adaamacleod2015-10-291-4/+4
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-2/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-3/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Always pass 0 or option number to gfc_warning*.jsm282015-02-011-1/+1
* Always pass explicit location to fatal_error.jsm282015-01-301-1/+2
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-1/+12
* Update copyright years.jakub2015-01-051-1/+1
* PR fortran/48979fxcoudert2014-10-191-0/+10
* 2014-08-15 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2014-08-151-1/+1
* gcc/fortran/burnus2014-06-171-0/+2
* Merge in trunk.mrs2014-01-031-1/+1
|\
| * Update copyright years in gcc/rsandifo2014-01-021-1/+1
* | Remove cst_fits_[su]hwi_p.rsandifo2013-11-201-1/+1
* | Merge from trunk.rsandifo2013-11-201-0/+1
|\ \ | |/
| * Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* | Remove tree_to_hwi.rsandifo2013-11-191-1/+1
* | Reorganise wide-int classes so that they are all instantiations of arsandifo2013-09-071-3/+2
* | Add wide-int branch.mrs2013-08-131-7/+7
|/
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* * trans.h (struct gfc_ss, struct gfc_ss_info): Move member structmikael2011-11-031-1/+1
* * trans.h (struct gfc_ss, struct gfc_ss_info): Move fieldmikael2011-11-031-1/+1
* * trans.h (struct gfc_ss, struct gfc_ss_info): Move field expr frommikael2011-11-031-2/+5
* * trans.h (struct gfc_ss_info): New struct.mikael2011-11-031-3/+6
* 2011-05-04 Richard Guenther <rguenther@suse.de>rguenth2011-05-041-4/+4
* convert each use of gfc_free (p) to free (p)meyering2011-04-181-2/+2
* * mathbuiltins.def: Do not defined huge_val built-in.fxcoudert2010-09-111-0/+20
* 2010-09-02 Tobias Burnus <burnus@net-b.de>burnus2010-09-021-16/+16
* 2010-07-06 Tobias Burnus <burnus@net-b.de>burnus2010-07-061-1/+1
* 2010-05-21 Tobias Burnus <burnus@net-b.de>burnus2010-05-231-1/+1
* gcc/ChangeLog:steven2010-05-211-0/+1
* gcc/ChangeLog:steven2010-05-211-1/+0
* * trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.steven2010-05-201-1/+0
* 2010-04-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2010-04-131-4/+5
* 2009-11-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2009-11-261-0/+1
* 2009-11-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2009-11-221-2/+6
* 2009-08-13 Janus Weil <janus@gcc.gnu.org>janus2009-08-131-2/+2
* * gfortran.h (gfc_expr): Use mpc_t to represent complex numbers.ghazi2009-06-191-2/+2
* 2009-04-22 Janus Weil <janus@gcc.gnu.org>janus2009-04-221-1/+1
* 2009-03-27 Tobias Burnus <burnus@net-b.de>burnus2009-03-271-5/+9
* PR target/35366jakub2008-11-121-5/+11
* * arith.c (hollerith2representation): Fix for -Wc++-compat.ghazi2008-06-201-1/+1
* * intrinsic.c (char_conversions, ncharconv): New static variables.fxcoudert2008-05-181-17/+44
* * arith.c: (gfc_arith_concat, gfc_compare_string,fxcoudert2008-05-061-8/+23
* PR fortran/34729fxcoudert2008-02-251-4/+12
* * trans-array.c (gfc_conv_descriptor_data_get,tobi2008-02-241-17/+17