Re: [Test] Fix for PRPR53981

2012-08-06 Thread Kirill Yukhin
> Yes, you can put it on the 4.6 branch. Hi, Thanks! Checked into 4.6 branch. http://gcc.gnu.org/ml/gcc-cvs/2012-08/msg00130.html Thanks, K

Re: [Test] Fix for PRPR53981

2012-08-03 Thread Janis Johnson
Yes, you can put it on the 4.6 branch. Janis On 08/03/2012 03:09 AM, Anna Tikhonova wrote: > 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

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:58 AM, Anna Tikhonova wrote: >>> T

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 removed declarations. New pat

Re: [Test] Fix for PRPR53981

2012-07-27 Thread Kirill Yukhin
>> >> OK if you remove the declarations for abort, exit, rand, and srand; >> they're no longer needed. Presumably an alternate fix would be to >> add "extern" before the declarations of rand and srand. >> >> Janis Comitted to trunk and 4.7 branch http://gcc.gnu.org/ml/gcc-cvs/2012-07/msg00811.ht

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 all, >> >> I've f

Re: [Test] Fix for PRPR53981

2012-07-24 Thread Janis Johnson
On 07/20/2012 05:23 AM, Anna Tikhonova wrote: > 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? OK if you remove the declarations fo

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? >