aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/arith.c
AgeCommit message (Expand)AuthorFilesLines
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