https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65662
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2016-07-31 See Also| |https://bugs.linaro.org/sho | |w_bug.cgi?id=2376 Summary|AddressSanitizer CHECK |ASAN is broken for 48bit VA |failed: |on aarch64 |../../../../gcc/libsanitize | |r/sanitizer_common/sanitize | |r_allocator.h:835 "((res)) | |< ((kNumPossibleRegions))" | |(0x3ffb49, 0x80000) | Ever confirmed|0 |1 --- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed. The Linaro bug for this is: https://bugs.linaro.org/show_bug.cgi?id=2376 The patch to fix this was accepted into LLVM: https://reviews.llvm.org/D22095