http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58095
--- Comment #2 from Siavash Eliasi <siavashserver at gmail dot com> --- (In reply to Andrew Pinski from comment #1) > >I've tried using __restrict__ keyword for input data (foo2), > > I think you want __restrict__ inside of the []. Do you mind pasting the modified source code and generated asm code please?