aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/arith.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-20re PR fortran/33288 (ICE (segfault) in mpfr_cmp2 when evaluating array initia...Francois-Xavier Coudert1-4/+18
2007-08-09re PR fortran/33001 (error with hexadecimal DATA)Tobias Burnus1-1/+2
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-08re PR fortran/17711 (Wrong operator name in error message)Daniel Franke1-13/+28
2007-05-28gfortran.h (gfc_expr): Remove from_H, add "representation" struct.Brooks Moses1-74/+53
2007-04-12arith.c (gfc_arith_uplus): Rename to ...Tobias Schlüter1-3/+11
2007-03-23re PR fortran/30834 (ICE with kind=8 exponentiaton)Francois-Xavier Coudert1-56/+122
2007-01-28re PR fortran/30389 ([4.1 only] ACHAR() intrinsic gives erroneous errors in c...Thomas Koenig1-10/+4
2007-01-06arith.c: Update copyright years.Steven G. Kargl1-165/+150
2006-10-28gfortran.h: Remove GFC_MPFR_TOO_OLD.Steven G. Kargl1-77/+0
2006-10-09re PR fortran/15441 (RRSPACING broken for denormals)Steven G. Kargl1-2/+2
2006-10-03arith.c (gfc_check_real_range): Use correct exponent range for subnormal numb...Steven G. Kargl1-2/+4
2006-09-29arith.c (gfc_check_integer_range): Disable range checking via -fno-range-check.Steven G. Kargl1-0/+4
2006-09-28arith.c: Change conditional test for inclusion of arctangent().Steven G. Kargl1-2/+2
2006-09-27re PR fortran/28276 (EXPONENT() broken for real constants)Steven G. Kargl1-4/+23
2006-09-07data_1.f90: Fix integer oveflow in integer literal constant.Steven G. Kargl1-7/+2
2006-08-26arith.h: Update Copyright dates.Steven G. Kargl1-74/+99
2006-06-18re PR fortran/19310 ([4.1 Only] unnecessary error for overflowing results)Jerry DeLisle1-15/+49
2006-06-01re PR fortran/27715 (Extented ASCII characters lead to wrong "CASE" selection)Thomas Koenig1-2/+4
2006-02-10re PR fortran/14771 (frontend doesn't record parentheses)Tobias Schlüter1-0/+6
2005-10-30arith.c (gfc_enum_initializer): New function.Tobias Schlüter1-1/+45
2005-10-24re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert1-18/+51
2005-09-17re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert1-7/+7
2005-07-07For the 60th anniversary of Chinese people��s Anti-Japan war victory.Feng Wang1-8/+166
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01intrinsic.c (add_conv): No longer take a "simplify" argument as its always gf...Roger Sayle1-0/+23
2005-05-28arith.c (gfc_arith_init_1): Fix off by one problem;Steven G. Kargl1-3/+36
2005-04-14gfortran.h (gfc_real_info): Add subnormal struct member.Steven G. Kargl1-1/+9
2005-03-26Fix illogical logic.Steven G. Kargl1-11/+17
2005-03-19gfortran.h (arith): Remove ARITH_0TO0.Tobias Schlüter1-21/+8
2005-02-27arith.c (gfc_check_real_range): Remove multiple returnsSteven G. Kargl1-124/+35