|
From: Mark W. <ma...@kl...> - 2017-04-25 18:36:27
|
On Tue, 2017-04-25 at 11:19 -0700, Patrick J. LoPresti wrote:
> This sort of code is supposed to be handled by
> "--partial-loads-ok=yes". (Which should be made the default, in my
> opinion.)
It already is, according to NEWS, since:
Release 3.11.0 (22 September 2015)
- The default value for --partial-loads-ok has been changed
from
"no" to "yes", so as to avoid false positive errors
resulting
from some kinds of vectorised loops.
Cheers,
Mark
|