[Bug fortran/28094] Modulo of real(kind=10) variables doesn't work

2006-07-02 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2006-07-02 21:23 --- Fixed. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|ASSI

[Bug fortran/28094] Modulo of real(kind=10) variables doesn't work

2006-06-24 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2006-06-24 08:27 --- Subject: Bug 28094 Author: fxcoudert Date: Sat Jun 24 08:27:32 2006 New Revision: 114961 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114961 Log: PR fortran/28094 * trans-intrinsic.c (g

[Bug fortran/28094] Modulo of real(kind=10) variables doesn't work

2006-06-21 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2006-06-21 14:49 --- This "modulo" code is not very clear in my head. I'm not sure why this implementation (using an integer kind *equal* to the real kind) is supposed to be working. Anyway, without changing the current implentation,

[Bug fortran/28094] Modulo of real(kind=10) variables doesn't work

2006-06-20 Thread paulthomas2 at wanadoo dot fr
--- Comment #1 from paulthomas2 at wanadoo dot fr 2006-06-20 19:08 --- Subject: Re: New: Modulo of real(kind=10) variables doesn't work fxcoudert at gcc dot gnu dot org wrote: >While working on PR 24518, I found the following: > >$ cat a.f90 > real(kind=10) :: x = 10.0 > print *,