[Bug sanitizer/70712] False positive from AddressSanitizer with use of 'alignas'

kcc at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Apr 18 15:03:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70712

--- Comment #1 from Kostya Serebryany <kcc at gcc dot gnu.org> ---
Does not happen with clang: 
clang++ -fsanitize=address alignas.cc -std=c++11 && ./a.out 
So this is gcc-specific.


More information about the Gcc-bugs mailing list