[Bug fortran/15553] Array copy operation produces garbage

Thomas dot Koenig at online dot de gcc-bugzilla@gcc.gnu.org
Thu Jan 6 16:10:00 GMT 2005


------- 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



More information about the Gcc-bugs mailing list