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 : > Ping one more time. > > 2012/8/10 Anna Tikhonova : >> Ping. >> >> 2012/8/8 Anna Tikhonova : >>> 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 : > Ping. > > 2012/8/8 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/gco

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

2012-08-10 Thread Anna Tikhonova
Ping. 2012/8/8 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 testi

[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 o

Re: [Test] Fix for PRPR53981

2012-08-03 Thread Anna Tikhonova
Ping 2012/7/27 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 : >> On 07/25/2012 03:

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 : > On 07/25/2012 03:58 AM, Anna Tikhonova wrote: >> Thanks! >> >> I've

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 * gcc.dg/20020201-1.c: Remove declarations for exit, abort, rand, srand. Include . 2012/7/24 Janis Johnson : > On 07/20/2012 05:23 AM, Anna Tikhonova wrote: >> Hi a

Re: [Test] Fix for PRPR53981

2012-07-23 Thread Anna Tikhonova
Anyone? Ping. 2012/7/20 Anna Tikhonova > > Hi all, > > I've fixed test which was failing on Android NDK > > testsuite/ChangeLog: > 2012-07-20 Anna Tikhonova > > * gcc.dg/20020201-1.c: Include . > > Patch attached. > > Ok for trunk & 4.7? >

[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 * gcc.dg/20020201-1.c: Include . Patch attached. Ok for trunk & 4.7? 20020201-1.p Description: Binary data