https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88685
--- Comment #4 from Steve Kargl <sgk at troutmask dot apl.washington.edu> --- On Fri, Jan 04, 2019 at 09:40:52AM +0000, antony at cosmologist dot info wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88685 > > --- Comment #2 from Antony Lewis <antony at cosmologist dot info> --- > I think the individual elements are correct, it's the array indexing > operations > that are wrong (this is clearer in the longer example; looks a like wrong > stride). E.g. printing this in the main program after calling doit > Ah, yeah, that is what my small change to doit() shows.