summaryrefslogtreecommitdiff
path: root/gcc/fortran/arith.c
Commit message (Expand)AuthorAgeFilesLines
* 2017-01-23 Thomas Koenig <tkoenig@netcologne.de>tkoenig2017-01-231-0/+4
* * gfortran.h (gfc_extract_int): Change return type to bool. Addjakub2017-01-211-1/+1
* Update copyright years.jakub2017-01-011-1/+1
* 2016-11-06 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2016-11-061-4/+4
* 2016-10-30 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2016-10-301-5/+5
* Implement -Wimplicit-fallthrough.mpolacek2016-09-261-1/+1
* Update copyright years.jakub2016-01-041-1/+1
* 2015-07-09 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-091-1/+1
* 2015-07-01 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2015-07-011-2/+22
* 2015-06-06 Thomas Koenig <tkoenig@netcologne.de>tkoenig2015-06-061-2/+226
* Always pass 0 or option number to gfc_warning*.jsm282015-02-011-3/+4
* Update copyright years.jakub2015-01-051-1/+1
* 2014-12-16 Tobias Burnus <burnus@net-b.de>burnus2014-12-161-9/+9
* gcc/ChangeLog:manu2014-12-111-3/+3
* gcc/testsuite/ChangeLog:manu2014-12-031-7/+7
* 2014-11-30 Tobias Burnus <burnus@net-b.de>burnus2014-11-301-6/+6
* 2014-09-20 Joost VandeVondele <vondele@gcc.gnu.org>vondele2014-09-201-2/+2
* 2014-03-27 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2014-04-271-0/+11
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Replace enum gfc_try with bool type.jb2013-04-101-8/+7
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* 2012-09-15 Tobias Burnus <burnus@net-b.de>burnus2012-09-151-2/+8
* 2012-07-17 Janus Weil <janus@gcc.gnu.org>janus2012-07-171-2/+2
* * gfortran.h: Do not include coretypes.h here.steven2012-07-081-0/+1
* * arith.c (arith_power): Plug memory leak.fxcoudert2011-03-151-1/+1
* 2010-08-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2010-08-271-1/+1
* 2010-07-11 Mikael Morin <mikael@gcc.gnu.org>mikael2010-07-111-0/+2
* gcc/fortran/:dfranke2010-05-131-3/+2
* 2010-04-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2010-04-131-193/+104
* 2009-12-11 Daniel Franke <franke.daniel@gmail.com>dfranke2009-12-111-1/+1
* PR other/40302ghazi2009-12-071-302/+4
* * trans-common.c (create_common): Remove unused offset variable.jakub2009-11-281-10/+1
* * arith.c (arith_power): Use mpc_pow_z.ghazi2009-10-071-1/+4
* gcc/fortran:ghazi2009-06-281-0/+19
* * gfortran.h (gfc_expr): Use mpc_t to represent complex numbers.ghazi2009-06-191-38/+146
* 2009-06-12 Steven G. Kargl <kargls@comcast.net>kargl2009-06-121-45/+0
* 2009-06-07 Daniel Franke <franke.daniel@gmail.com>burnus2009-06-071-1/+1
* 2009-03-29 Steven G. Kargl <kargl@gcc.gnu.org>kargl2009-03-291-101/+184
* 2008-11-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2008-11-251-0/+1
* 2008-11-03 Tobias Burnus <burnus@net-b.de>burnus2008-11-031-2/+4
* 2008-10-30 Steven G. Kargl <kargls@comcast.net>jvdelisle2008-10-311-7/+11
* 2008-08-23 Tobias Burnus <burnus@net-b.de>burnus2008-08-231-1/+2
* gcc/testsuite/rwild2008-07-211-3/+3
* * gfortran.h (operator): Remove macro.ghazi2008-07-191-18/+18
* * arith.c (eval_type_intrinsic0): Avoid C++ keywords.ghazi2008-07-181-2/+2
* * arith.c (hollerith2representation): Fix for -Wc++-compat.ghazi2008-06-201-1/+1
* 2008-05-31 Steven G. Kargl <kargls@comcast.net>jvdelisle2008-05-311-99/+54
* * intrinsic.c (char_conversions, ncharconv): New static variables.fxcoudert2008-05-181-2/+25
* * arith.c: (gfc_arith_concat, gfc_compare_string,fxcoudert2008-05-061-25/+25