This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15553] Array copy operation produces garbage
- From: "Thomas dot Koenig at online dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jan 2005 16:10:47 -0000
- Subject: [Bug fortran/15553] Array copy operation produces garbage
- References: <20040520132504.15553.schnetter@aei.mpg.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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 -1
-1 -1
$ ifort arrpack.f90
$ ./a.out
pack
copy
-1 -2
-2 -2
copy
0 -1
-1 -1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15553