[Bug fortran/22519] Memory and binary disk layout disagree for real*10

2006-03-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22519

[Bug fortran/22519] Memory and binary disk layout disagree for real*10

2006-03-04 Thread jb at gcc dot gnu dot org
--- Comment #8 from jb at gcc dot gnu dot org 2006-03-04 16:02 --- (In reply to comment #7) > I think this one is fixed, isn't it? > Yes, I think so too. Fixed. -- jb at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/22519] Memory and binary disk layout disagree for real*10

2006-02-14 Thread fxcoudert at gcc dot gnu dot org
--- Comment #7 from fxcoudert at gcc dot gnu dot org 2006-02-14 16:27 --- I think this one is fixed, isn't it? -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/22519] Memory and binary disk layout disagree for real*10

2005-11-05 Thread jblomqvi at cc dot hut dot fi
--- Comment #6 from jblomqvi at cc dot hut dot fi 2005-11-05 18:12 --- (In reply to comment #5) > (In reply to comment #4) > > We need to settle what kind of disk image we want for real(kind=10) > > before resolving this for complex. > > I am strongly in favour of real(kind=10) being wr

[Bug fortran/22519] Memory and binary disk layout disagree for real*10

2005-10-03 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2005-10-03 10:36 --- (In reply to comment #4) > We need to settle what kind of disk image we want for real(kind=10) > before resolving this for complex. I am strongly in favour of real(kind=10) being written as 12 bytes on disk. This

[Bug fortran/22519] Memory and binary disk layout disagree for real*10

2005-08-16 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-08-16 19:52 --- We need to settle what kind of disk image we want for real(kind=10) before resolving this for complex. -- What|Removed |Added

[Bug fortran/22519] Memory and binary disk layout disagree for real*10

2005-07-18 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-07-18 14:35 --- (In reply to comment #2) > ultimately, things have to be written by a system call, and a system call is > expensive. (One system call per array element is out of the question.) With the current implemen

[Bug fortran/22519] Memory and binary disk layout disagree for real*10

2005-07-17 Thread schnetter at uni-tuebingen dot de
--- Additional Comments From schnetter at uni-tuebingen dot de 2005-07-17 20:01 --- My argument -- which I had in my head, but didn't put down -- went as follows: ultimately, things have to be written by a system call, and a system call is expensive. (One system call per array element

[Bug fortran/22519] Memory and binary disk layout disagree for real*10

2005-07-17 Thread tkoenig at gcc dot gnu dot org
-- What|Removed |Added CC||tkoenig at gcc dot gnu dot ||org http://gcc.gnu.org/bugzilla/sh

[Bug fortran/22519] Memory and binary disk layout disagree for real*10

2005-07-17 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-07-17 19:45 --- I don't think the timing issue is valid. Look at these benchmarks: The first one simulates copying 12-byte values to 10-bit values, the second one a compact memcpy of a larger field. $ cat foo.c #include

[Bug fortran/22519] Memory and binary disk layout disagree for real*10

2005-07-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|normal |enhancement GCC build triplet|i686-pc-linux-gnu | GCC host triplet|i686-pc-linux-gnu |