--
What|Removed |Added
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15553
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-07
11:56 ---
Subject: Bug 15553
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-01-07 11:56:12
Modified files:
gcc/testsuite : ChangeLog
Added files:
gcc/t
--- Additional Comments From tobi at gcc dot gnu dot org 2005-01-07 11:37
---
I took time to look at this again, and I'm sorry to say that my reduced testcase
did print out an uninitialized variable, and was therefore wrong. My apologies
to all those who have wasted their time on this.
--- Additional Comments From Tobias dot Schlueter at physik dot
uni-muenchen dot de 2005-01-07 11:19 ---
Subject: Re: Array copy operation produces garbage
Thomas dot Koenig at online dot de wrote:
> --- Additional Comments From Thomas dot Koenig at online dot de
> 2005-01-07 10:
--- Additional Comments From Thomas dot Koenig at online dot de 2005-01-07
10:37 ---
(In reply to comment #8)
> Still fails on i686-pc-linux:
Is this something that should be put into the test suite,
so it is possible to get a better overview of when and
on which machines this fails?
-
--- Additional Comments From tobi at gcc dot gnu dot org 2005-01-06 16:28
---
Still fails on i686-pc-linux:
[EMAIL PROTECTED] tests]$ ./a.out
pack
copy
-1 -2
-2 -2
copy
9049312 -1
-1 -1
[EMAIL PROTECTED] tests]$ gf
--- Additional Comments From Thomas dot Koenig at online dot de 2005-01-06
16:10 ---
The reduced testcase does not fail with 20050102 snapshot
on ia64-unknown-linux-gnu:
$ gfortran arrpack.f90
$ ./a.out
pack
copy
-1 -2
-2 -2
copy
0
--- Additional Comments From tobi at gcc dot gnu dot org 2004-10-21 19:27 ---
*** Bug 18022 has been marked as a duplicate of this bug. ***
--
What|Removed |Added