Re: [PATCH]: backport fix for PR sanitizer/58994

2013-11-14 Thread Kostya Serebryany
On Thu, Nov 14, 2013 at 6:24 PM, Jack Howarth wrote: >The attached patch backports > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-2013/194748.html > to gcc trunk and eliminates the asan.exp failures at -m64 on darwin. > Bootstrap and regression tested on > x86_64-apple-dar

[PATCH]: backport fix for PR sanitizer/58994

2013-11-14 Thread Jack Howarth
The attached patch backports http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-2013/194748.html to gcc trunk and eliminates the asan.exp failures at -m64 on darwin. Bootstrap and regression tested on x86_64-apple-darwin12 and x86_64-apple-darwin13. Jack p