Re: [PATCH] Fix for PR59369

2013-12-05 Thread Jakub Jelinek
On Thu, Dec 05, 2013 at 10:42:35AM +0400, Yury Gribov wrote: This patch fixes http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59369 by disabling Linux-specific test on non-Linux platforms. Tested on x86_64-apple-darwin. Ok to commit? Ok, thanks. 2013-12-05 Yury Gribov y.gri...@samsung.com

Re: [PATCH] Fix for PR59369

2013-12-05 Thread Yury Gribov
Fixed in r205699.

[PATCH] Fix for PR59369

2013-12-04 Thread Yury Gribov
Hi, This patch fixes http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59369 by disabling Linux-specific test on non-Linux platforms. Tested on x86_64-apple-darwin. Ok to commit? -Y diff --git a/gcc/testsuite/c-c++-common/asan/pr59063-1.c b/gcc/testsuite/c-c++-common/asan/pr59063-1.c index