summaryrefslogtreecommitdiff
path: root/libgfortran/ieee
Commit message (Expand)AuthorAgeFilesLines
* Fortran: fix bootstrap on SPARC/SolarisFrancois-Xavier Coudert2022-01-261-3/+3
* Fortran: fix issignaling() implementationFrancois-Xavier Coudert2022-01-261-6/+6
* libfortran: Provide fallback __issignalingl for IBM extended long doubleJakub Jelinek2022-01-251-0/+13
* Fortran: fix preprocessor conditionFrancois-Xavier Coudert2022-01-251-1/+1
* Fortran: provide a fallback implementation of issignalingFrancois-Xavier Coudert2022-01-242-4/+241
* Fortran: remove new files introduced by mistakeFrancois-Xavier Coudert2022-01-171-238/+0
* Fortran: xfail signaling NaN testcases on x87Francois-Xavier Coudert2022-01-171-0/+238
* Fortran: allow IEEE_VALUE to correctly return signaling NaNsFrancois-Xavier Coudert2022-01-162-248/+110
* Fortran: Allow IEEE_CLASS to identify signaling NaNsFrancois-Xavier Coudert2022-01-101-2/+13
* Update copyright years.Jakub Jelinek2022-01-034-4/+4
* Fortran: keep values of IEEE_CLASS_TYPE in syncFrancois-Xavier Coudert2021-12-291-5/+16
* libgfortran: Fix PR95647 by changing the interfaces of operators .eq. and .ne.Steve Kargl2021-02-121-4/+5
* Update copyright years.Jakub Jelinek2021-01-044-4/+4
* Update copyright years.Jakub Jelinek2020-01-014-4/+4
* Update copyright years.Jakub Jelinek2019-01-014-4/+4
* expr.c (external_spec_function): Add ieee_support_subnormal to list of IEEE i...Steven G. Kargl2018-12-293-2/+17
* re PR fortran/88342 (Possible bug with IEEE_POSITIVE_INF and -ffpe-trap=overf...Steven G. Kargl2018-12-291-1/+117
* re PR fortran/69121 (IEEE_SCALB is not generic)Steven G. Kargl2018-12-211-10/+143
* ieee_arithmetic.F90: Re-organize file to eliminate #ifdef ...Steven G. Kargl2018-12-201-152/+72
* Update copyright years.Jakub Jelinek2018-01-034-4/+4
* Update copyright years.Jakub Jelinek2017-01-014-4/+4
* re PR fortran/77507 (gfortran rejects keyworded calls to procedures from intr...Steven G. Kargl2016-09-091-16/+17
* Update copyright years.Jakub Jelinek2016-01-044-4/+4
* re PR fortran/64022 ([F2003][IEEE] ieee_support_flag does not handle kind=10 ...Francois-Xavier Coudert2015-08-043-181/+627
* Update copyright years.Jakub Jelinek2015-01-054-4/+4
* f95-lang.c (gfc_init_builtin_functions): Add more floating-point built-ins.Francois-Xavier Coudert2014-10-091-291/+0
* libgfortran.h (support_fpu_underflow_control, [...]): New prototypes.Francois-Xavier Coudert2014-07-091-26/+81
* re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...Francois-Xavier Coudert2014-06-284-0/+1491