--
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=23419
--- Comment #9 from tkoenig at gcc dot gnu dot org 2005-11-12 23:56 ---
Yes, this is fixed for mainline. Great!
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from jb at gcc dot gnu dot org 2005-11-11 21:02 ---
Thomas,
the test programs you provided in #1 and #7 now work correctly for me on
i686-pc-linux-gnu. Perhaps it has something to do with my recent fix to PR
24174, I don't know. But if it works for you too I guess this PR
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-09-07
20:58 ---
Even with the committed patch, there is still something wrong
on i686:
$ cat compl.f
program main
complex (kind=10) a, b
integer(kind=1), dimension(32) :: ea, eb
equivalence (ea, a)
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-07
20:21 ---
Subject: Bug 23419
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-09-07 20:21:34
Modified files:
libgfortran: Change
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-07
20:16 ---
Subject: Bug 23419
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-07 20:16:47
Modified files:
libgfortran: ChangeLog
libgfortran/io : w
--- Additional Comments From sje at cup dot hp dot com 2005-09-06 22:53
---
It looks like this is the same kind of bug as PR 23556 but in a different place.
I fixed convert_real in io/read.c to resolve PR 23556, this is extract_real in
io/write.c. I will submit a patch in the next day o
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-04
20:48 ---
Thomas, isn't this fixed by
2005-08-31 Steve Ellcey <[EMAIL PROTECTED]>
PR target/23556
* io/read.c (convert_real): Use memcpy to fill buffer.
?
--
http://gcc.gnu.org/bugzilla/show
--- Additional Comments From tobi at gcc dot gnu dot org 2005-08-16 19:08
---
I should have said: the debugger points to "print *, b".
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23419
--- Additional Comments From tobi at gcc dot gnu dot org 2005-08-16 19:06
---
I'm getting a segfault due to an invalid FP value:
Program received signal SIGSEGV, Segmentation fault.
0x4005a81b in output_float (f=0x8052110, value=)
at ../../../libgfortran/io/write.c:419
419 if
10 matches
Mail list logo