index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
fortran
/
arith.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-05-28
gfortran.h (gfc_expr): Remove from_H, add "representation" struct.
Brooks Moses
1
-74
/
+53
2007-04-12
arith.c (gfc_arith_uplus): Rename to ...
Tobias Schlüter
1
-3
/
+11
2007-03-23
re PR fortran/30834 (ICE with kind=8 exponentiaton)
Francois-Xavier Coudert
1
-56
/
+122
2007-01-28
re PR fortran/30389 ([4.1 only] ACHAR() intrinsic gives erroneous errors in c...
Thomas Koenig
1
-10
/
+4
2007-01-06
arith.c: Update copyright years.
Steven G. Kargl
1
-165
/
+150
2006-10-28
gfortran.h: Remove GFC_MPFR_TOO_OLD.
Steven G. Kargl
1
-77
/
+0
2006-10-09
re PR fortran/15441 (RRSPACING broken for denormals)
Steven G. Kargl
1
-2
/
+2
2006-10-03
arith.c (gfc_check_real_range): Use correct exponent range for subnormal numb...
Steven G. Kargl
1
-2
/
+4
2006-09-29
arith.c (gfc_check_integer_range): Disable range checking via -fno-range-check.
Steven G. Kargl
1
-0
/
+4
2006-09-28
arith.c: Change conditional test for inclusion of arctangent().
Steven G. Kargl
1
-2
/
+2
2006-09-27
re PR fortran/28276 (EXPONENT() broken for real constants)
Steven G. Kargl
1
-4
/
+23
2006-09-07
data_1.f90: Fix integer oveflow in integer literal constant.
Steven G. Kargl
1
-7
/
+2
2006-08-26
arith.h: Update Copyright dates.
Steven G. Kargl
1
-74
/
+99
2006-06-18
re PR fortran/19310 ([4.1 Only] unnecessary error for overflowing results)
Jerry DeLisle
1
-15
/
+49
2006-06-01
re PR fortran/27715 (Extented ASCII characters lead to wrong "CASE" selection)
Thomas Koenig
1
-2
/
+4
2006-02-10
re PR fortran/14771 (frontend doesn't record parentheses)
Tobias Schlüter
1
-0
/
+6
2005-10-30
arith.c (gfc_enum_initializer): New function.
Tobias Schlüter
1
-1
/
+45
2005-10-24
re PR fortran/15586 (gfortran should support i18n in its compiler messages)
Francois-Xavier Coudert
1
-18
/
+51
2005-09-17
re PR fortran/15586 (gfortran should support i18n in its compiler messages)
Francois-Xavier Coudert
1
-7
/
+7
2005-07-07
For the 60th anniversary of Chinese people��s Anti-Japan war victory.
Feng Wang
1
-8
/
+166
2005-06-25
Update FSF address.
Kelley Cook
1
-2
/
+2
2005-06-01
intrinsic.c (add_conv): No longer take a "simplify" argument as its always gf...
Roger Sayle
1
-0
/
+23
2005-05-28
arith.c (gfc_arith_init_1): Fix off by one problem;
Steven G. Kargl
1
-3
/
+36
2005-04-14
gfortran.h (gfc_real_info): Add subnormal struct member.
Steven G. Kargl
1
-1
/
+9
2005-03-26
Fix illogical logic.
Steven G. Kargl
1
-11
/
+17
2005-03-19
gfortran.h (arith): Remove ARITH_0TO0.
Tobias Schlüter
1
-21
/
+8
2005-02-27
arith.c (gfc_check_real_range): Remove multiple returns
Steven G. Kargl
1
-124
/
+35
2005-02-23
gfortran.h (gfc_expr): Move 'operator'...
Tobias Schlüter
1
-6
/
+6
2005-01-23
re PR fortran/17941 (gfortran: parser chokes on complex literal constant)
Paul Brook
1
-7
/
+1
2005-01-18
arith.c, [...]: Update copyright.
Kazu Hirata
1
-1
/
+1
2005-01-08
arith.c (arctangent2, [...]): Fix whitespace issues.
Tobias Schlüter
1
-19
/
+19
2004-11-08
arith.c, [...]: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2004-10-28
Added pedantic_min_int to gfc_integer_info Added ARITH_ASYMMETRIC to arith...
Scott Robert Ladd
1
-9
/
+72
2004-10-08
* arith.c: Fix formatting issues.
Tobias Schlüter
1
-9
/
+3
2004-08-27
gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable decla...
Tobias Schlüter
1
-14
/
+14
2004-08-26
arith.c: Include system.h, not real system headers.
Richard Henderson
1
-251
/
+10
2004-08-25
arith.c (gfc_validate_kind): Add may_fail argument; abort if false and we don...
Richard Henderson
1
-8
/
+6
2004-08-25
re PR fortran/17190 (MPFR semantics for mpfr_get_z_exp changed)
Paul Brook
1
-3
/
+6
2004-08-06
arith.c: Add #define for model numbers.
Steven G. Kargl
1
-744
/
+320
2004-06-20
arith.c (gfc_range_check): correct complex underflow.
Steven G. Kargl
1
-2
/
+2
2004-05-22
invoke.texi: Document -Wunderflow and spell check.
Steven G. Kargl
1
-18
/
+115
2004-05-18
arith.c (gfc_int2complex): Fix incorrect range checking.
Steve Kargl
1
-1
/
+1
2004-05-18
arith.c (gfc_arith_power): Complex number raised to 0 power is 1.
Steve Kargl
1
-1
/
+1
2004-05-18
arith.c (gfc_real2complex): Range checking wrong part of complex number.
Steve Kargl
1
-1
/
+1
2004-05-16
* arith.c (gfc_range_check): Fix logic error.
Paul Brook
1
-1
/
+1
2004-05-16
* arith.c: Fix comment typos.
Steve Kargl
1
-4
/
+4
2004-05-14
Make-lang.in, [...]: Update copyright years and boilerplate.
Tobias Schlüter
1
-13
/
+14
2004-05-13
Merge tree-ssa-20020619-branch into mainline.
Diego Novillo
1
-0
/
+2763