Re: [Test] contrib/test_installed modified to set specific gcov

2012-09-05 Thread Anna Tikhonova
Ok for trunk, 4.7, 4.6? 2012/8/17 Anna Tikhonova anna.m.tikhon...@gmail.com: Ping one more time. 2012/8/10 Anna Tikhonova anna.m.tikhon...@gmail.com: Ping. 2012/8/8 Anna Tikhonova anna.m.tikhon...@gmail.com: Hi, while running check for Android NDK compiler (I've used contrib

Re: [Test] contrib/test_installed modified to set specific gcov

2012-08-17 Thread Anna Tikhonova
Ping one more time. 2012/8/10 Anna Tikhonova anna.m.tikhon...@gmail.com: Ping. 2012/8/8 Anna Tikhonova anna.m.tikhon...@gmail.com: Hi, while running check for Android NDK compiler (I've used contrib/test_installed for it) I've noticed that gcov name is hardcoded in g++.dg/gcov/gcov.exp

Re: [Test] contrib/test_installed modified to set specific gcov

2012-08-10 Thread Anna Tikhonova
Ping. 2012/8/8 Anna Tikhonova anna.m.tikhon...@gmail.com: Hi, while running check for Android NDK compiler (I've used contrib/test_installed for it) I've noticed that gcov name is hardcoded in g++.dg/gcov/gcov.exp. All NDK x86 tools have prefix like i686-linux-android-, so testing

[Test] contrib/test_installed modified to set specific gcov

2012-08-08 Thread Anna Tikhonova
Hi, while running check for Android NDK compiler (I've used contrib/test_installed for it) I've noticed that gcov name is hardcoded in g++.dg/gcov/gcov.exp. All NDK x86 tools have prefix like i686-linux-android-, so testing will fail to spawn gcov. The patch attached introduces --with-gcov flag

Re: [Test] Fix for PRPR53981

2012-08-03 Thread Anna Tikhonova
Ping 2012/7/27 Anna Tikhonova anna.m.tikhon...@gmail.com: Kirill has already checked it in for me, thanks! Btw, I have FSF copyright assignment. Is it possible to commit this patch to 4.6 branch? Since current ndk is based on 4.6 2012/7/25 Janis Johnson janis_john...@mentor.com: On 07/25

Re: [Test] Fix for PRPR53981

2012-07-27 Thread Anna Tikhonova
Kirill has already checked it in for me, thanks! Btw, I have FSF copyright assignment. Is it possible to commit this patch to 4.6 branch? Since current ndk is based on 4.6 2012/7/25 Janis Johnson janis_john...@mentor.com: On 07/25/2012 03:58 AM, Anna Tikhonova wrote: Thanks! I've removed

Re: [Test] Fix for PRPR53981

2012-07-25 Thread Anna Tikhonova
Thanks! I've removed declarations. New patch attached. testsuite/ChangeLog: 2012-07-20 Anna Tikhonova anna.m.tikhon...@gmail.com * gcc.dg/20020201-1.c: Remove declarations for exit, abort, rand, srand. Include stdlib.h. 2012/7/24 Janis Johnson janis_john...@mentor.com: On 07/20

[Test] Fix for PRPR53981

2012-07-20 Thread Anna Tikhonova
Hi all, I've fixed test which was failing on Android NDK testsuite/ChangeLog: 2012-07-20 Anna Tikhonova anna.m.tikhon...@gmail.com * gcc.dg/20020201-1.c: Include stdlib.h. Patch attached. Ok for trunk 4.7? 20020201-1.p Description: Binary data