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 libfortran/22142] eoshift: boundary not filled in correctly


------- Additional Comments From tkoenig at gcc dot gnu dot org  2005-06-27 12:02 -------
This is missing:

*** eoshift3.m4 2005-06-27 14:05:51.000000000 +0200
--- /home/zfkts/gcc-maint/libgfortran/m4/eoshift3.m4    2005-06-27 
11:47:13.000000000 +0200
***************
*** 136,142 ****

            hstride[n] = h->dim[n].stride;
            if (bound)
!             bstride[n] = bound->dim[n].stride * size;
            else
              bstride[n] = 0;
            n++;
--- 136,142 ----

            hstride[n] = h->dim[n].stride;
            if (bound)
!             bstride[n] = bound->dim[n].stride;
            else
              bstride[n] = 0;
            n++;


-- 


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


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