On Sat, 16 May 2015 20:47:34 +0200 Magnus Holmgren wrote:
> Package: gcc-4.9
> Version: 4.9.2-16
>
> I think I may have discovered an optimizer bug that results in incorrect code
> when building nettle. The Camellia cipher contains code similar to the
> following, which reproduces the bug:
I do
BTW, gcc-5 5.1.1-5 is not affected.
--
Magnus Holmgrenholmg...@debian.org
Debian Developer
signature.asc
Description: This is a digitally signed message part.
Package: gcc-4.9
Version: 4.9.2-16
I think I may have discovered an optimizer bug that results in incorrect code
when building nettle. The Camellia cipher contains code similar to the
following, which reproduces the bug:
#include
#define ROTL32(n,x) (((x)<<(n)) | ((x)>>(-(n)&31)))
#define ROTR
3 matches
Mail list logo