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

Reply via email to