On Wed, Nov 22, 2017 at 8:03 PM, Thomas Koenig <tkoe...@netcologne.de> wrote: > Hi Janne, > >> Regtested on x86_64-pc-linux-gnu, Ok for trunk? >> >> libgfortran/ChangeLog: >> >> 2017-11-22 Janne Blomqvist<j...@gcc.gnu.org> >> >> * intrinsics/eoshift0.c (eoshift0): Make shift an index_type. > > > Looks good in principle. Is it possible to come up with a test case? > This might not be executable on all systems, but it is still worth > trying to run at least once.
I just mailed out an updated patch with a testcase in the commit msg. I also noticed that eoshift2 suffers from the same issue, so I added a fix for that to the patch as well (though the testcase only exercises eoshift0). Is that better? Ok for trunk? -- Janne Blomqvist