summaryrefslogtreecommitdiff
path: root/gcc/fortran/arith.c
Commit message (Expand)AuthorAgeFilesLines
* arith.c (gfc_arith_done_1): Release mpfr internal caches.Mikael Morin2010-07-111-0/+2
* re PR fortran/35779 (error pointer wrong in PARAMETER)Daniel Franke2010-05-131-3/+2
* [multiple changes]Jerry DeLisle2010-04-131-193/+104
* re PR fortran/40290 (Spurious warning on REAL*COMPLEX with -Wconversion)Daniel Franke2009-12-111-1/+1
* re PR other/40302 (GCC must hard-require MPC before release)Kaveh R. Ghazi2009-12-071-302/+4
* trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek2009-11-281-10/+1
* arith.c (arith_power): Use mpc_pow_z.Kaveh R. Ghazi2009-10-071-1/+4
* gfortran.h: Define HAVE_mpc_pow.Kaveh R. Ghazi2009-06-281-0/+19
* gfortran.h (gfc_expr): Use mpc_t to represent complex numbers.Kaveh R. Ghazi2009-06-191-38/+146
* arith.c (gfc_enum_initializer): Move function ...Steven G. Kargl2009-06-121-45/+0
* re PR fortran/36874 (Add shape checks to cshift/eoshift)Daniel Franke2009-06-071-1/+1
* re PR fortran/38823 (Diagnose and treat (-2.0)**2.0 properly)Steven G. Kargl2009-03-291-101/+184
* re PR fortran/37803 (Call mpfr_check_range after setting emin/emax)Jerry DeLisle2008-11-251-0/+1
* re PR fortran/37821 (gfortran is ignoring #includes with the syntax <file.h>)Tobias Burnus2008-11-031-2/+4
* re PR fortran/37930 (gfortran error and ICE at automatic type conversion with...Steven G. Kargl2008-10-311-7/+11
* re PR fortran/37076 (Concatenation of KIND=4 strings with KIND=4 parameters f...Tobias Burnus2008-08-231-1/+2
* fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues2008-07-211-3/+3
* gfortran.h (operator): Remove macro.Kaveh R. Ghazi2008-07-191-18/+18
* arith.c (eval_type_intrinsic0): Avoid C++ keywords.Kaveh R. Ghazi2008-07-181-2/+2
* arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi2008-06-201-1/+1
* arith.c (gfc_arith_init_1): Remove now unused r and c variables.Steven G. Kargl2008-05-311-99/+54
* intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert2008-05-181-2/+25
* arith.c: (gfc_arith_concat...Francois-Xavier Coudert2008-05-061-25/+25
* intrinsic.c (add_functions): Add SELECTED_CHAR_KIND intrinsic.François-Xavier Coudert2008-04-301-1/+34
* arith.c: Update copyright years.Tobias Schlüter2008-02-241-1/+1
* re PR fortran/34398 (BOZ literals: Range checks)Tobias Burnus2007-12-141-1/+5
* re PR fortran/34333 (if(nan == nan) wrongly returns TRUE, when nan is a param...Tobias Burnus2007-12-051-13/+43
* re PR fortran/34230 (Expressions of parameters evaluated with too high precis...Steven G. Kargl2007-11-301-2/+15
* arith.c (reduce_binary_aa): Fix capitalization.Tobias Schlüter2007-09-271-1/+1
* re PR fortran/33337 (ICE in gfc_finish_var_decl, at fortran/trans-decl.c:510)Paul Thomas2007-09-221-0/+3
* re PR fortran/33288 (ICE (segfault) in mpfr_cmp2 when evaluating array initia...Francois-Xavier Coudert2007-09-201-4/+18
* re PR fortran/33001 (error with hexadecimal DATA)Tobias Burnus2007-08-091-1/+2
* arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton2007-08-011-4/+3
* re PR fortran/17711 (Wrong operator name in error message)Daniel Franke2007-07-081-13/+28
* gfortran.h (gfc_expr): Remove from_H, add "representation" struct.Brooks Moses2007-05-281-74/+53
* arith.c (gfc_arith_uplus): Rename to ...Tobias Schlüter2007-04-121-3/+11
* re PR fortran/30834 (ICE with kind=8 exponentiaton)Francois-Xavier Coudert2007-03-231-56/+122
* re PR fortran/30389 ([4.1 only] ACHAR() intrinsic gives erroneous errors in c...Thomas Koenig2007-01-281-10/+4
* arith.c: Update copyright years.Steven G. Kargl2007-01-061-165/+150
* gfortran.h: Remove GFC_MPFR_TOO_OLD.Steven G. Kargl2006-10-281-77/+0
* re PR fortran/15441 (RRSPACING broken for denormals)Steven G. Kargl2006-10-091-2/+2
* arith.c (gfc_check_real_range): Use correct exponent range for subnormal numb...Steven G. Kargl2006-10-031-2/+4
* arith.c (gfc_check_integer_range): Disable range checking via -fno-range-check.Steven G. Kargl2006-09-291-0/+4
* arith.c: Change conditional test for inclusion of arctangent().Steven G. Kargl2006-09-281-2/+2
* re PR fortran/28276 (EXPONENT() broken for real constants)Steven G. Kargl2006-09-271-4/+23
* data_1.f90: Fix integer oveflow in integer literal constant.Steven G. Kargl2006-09-071-7/+2
* arith.h: Update Copyright dates.Steven G. Kargl2006-08-261-74/+99
* re PR fortran/19310 ([4.1 Only] unnecessary error for overflowing results)Jerry DeLisle2006-06-181-15/+49
* re PR fortran/27715 (Extented ASCII characters lead to wrong "CASE" selection)Thomas Koenig2006-06-011-2/+4
* re PR fortran/14771 (frontend doesn't record parentheses)Tobias Schlüter2006-02-101-0/+6