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/27662] Transpose doesn't work on function return



------- Comment #3 from hjl at lucon dot org  2006-05-18 21:22 -------
I got

  atmp.17.dtype = 538;
  atmp.17.dim[0].stride = 2;
  atmp.17.dim[0].lbound = 0;
  atmp.17.dim[0].ubound = 1;
  atmp.17.dim[1].stride = 0; <----- Shouldn't it be 1?
  atmp.17.dim[1].lbound = 0;
  atmp.17.dim[1].ubound = 1;
  atmp.17.data = &A.16;
  atmp.17.offset = 0;
  _gfortran_matmul_r8 (&parm.13, &parm.14, &atmp.17);


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27662


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