Re: r301410 - [OPENMP] Move handling of threadprivate vars from the stack, NFC.

2017-04-27 Thread Alexey Bataev via cfe-commits
Hi Ahmed, thanks for the info. Will fix it ASAP. Best regards, Alexey Bataev 26 апр. 2017 г., в 22:00, Ahmed Bougacha mailto:ahmed.bouga...@gmail.com>> написал(а): Hey Alexey, This is causing asan errors, e.g.: ==4735==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x61f00e70 a

Re: r301410 - [OPENMP] Move handling of threadprivate vars from the stack, NFC.

2017-04-26 Thread Ahmed Bougacha via cfe-commits
Hey Alexey, This is causing asan errors, e.g.: ==4735==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x61f00e70 at pc 0x00010a8a7f4a bp 0x7fff5c57a390 sp 0x7fff5c57a388 READ of size 4 at 0x61f00e70 thread T0 #0 0x10a8a7f49 in (anonymous namespace)::DSAStackTy::hasDSA(clang:

r301410 - [OPENMP] Move handling of threadprivate vars from the stack, NFC.

2017-04-26 Thread Alexey Bataev via cfe-commits
Author: abataev Date: Wed Apr 26 09:24:21 2017 New Revision: 301410 URL: http://llvm.org/viewvc/llvm-project?rev=301410&view=rev Log: [OPENMP] Move handling of threadprivate vars from the stack, NFC. Threadprivate variables do no need to be handled in the Stack of all directives, moving it out fo