summaryrefslogtreecommitdiff
path: root/gcc/fortran/arith.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* arith.c (gfc_enum_initializer): New function.Tobias Schlüter2005-10-301-1/+45
* re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert2005-10-241-18/+51
* re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert2005-09-171-7/+7
* For the 60th anniversary of Chinese people��s Anti-Japan war victory.Feng Wang2005-07-071-8/+166
* Update FSF address.Kelley Cook2005-06-251-2/+2
* intrinsic.c (add_conv): No longer take a "simplify" argument as its always gf...Roger Sayle2005-06-011-0/+23
* arith.c (gfc_arith_init_1): Fix off by one problem;Steven G. Kargl2005-05-281-3/+36
* gfortran.h (gfc_real_info): Add subnormal struct member.Steven G. Kargl2005-04-141-1/+9
* Fix illogical logic.Steven G. Kargl2005-03-261-11/+17
* gfortran.h (arith): Remove ARITH_0TO0.Tobias Schlüter2005-03-191-21/+8
* arith.c (gfc_check_real_range): Remove multiple returnsSteven G. Kargl2005-02-271-124/+35
* gfortran.h (gfc_expr): Move 'operator'...Tobias Schlüter2005-02-231-6/+6
* re PR fortran/17941 (gfortran: parser chokes on complex literal constant)Paul Brook2005-01-231-7/+1
* arith.c, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* arith.c (arctangent2, [...]): Fix whitespace issues.Tobias Schlüter2005-01-081-19/+19
* arith.c, [...]: Fix comment formatting.Kazu Hirata2004-11-081-1/+1
* Added pedantic_min_int to gfc_integer_info Added ARITH_ASYMMETRIC to arith...Scott Robert Ladd2004-10-281-9/+72
* * arith.c: Fix formatting issues.Tobias Schlüter2004-10-081-9/+3
* gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable decla...Tobias Schlüter2004-08-271-14/+14
* arith.c: Include system.h, not real system headers.Richard Henderson2004-08-261-251/+10
* arith.c (gfc_validate_kind): Add may_fail argument; abort if false and we don...Richard Henderson2004-08-251-8/+6
* re PR fortran/17190 (MPFR semantics for mpfr_get_z_exp changed)Paul Brook2004-08-251-3/+6
* arith.c: Add #define for model numbers.Steven G. Kargl2004-08-061-744/+320
* arith.c (gfc_range_check): correct complex underflow.Steven G. Kargl2004-06-201-2/+2