aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/arith.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-23gfortran.h (gfc_expr): Move 'operator'...Tobias Schlüter1-6/+6
2005-01-23re PR fortran/17941 (gfortran: parser chokes on complex literal constant)Paul Brook1-7/+1
2005-01-18arith.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-08arith.c (arctangent2, [...]): Fix whitespace issues.Tobias Schlüter1-19/+19
2004-11-08arith.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-10-28Added pedantic_min_int to gfc_integer_info Added ARITH_ASYMMETRIC to arith...Scott Robert Ladd1-9/+72
2004-10-08* arith.c: Fix formatting issues.Tobias Schlüter1-9/+3
2004-08-27gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable decla...Tobias Schlüter1-14/+14
2004-08-26arith.c: Include system.h, not real system headers.Richard Henderson1-251/+10
2004-08-25arith.c (gfc_validate_kind): Add may_fail argument; abort if false and we don...Richard Henderson1-8/+6
2004-08-25re PR fortran/17190 (MPFR semantics for mpfr_get_z_exp changed)Paul Brook1-3/+6
2004-08-06arith.c: Add #define for model numbers.Steven G. Kargl1-744/+320
2004-06-20arith.c (gfc_range_check): correct complex underflow.Steven G. Kargl1-2/+2
2004-05-22invoke.texi: Document -Wunderflow and spell check.Steven G. Kargl1-18/+115
2004-05-18arith.c (gfc_int2complex): Fix incorrect range checking.Steve Kargl1-1/+1
2004-05-18arith.c (gfc_arith_power): Complex number raised to 0 power is 1.Steve Kargl1-1/+1
2004-05-18arith.c (gfc_real2complex): Range checking wrong part of complex number.Steve Kargl1-1/+1
2004-05-16* arith.c (gfc_range_check): Fix logic error.Paul Brook1-1/+1
2004-05-16* arith.c: Fix comment typos.Steve Kargl1-4/+4
2004-05-14Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter1-13/+14
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+2763