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

2016-05-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70712 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70712 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Wed Apr 27 12:23:50 2016 New Revision: 235490 URL: https://gcc.gnu.org/viewcvs?rev=235490=gcc=rev Log: Backported from mainline 2016-04-23 Jakub Jelinek

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

2016-04-25 Thread rogero at howzatt dot demon.co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70712 --- Comment #5 from Roger Orr --- Thank you. I can confirm that the fix also resolves the original problem from which I derived the sample program.

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

2016-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70712 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Sat Apr 23 05:28:16 2016 New Revision: 235384 URL: https://gcc.gnu.org/viewcvs?rev=235384=gcc=rev Log: PR sanitizer/70712 * cfgexpand.c (expand_stack_vars): Fix typo.

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

2016-04-22 Thread m.ostapenko at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70712 Maxim Ostapenko changed: What|Removed |Added CC||m.ostapenko at samsung dot com ---

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

2016-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70712 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

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

2016-04-18 Thread kcc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70712 --- Comment #1 from Kostya Serebryany --- Does not happen with clang: clang++ -fsanitize=address alignas.cc -std=c++11 && ./a.out So this is gcc-specific.