aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/arith.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+1
2015-07-01arith.c (gfc_arith_divide): With -Winteger-division...Thomas Koenig1-2/+22
2015-06-06re PR fortran/47359 (Recursive functions of intrinsic names generates invalid...Thomas Koenig1-2/+226
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-3/+4
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-9/+9
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-3/+3
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-7/+7
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus1-6/+6
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-2/+2
2014-04-27re PR fortran/59604 (Constant comparisons with -fno-range-check and int(z'...'))Thomas Koenig1-0/+11
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-8/+7
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-09-15arith.c (arith_power): Call gfc_free_expr in case of error.Tobias Burnus1-2/+8
2012-07-17re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil1-2/+2
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2011-03-15* arith.c (arith_power): Plug memory leak.Francois-Xavier Coudert1-1/+1
2010-08-27re PR fortran/43217 (Output of Hollerith constants which are not a multiple o...Jerry DeLisle1-1/+1
2010-07-11arith.c (gfc_arith_done_1): Release mpfr internal caches.Mikael Morin1-0/+2
2010-05-13re PR fortran/35779 (error pointer wrong in PARAMETER)Daniel Franke1-3/+2
2010-04-13[multiple changes]Jerry DeLisle1-193/+104
2009-12-11re PR fortran/40290 (Spurious warning on REAL*COMPLEX with -Wconversion)Daniel Franke1-1/+1
2009-12-07re PR other/40302 (GCC must hard-require MPC before release)Kaveh R. Ghazi1-302/+4
2009-11-28trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek1-10/+1
2009-10-07arith.c (arith_power): Use mpc_pow_z.Kaveh R. Ghazi1-1/+4
2009-06-28gfortran.h: Define HAVE_mpc_pow.Kaveh R. Ghazi1-0/+19
2009-06-19gfortran.h (gfc_expr): Use mpc_t to represent complex numbers.Kaveh R. Ghazi1-38/+146
2009-06-12arith.c (gfc_enum_initializer): Move function ...Steven G. Kargl1-45/+0
2009-06-07re PR fortran/36874 (Add shape checks to cshift/eoshift)Daniel Franke1-1/+1
2009-03-29re PR fortran/38823 (Diagnose and treat (-2.0)**2.0 properly)Steven G. Kargl1-101/+184
2008-11-25re PR fortran/37803 (Call mpfr_check_range after setting emin/emax)Jerry DeLisle1-0/+1
2008-11-03re PR fortran/37821 (gfortran is ignoring #includes with the syntax <file.h>)Tobias Burnus1-2/+4
2008-10-31re PR fortran/37930 (gfortran error and ICE at automatic type conversion with...Steven G. Kargl1-7/+11
2008-08-23re PR fortran/37076 (Concatenation of KIND=4 strings with KIND=4 parameters f...Tobias Burnus1-1/+2
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-3/+3
2008-07-19gfortran.h (operator): Remove macro.Kaveh R. Ghazi1-18/+18
2008-07-18arith.c (eval_type_intrinsic0): Avoid C++ keywords.Kaveh R. Ghazi1-2/+2
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-1/+1
2008-05-31arith.c (gfc_arith_init_1): Remove now unused r and c variables.Steven G. Kargl1-99/+54
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-2/+25
2008-05-06arith.c: (gfc_arith_concat...Francois-Xavier Coudert1-25/+25
2008-04-30intrinsic.c (add_functions): Add SELECTED_CHAR_KIND intrinsic.François-Xavier Coudert1-1/+34
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2007-12-14re PR fortran/34398 (BOZ literals: Range checks)Tobias Burnus1-1/+5
2007-12-05re PR fortran/34333 (if(nan == nan) wrongly returns TRUE, when nan is a param...Tobias Burnus1-13/+43
2007-11-30re PR fortran/34230 (Expressions of parameters evaluated with too high precis...Steven G. Kargl1-2/+15
2007-09-27arith.c (reduce_binary_aa): Fix capitalization.Tobias Schlüter1-1/+1
2007-09-22re PR fortran/33337 (ICE in gfc_finish_var_decl, at fortran/trans-decl.c:510)Paul Thomas1-0/+3