[Bug libfortran/22142] eoshift: boundary not filled in correctly

tkoenig at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Jun 27 12:02:00 GMT 2005


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



More information about the Gcc-bugs mailing list