Re: [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ on simulator

2012-04-06 Thread Mike Stump
On Apr 6, 2012, at 12:50 AM, Terry Guo wrote: > This patch was committed into trunk at March 28. And I just verified that it > also works for gcc 4.7 branch and 4.6 branch. So can I back port it to 4.7 > and 4.6 branch? Ok. As always please be on the lookout for any problems.

RE: [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ on simulator

2012-04-06 Thread Terry Guo
aolo Bonzini' > Subject: Re: [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ > on simulator > > On 03/28/2012 03:15 AM, Terry Guo wrote: > > Hello, > > > > Thanks Paolo Carlini for pointing out that I should put code changes > in > > Makefi

Re: [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ on simulator

2012-03-27 Thread Paolo Carlini
On 03/28/2012 03:15 AM, Terry Guo wrote: Hello, Thanks Paolo Carlini for pointing out that I should put code changes in Makefile.am. This updated patch addresses this issue. Is it OK to trunk? Sure, thanks. Paolo.

Re: [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ on simulator

2012-03-27 Thread Terry Guo
Hello, Thanks Paolo Carlini for pointing out that I should put code changes in Makefile.am. This updated patch addresses this issue. Is it OK to trunk? BR, Terry 2012-03-26 Terry Guo * testsuite/Makefile.am (TEST_GCC_EXEC_PREFIX): New. * testsuite/Makefile.in: Regenerated. d

Re: [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ on simulator

2012-03-23 Thread Paolo Carlini
On 03/23/2012 02:02 PM, Paolo Bonzini wrote: It was approved by Mike Stump who obviously confused the *.in with *.am, or libstdc++-v3 with gcc. It happens. :) Good, good, thanks Paolo. The messages on the mailing list aren't fully threaded and I didn't see immediately the approval. And of cou

Re: [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ on simulator

2012-03-23 Thread Paolo Bonzini
Il 23/03/2012 13:40, Paolo Carlini ha scritto: > Hi, > > On 03/07/2012 06:22 AM, Terry Guo wrote: >> Hello, >> >> Can anybody please review and approve the following simple patch? Thanks >> very much. >> >> http://gcc.gnu.org/ml/libstdc++/2011-08/msg00063.html > apparently somebody, somewhere, app

Re: [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ on simulator

2012-03-23 Thread Paolo Carlini
Hi, On 03/07/2012 06:22 AM, Terry Guo wrote: Hello, Can anybody please review and approve the following simple patch? Thanks very much. http://gcc.gnu.org/ml/libstdc++/2011-08/msg00063.html apparently somebody, somewhere, approved this patch, because I see: 2012-03-13 Terry Guo * test

Re: [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ on simulator

2012-03-12 Thread Mike Stump
On Mar 10, 2012, at 3:25 PM, Jonathan Wakely wrote: > On 7 March 2012 05:22, Terry Guo wrote: >> Hello, >> >> Can anybody please review and approve the following simple patch? Thanks >> very much. >> >> http://gcc.gnu.org/ml/libstdc++/2011-08/msg00063.html Ok. Ok for the release branches as rel

RE: [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ on simulator

2012-03-11 Thread Terry Guo
hes@gcc.gnu.org; r...@cebitec.uni- > bielefeld.de; mikest...@comcast.net; Richard Earnshaw; bonz...@gnu.org > Subject: Re: [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ > on simulator > > On 7 March 2012 05:22, Terry Guo wrote: > > Hello, > > > > Can

Re: [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ on simulator

2012-03-10 Thread Jonathan Wakely
On 7 March 2012 05:22, Terry Guo wrote: > Hello, > > Can anybody please review and approve the following simple patch? Thanks > very much. > > http://gcc.gnu.org/ml/libstdc++/2011-08/msg00063.html I think this looks OK but I'm not familiar with those details of the testsuite - do any ARM or other

Re: [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ on simulator

2012-03-07 Thread Jonathan Wakely
On 7 March 2012 05:22, Terry Guo wrote: > Hello, > > Can anybody please review and approve the following simple patch? Thanks > very much. > > http://gcc.gnu.org/ml/libstdc++/2011-08/msg00063.html I'll test it on x86_64-linux as soon as trunk is able to build again.