Bug#907622: llvm-toolchain-6.0: Please backport patch to fix miscompiled code (alignment)

2018-08-30 Thread John Paul Adrian Glaubitz
On 08/30/2018 11:27 AM, Sylvestre Ledru wrote: > Thanks, it will be fixed in 6.0.1-7 > > I also requested a backport to 7 Great, thank you! Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin -

Bug#907622: llvm-toolchain-6.0: Please backport patch to fix miscompiled code (alignment)

2018-08-30 Thread Sylvestre Ledru
Le 30/08/2018 à 11:05, John Paul Adrian Glaubitz a écrit : > Source: llvm-toolchain-6.0 > Version: 1:6.0.1-6 > Severity: normal > Tags: patch upstream > User: debian-sp...@lists.debian.org > Usertags: sparc64 > > Hi! > > LLVM has a bug in its SROA implementation which can cause > the generated

Bug#907622: llvm-toolchain-6.0: Please backport patch to fix miscompiled code (alignment)

2018-08-30 Thread John Paul Adrian Glaubitz
Source: llvm-toolchain-6.0 Version: 1:6.0.1-6 Severity: normal Tags: patch upstream User: debian-sp...@lists.debian.org Usertags: sparc64 Hi! LLVM has a bug in its SROA implementation which can cause the generated code to contain unaligned accesses. This was fixed in [1], the corresponding Rust