This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/15553] Array copy operation produces garbage


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]