Re: [PING][PATCH] Fix environment variables restoring in GCC testsuite.

2014-09-03 Thread Jeff Law
On 09/01/14 03:09, Maxim Ostapenko wrote: Subject: [PATCH] Fix environment variables restoring in GCC testsuite. Date: Fri, 22 Aug 2014 14:39:16 +0400 From: Maxim Ostapenko To: GCC Patches CC: Yury Gribov , Slava Garbuzov Hi, When testing, I've noticed, that Asan-bootst

Re: [PING][PATCH] Fix environment variables restoring in GCC testsuite.

2014-09-02 Thread Mike Stump
> When I ran Asan test on Asan-bootstrapped GCC, some of them fail with > memory leaks into GCC, even if Lsan is disabled. This caused by slightly > wrong logic in saving/restoring env variables functionality in > gcc-dg.exp (some tests override ASAN_OPTIONS and this env variable isn't > restored

[PING][PATCH] Fix environment variables restoring in GCC testsuite.

2014-09-01 Thread Maxim Ostapenko
Ping. -Maxim Original Message Subject:[PATCH] Fix environment variables restoring in GCC testsuite. Date: Fri, 22 Aug 2014 14:39:16 +0400 From: Maxim Ostapenko To: GCC Patches CC: Yury Gribov , Slava Garbuzov Hi, When testing, I've noticed, that Asan-bo